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/files/l10n/es_CL.php | |
parent | 22a6bf9e5a20a6fb3c7c24e4e1e5275c9d7346ad (diff) | |
download | nextcloud-server-6488ff2c759b475d20a762741714e50d451a98c6.tar.gz nextcloud-server-6488ff2c759b475d20a762741714e50d451a98c6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/es_CL.php')
-rw-r--r-- | apps/files/l10n/es_CL.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/es_CL.php b/apps/files/l10n/es_CL.php index 0157af093e9..6f97758878f 100644 --- a/apps/files/l10n/es_CL.php +++ b/apps/files/l10n/es_CL.php @@ -1,7 +1,9 @@ <?php $TRANSLATIONS = array( +"Files" => "Archivos", "_%n folder_::_%n folders_" => array("",""), "_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") +"_Uploading %n file_::_Uploading %n files_" => array("",""), +"Upload" => "Subir" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |