diff options
Diffstat (limited to 'apps/files/l10n/es_CL.js')
-rw-r--r-- | apps/files/l10n/es_CL.js | 9 |
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", |