diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-03-06 01:12:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-03-06 01:12:16 +0000 |
commit | 3867a74f0d8f17357043a72e38828eb3cbca59f8 (patch) | |
tree | e096de451734b053e2913f1291679227fb8e49a7 /apps/files/l10n/es.js | |
parent | c2320aea228e7c58d2e77038ca14a80486a9073c (diff) | |
download | nextcloud-server-3867a74f0d8f17357043a72e38828eb3cbca59f8.tar.gz nextcloud-server-3867a74f0d8f17357043a72e38828eb3cbca59f8.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 32149554e2d..042b50a0ce0 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -103,9 +103,13 @@ OC.L10N.register( "{user} created {file}" : "{user} ha creado {file}", "{file} was created in a public folder" : "{file} se ha creado en una carpeta pública", "You changed {file}" : "Usted ha cambiado {file}", + "You changed an encrypted file in {file}" : "Has modificado un archivo cifrado en {file}", "{user} changed {file}" : "{user} ha cambiado {file}", + "{user} changed an encrypted file in {file}" : "{user} ha modificado un archivo cifrado en {file}", "You deleted {file}" : "Usted ha borrado {file}", + "You deleted an encrypted file in {file}" : "Has borrado un archivo cifrado en {file}", "{user} deleted {file}" : "{user} eliminó {file}", + "{user} deleted an encrypted file in {file}" : "{user} ha borrado un archivo cifrado en {file}", "You restored {file}" : "Usted restauró {file}", "{user} restored {file}" : "{user} restauró {file}", "You renamed {oldfile} to {newfile}" : "Ha renombrado {oldfile} como {newfile}", @@ -141,7 +145,7 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que está intentando subir sobrepasan el tamaño máximo permitido en este servidor.", "No favorites yet" : "Aún no hay favoritos", "Files and folders you mark as favorite will show up here" : "Aquí aparecerán los archivos y carpetas que usted marque como favoritos", - "Shared with you" : "Compartido con usted", + "Shared with you" : "Compartido contigo", "Shared with others" : "Compartido con otros", "Shared by link" : "Compartido por enlace", "Tags" : "Etiquetas", |