summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-12-17 16:43:17 -0500
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-12-17 16:43:17 -0500
commit6488ff2c759b475d20a762741714e50d451a98c6 (patch)
treea2d9e22f9476cdec80be20549af3a3cd2b3c341c /apps
parent22a6bf9e5a20a6fb3c7c24e4e1e5275c9d7346ad (diff)
downloadnextcloud-server-6488ff2c759b475d20a762741714e50d451a98c6.tar.gz
nextcloud-server-6488ff2c759b475d20a762741714e50d451a98c6.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/files/l10n/es_CL.php4
-rw-r--r--apps/files_sharing/l10n/es_CL.php6
-rw-r--r--apps/user_ldap/l10n/es_CL.php3
3 files changed, 11 insertions, 2 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);";
diff --git a/apps/files_sharing/l10n/es_CL.php b/apps/files_sharing/l10n/es_CL.php
new file mode 100644
index 00000000000..31dc045870c
--- /dev/null
+++ b/apps/files_sharing/l10n/es_CL.php
@@ -0,0 +1,6 @@
+<?php
+$TRANSLATIONS = array(
+"Password" => "Clave",
+"Upload" => "Subir"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
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);";