diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-20 01:55:01 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-20 01:55:01 -0500 |
commit | 79ef5eda9688c998a51bfbb3f24f5274cc83bcc2 (patch) | |
tree | 7c6cbc7f75b73fdbbb3c3e0fd8fe5261febecb33 /apps/files/l10n/es_CR.js | |
parent | 602e563d99f3e82562862503d8bd82ae3252b2f3 (diff) | |
download | nextcloud-server-79ef5eda9688c998a51bfbb3f24f5274cc83bcc2.tar.gz nextcloud-server-79ef5eda9688c998a51bfbb3f24f5274cc83bcc2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/es_CR.js')
-rw-r--r-- | apps/files/l10n/es_CR.js | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/apps/files/l10n/es_CR.js b/apps/files/l10n/es_CR.js index 6b2234ae636..fba59bdc851 100644 --- a/apps/files/l10n/es_CR.js +++ b/apps/files/l10n/es_CR.js @@ -5,6 +5,19 @@ OC.L10N.register( "_%n folder_::_%n folders_" : ["",""], "_%n file_::_%n files_" : ["",""], "_Uploading %n file_::_Uploading %n files_" : ["",""], - "_matches '{filter}'_::_match '{filter}'_" : ["",""] + "_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>", + "A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>", + "You created %1$s" : "Usted creó %1$s", + "%2$s created %1$s" : "%2$s creó %1$s", + "%1$s was created in a public folder" : "%1$s fue creado en un folder público", + "You changed %1$s" : "Usted cambió %1$s", + "%2$s changed %1$s" : "%2$s cambió %1$s", + "You deleted %1$s" : "Usted eliminó %1$s", + "%2$s deleted %1$s" : "%2$s eliminó %1$s", + "You restored %1$s" : "Usted restauró %1$s", + "%2$s restored %1$s" : "%2$s restauró %1$s" }, "nplurals=2; plural=(n != 1);"); |