diff options
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 7fc42b415e2..480e8a0acd0 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -136,9 +136,9 @@ OC.L10N.register( "Choose {file}" : "Seleccionar {file}", "New" : "Nuevo", "Loading current folder" : "Cargando carpeta actual", + "Retry" : "Reintentar", "No files in here" : "Aquí no hay archivos", "Upload some content or sync with your devices!" : "¡Suba contenidos o sincronice sus dispositivos!", - "Go to the previous folder" : "Ir a la carpeta anterior", "Go back" : "Ir atrás", "Share" : "Compartir", "Shared by link" : "Compartido por enlace", @@ -264,6 +264,9 @@ OC.L10N.register( "Files moved successfully" : "Archivos movidos exitosamente", "Conflicts resolution skipped" : "Resolución de conflictos omitida", "Upload cancelled" : "Subida cancelada.", + "This operation is forbidden" : "Esta operación está prohibida", + "This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verifique los registros o contacte con el administrador", + "Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"], @@ -324,9 +327,6 @@ OC.L10N.register( "Select directory \"{dirName}\"" : "Seleccione la carpeta \"{dirName}\"", "Select file \"{fileName}\"" : "Seleccione el archivo \"{fileName}\"", "Unable to determine date" : "No se ha podido determinar la fecha", - "This operation is forbidden" : "Esta operación está prohibida", - "This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verifique los registros o contacte con el administrador", - "Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente", "Could not move \"{file}\", target exists" : "No se pudo mover \"{file}\", ya existe", "Could not move \"{file}\"" : "No se pudo mover \"{file}\"", "copy" : "copiar", @@ -388,6 +388,7 @@ OC.L10N.register( "Could not rename \"{oldName}\"" : "No se ha podido renombrar \"{oldName}\"", "Storage informations" : "Informaciones de almacenamiento", "Choose file" : "Elegir archivo", + "Go to the previous folder" : "Ir a la carpeta anterior", "Open the files app settings" : "Abrir la configuración de la app Archivos", "You might not have have permissions to view it, ask the sender to share it" : "Puede que no tenga permisos para verlo, solicite al remitente que lo comparta", "The files is locked" : "El archivo está bloqueado", |