diff options
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/az.php | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/bg_BG.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/cs_CZ.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/en_GB.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fa.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/sk_SK.php | 1 |
6 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/az.php b/apps/files_sharing/l10n/az.php index 4c4655c675a..56228610794 100644 --- a/apps/files_sharing/l10n/az.php +++ b/apps/files_sharing/l10n/az.php @@ -5,6 +5,10 @@ $TRANSLATIONS = array( "Couldn't add remote share" => "Uzaqda olan yayımlanmanı əlavə etmək mümkün olmadı", "Shared with you" => "Sizinlə yayımlanan", "Shared with others" => "Hər kəsə yayımlanmış", +"You haven't shared any files yet." => "Siz hələki heç bir faylı yayımlamamısnız.", +"You haven't shared any files by link yet." => "Hələki siz bu link ilə heç bir faylı yayımlamamısıniz.", +"Remote share" => "Uzaq yayımlanma", +"Remote share password" => "Uzaq yayımlanma şifrəsi", "Cancel" => "Dayandır", "Name" => "Ad" ); diff --git a/apps/files_sharing/l10n/bg_BG.php b/apps/files_sharing/l10n/bg_BG.php index bbc4e2dcfee..3d3218578cd 100644 --- a/apps/files_sharing/l10n/bg_BG.php +++ b/apps/files_sharing/l10n/bg_BG.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "Споделяне между сървъри не е разрешено на този сървър.", +"Invalid or untrusted SSL certificate" => "Невалиден или ненадежден SSL сертификат", "Couldn't add remote share" => "Неуспешно добавяне на отдалечена споделена директория.", "Shared with you" => "Споделено с теб", "Shared with others" => "Споделено с други", diff --git a/apps/files_sharing/l10n/cs_CZ.php b/apps/files_sharing/l10n/cs_CZ.php index 3752df1e0a2..b4f52dbef7e 100644 --- a/apps/files_sharing/l10n/cs_CZ.php +++ b/apps/files_sharing/l10n/cs_CZ.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "Sdílení mezi servery není povoleno", +"Invalid or untrusted SSL certificate" => "Neplatný nebo nedůvěryhodný SSL certifikát", "Couldn't add remote share" => "Nelze přidat vzdálené úložiště", "Shared with you" => "Sdíleno s vámi", "Shared with others" => "Sdíleno s ostatními", diff --git a/apps/files_sharing/l10n/en_GB.php b/apps/files_sharing/l10n/en_GB.php index e3191ce98d9..5ed2859ad26 100644 --- a/apps/files_sharing/l10n/en_GB.php +++ b/apps/files_sharing/l10n/en_GB.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "Server to server sharing is not enabled on this server", +"Invalid or untrusted SSL certificate" => "Invalid or untrusted SSL certificate", "Couldn't add remote share" => "Couldn't add remote share", "Shared with you" => "Shared with you", "Shared with others" => "Shared with others", diff --git a/apps/files_sharing/l10n/fa.php b/apps/files_sharing/l10n/fa.php index b19879075e4..5b55438c4ff 100644 --- a/apps/files_sharing/l10n/fa.php +++ b/apps/files_sharing/l10n/fa.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "اشتراک سرور به سرور در این سرور فعال نیست .", +"Invalid or untrusted SSL certificate" => "گواهینامه SSL غیر قابل اعتماد یا غیر معتبر است.", "Couldn't add remote share" => "امکان افزودن اشتراک گذاری از راه دور وجود ندارد", "Shared with you" => "موارد به اشتراک گذاشته شده با شما", "Shared with others" => "موارد به اشتراک گذاشته شده با دیگران", diff --git a/apps/files_sharing/l10n/sk_SK.php b/apps/files_sharing/l10n/sk_SK.php index 723ada575eb..f3231cb1021 100644 --- a/apps/files_sharing/l10n/sk_SK.php +++ b/apps/files_sharing/l10n/sk_SK.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "Zdieľanie server-server nie je na tomto serveri povolené", +"Invalid or untrusted SSL certificate" => "Neplatný alebo nedôveryhodný certifikát SSL", "Couldn't add remote share" => "Nemožno pridať vzdialené zdieľanie", "Shared with you" => "Zdieľané s vami", "Shared with others" => "Zdieľané s ostanými", |