diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/l10n/it.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/pl.php | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/bn_BD.php | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php index 7b8a6efee98..5aad92e7d09 100644 --- a/apps/files_sharing/l10n/it.php +++ b/apps/files_sharing/l10n/it.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "La condivisione tra server non è abilitata su questo server", +"The mountpoint name contains invalid characters." => "Il nome del punto di mount contiene caratteri non validi.", "Invalid or untrusted SSL certificate" => "Certificato SSL non valido o non attendibile", "Couldn't add remote share" => "Impossibile aggiungere la condivisione remota", "Shared with you" => "Condiviso con te", diff --git a/apps/files_sharing/l10n/pl.php b/apps/files_sharing/l10n/pl.php index 65c40e89dac..ee3dfbcac48 100644 --- a/apps/files_sharing/l10n/pl.php +++ b/apps/files_sharing/l10n/pl.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "Współdzielenie między serwerami nie jest uruchomione na tym serwerze", +"The mountpoint name contains invalid characters." => "Nazwa zamontowanego zasobu zawiera niedozwolone znaki.", "Invalid or untrusted SSL certificate" => "Niewłaściwy lub niezaufany certyfikat SSL", "Couldn't add remote share" => "Nie można dodać zdalnego folderu", "Shared with you" => "Współdzielony z Tobą", diff --git a/apps/user_ldap/l10n/bn_BD.php b/apps/user_ldap/l10n/bn_BD.php index 707e54617fc..9c7d9233738 100644 --- a/apps/user_ldap/l10n/bn_BD.php +++ b/apps/user_ldap/l10n/bn_BD.php @@ -100,6 +100,7 @@ $TRANSLATIONS = array( "Quota Field" => "কোটা", "Quota Default" => "পূর্বনির্ধারিত কোটা", "in bytes" => "বাইটে", +"Email Field" => "ইমেইল ক্ষেত্র", "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "ব্যবহারকারী নামের জন্য ফাঁকা রাখুন (পূর্বনির্ধারিত)। অন্যথায়, LDAP/AD বৈশিষ্ট্য নির্ধারণ করুন।" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |