diff options
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 3742ba57e91..016eeb69ff9 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -71,6 +71,7 @@ OC.L10N.register( "Favorite" : "Favorito", "Copy direct link (only works for users who have access to this file/folder)" : "Copiae enlace directo (solo funciona para usuarios que tienen acceso a este archivo/carpeta)", "New folder" : "Nueva carpeta", + "Upload file" : "Subir archivo", "An error occurred while trying to update the tags" : "Se produjo un error al tratar de actualizar las etiquetas", "Added to favorites" : "Agregado a favoritos", "Removed from favorites" : "Borrado de favoritos", @@ -83,6 +84,7 @@ OC.L10N.register( "Restored by {user}" : "Restaurado por {user}", "Renamed by {user}" : "Renombrado por {user}", "Moved by {user}" : "Movido por {user}", + "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Ha creado {file}", "{user} created {file}" : "{user} ha creado {file}", "{file} was created in a public folder" : "{file} se ha creado en una carpeta pública", |