diff options
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 99d82b4cb41..bf3885b7d96 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -94,12 +94,18 @@ OC.L10N.register( "You changed {file}" : "Usted ha cambiado {file}", "{user} changed {file}" : "{user} ha cambiado {file}", "You deleted {file}" : "Usted ha borrado {file}", + "{user} deleted {file}" : "{user} eliminó {file}", + "You restored {file}" : "Usted restauró {file}", "{user} restored {file}" : "{user} restauró {file}", "You renamed {oldfile} to {newfile}" : "Ha renombrado {oldfile} como {newfile}", "{user} renamed {oldfile} to {newfile}" : "{user} ha renombrado {oldfile } como {newfile}", "You moved {oldfile} to {newfile}" : "Ha movido {oldfile } a {newfile}", + "{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado</strong> o <strong>renombrado</strong>.", "A new file or folder has been <strong>created</strong>" : "Se ha <strong>creado</strong> un nuevo archivo o carpeta", + "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo o carpeta ha sido <strong>eliminado</strong>.", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitar las notificaiones acerca de la creación y cambios de sus <strong>archivos favoritos</strong><em>(Stream only)</em>", + "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo o carpeta ha sido <strong>restaurado</strong>.", "Upload (max. %s)" : "Subida (máx. %s)", "File handling" : "Administración de archivos", "Maximum upload size" : "Tamaño máximo de subida", @@ -121,6 +127,7 @@ OC.L10N.register( "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 others" : "Compartido con otros", + "Shared by link" : "Compartido por enlace", "Tags" : "Etiquetas", "Deleted files" : "Archivos eliminados", "Text file" : "Archivo de texto", |