diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-03 14:39:28 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-03 14:39:28 -0500 |
commit | e89f080f09468d2b37c010ede8c2cba8e3bef139 (patch) | |
tree | ca409b78ddb665b1cdf33d75671e6e64fe8ff7e8 /apps/user_ldap/l10n | |
parent | 07e540613e1445451ace78e639be36a1c1e7e58f (diff) | |
download | nextcloud-server-e89f080f09468d2b37c010ede8c2cba8e3bef139.tar.gz nextcloud-server-e89f080f09468d2b37c010ede8c2cba8e3bef139.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r-- | apps/user_ldap/l10n/it.php | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/lb.php | 3 | ||||
-rw-r--r-- | apps/user_ldap/l10n/tr.php | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/it.php b/apps/user_ldap/l10n/it.php index b8c3b0ff8c9..9825832f3d8 100644 --- a/apps/user_ldap/l10n/it.php +++ b/apps/user_ldap/l10n/it.php @@ -4,6 +4,7 @@ $TRANSLATIONS = array( "Failed to delete the server configuration" => "Eliminazione della configurazione del server non riuscita", "The configuration is valid and the connection could be established!" => "La configurazione è valida e la connessione può essere stabilita.", "The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "La configurazione è valida, ma il Bind non è riuscito. Controlla le impostazioni del server e le credenziali.", +"The configuration is invalid. Please have a look at the logs for further details." => "La configurazione non è valida. Controlla i log per ulteriori dettagli.", "No action specified" => "Nessuna azione specificata", "No configuration specified" => "Nessuna configurazione specificata", "No data specified" => "Nessun dato specificato", diff --git a/apps/user_ldap/l10n/lb.php b/apps/user_ldap/l10n/lb.php index 23e289395e7..b89a2ac8b61 100644 --- a/apps/user_ldap/l10n/lb.php +++ b/apps/user_ldap/l10n/lb.php @@ -6,6 +6,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("",""), "Help" => "Hëllef", "Password" => "Passwuert", -"Back" => "Zeréck" +"Back" => "Zeréck", +"Continue" => "Weider" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/tr.php b/apps/user_ldap/l10n/tr.php index c8e417b9ad4..efa9ce1b32e 100644 --- a/apps/user_ldap/l10n/tr.php +++ b/apps/user_ldap/l10n/tr.php @@ -4,6 +4,7 @@ $TRANSLATIONS = array( "Failed to delete the server configuration" => "Sunucu yapılandırmasını silme başarısız oldu", "The configuration is valid and the connection could be established!" => "Yapılandırma geçerli ve bağlantı kuruldu!", "The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Yapılandırma geçerli fakat bağlanma(bind) başarısız. Lütfen Sunucu ayarları ve kimlik bilgilerini kontrol ediniz.", +"The configuration is invalid. Please have a look at the logs for further details." => "Yapılandırma geçersiz. Lütfen detaylar için günlüklere bakınız.", "No action specified" => "Eylem belirtilmedi", "No configuration specified" => "Yapılandırma belirtilmemiş", "No data specified" => "Veri belirtilmemiş", |