Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-02-20 09:55:01 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-02-20 09:55:01 +0300
commit79ef5eda9688c998a51bfbb3f24f5274cc83bcc2 (patch)
tree7c6cbc7f75b73fdbbb3c3e0fd8fe5261febecb33 /apps/files/l10n/es_CL.js
parent602e563d99f3e82562862503d8bd82ae3252b2f3 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/es_CL.js')
-rw-r--r--apps/files/l10n/es_CL.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files/l10n/es_CL.js b/apps/files/l10n/es_CL.js
index 4e7a2daa421..442a9faffa4 100644
--- a/apps/files/l10n/es_CL.js
+++ b/apps/files/l10n/es_CL.js
@@ -10,6 +10,15 @@ OC.L10N.register(
"_%n file_::_%n files_" : ["",""],
"_Uploading %n file_::_Uploading %n files_" : ["",""],
"_matches '{filter}'_::_match '{filter}'_" : ["",""],
+ "A new file or folder has been <strong>created</strong>" : "Un nuevo archivo o carpeta ha sido <strong>creado</strong>",
+ "A file or folder has been <strong>changed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado</strong>",
+ "A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>eliminado</strong>",
+ "You created %1$s" : "Ha creado %1$s",
+ "%2$s created %1$s" : "%2$s creó %1$s",
+ "You changed %1$s" : "Cambió %1$s",
+ "%2$s changed %1$s" : "%2$s cambió %1$s",
+ "You deleted %1$s" : "Ha borrado %1$s",
+ "%2$s deleted %1$s" : "%2$s borró %1$s",
"Settings" : "Configuración",
"New folder" : "Nuevo directorio",
"Upload" : "Subir",