diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-14 00:06:29 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-14 00:06:29 +0100 |
commit | 9a0cb2ccaa92731a14e079a024bb38c934130d78 (patch) | |
tree | 14d7f0eb59981d8bc6282442650b0f08f272e1df /apps/user_ldap/l10n | |
parent | 7d748a6b0683a9de01921d8e943511bc29ffbca8 (diff) | |
download | nextcloud-server-9a0cb2ccaa92731a14e079a024bb38c934130d78.tar.gz nextcloud-server-9a0cb2ccaa92731a14e079a024bb38c934130d78.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r-- | apps/user_ldap/l10n/es_AR.php | 6 | ||||
-rw-r--r-- | apps/user_ldap/l10n/zh_HK.php | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/es_AR.php b/apps/user_ldap/l10n/es_AR.php index b0e7ec12b21..c8aec0cd41b 100644 --- a/apps/user_ldap/l10n/es_AR.php +++ b/apps/user_ldap/l10n/es_AR.php @@ -48,6 +48,7 @@ "Turn off SSL certificate validation." => "Desactivar la validación por certificado SSL.", "If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Si la conexión sólo funciona con esta opción, importá el certificado SSL del servidor LDAP en tu servidor ownCloud.", "Not recommended, use for testing only." => "No recomendado, sólo para pruebas.", +"Cache Time-To-Live" => "Tiempo de vida del caché", "in seconds. A change empties the cache." => "en segundos. Cambiarlo vacía la cache.", "Directory Settings" => "Configuración de Directorio", "User Display Name Field" => "Campo de nombre de usuario a mostrar", @@ -63,7 +64,12 @@ "Group Search Attributes" => "Atributos de búsqueda de grupo", "Group-Member association" => "Asociación Grupo-Miembro", "Special Attributes" => "Atributos Especiales", +"Quota Field" => "Campo de cuota", +"Quota Default" => "Cuota por defecto", "in bytes" => "en bytes", +"Email Field" => "Campo de e-mail", +"User Home Folder Naming Rule" => "Regla de nombre de los directorios de usuario", "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Vacío para el nombre de usuario (por defecto). En otro caso, especificá un atributo LDAP/AD.", +"Test Configuration" => "Probar configuración", "Help" => "Ayuda" ); diff --git a/apps/user_ldap/l10n/zh_HK.php b/apps/user_ldap/l10n/zh_HK.php new file mode 100644 index 00000000000..4dec54822ae --- /dev/null +++ b/apps/user_ldap/l10n/zh_HK.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Password" => "密碼", +"Help" => "幫助" +); |