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 /settings | |
parent | 22a6bf9e5a20a6fb3c7c24e4e1e5275c9d7346ad (diff) | |
download | nextcloud-server-6488ff2c759b475d20a762741714e50d451a98c6.tar.gz nextcloud-server-6488ff2c759b475d20a762741714e50d451a98c6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/es_CL.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/settings/l10n/es_CL.php b/settings/l10n/es_CL.php new file mode 100644 index 00000000000..86e66bd4825 --- /dev/null +++ b/settings/l10n/es_CL.php @@ -0,0 +1,6 @@ +<?php +$TRANSLATIONS = array( +"Password" => "Clave", +"Username" => "Usuario" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |