diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-17 16:43:17 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-17 16:43:17 -0500 |
commit | 6488ff2c759b475d20a762741714e50d451a98c6 (patch) | |
tree | a2d9e22f9476cdec80be20549af3a3cd2b3c341c /apps/user_ldap | |
parent | 22a6bf9e5a20a6fb3c7c24e4e1e5275c9d7346ad (diff) | |
download | nextcloud-server-6488ff2c759b475d20a762741714e50d451a98c6.tar.gz nextcloud-server-6488ff2c759b475d20a762741714e50d451a98c6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/l10n/es_CL.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/es_CL.php b/apps/user_ldap/l10n/es_CL.php index 3a1e002311c..b3522617b42 100644 --- a/apps/user_ldap/l10n/es_CL.php +++ b/apps/user_ldap/l10n/es_CL.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("","") +"_%s user found_::_%s users found_" => array("",""), +"Password" => "Clave" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |