diff options
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 17910718640..5d47f3085e0 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -178,7 +178,6 @@ OC.L10N.register( "Upload successful" : "Subida exitosa", "\"{displayName}\" action executed successfully" : "la acción \"{displayName}\" se ejecutó exitósamente", "\"{displayName}\" action failed" : "la acción \"{displayName}\" falló", - "Select the row for {displayName}" : "Seleccione la fila para {displayName}", "Rename file" : "Renombrar archivo", "File name" : "Nombre del archivo", "Folder name" : "Nombre de la carpeta", @@ -196,8 +195,6 @@ OC.L10N.register( "Could not copy {file}. {message}" : "No se pudo copiar {file}. {message}", "Could not move {file}. {message}" : "No se pudo mover {file}. {message}", "Total rows summary" : "Resumen de filas totales", - "Select all" : "Seleccionar todo", - "Unselect all" : "Desmarrcar todos", "\"{displayName}\" failed on some elements " : "\"{displayName}\" fallo en algunos elementos", "\"{displayName}\" batch action executed successfully" : "la acción en lotes \"{displayName}\" se ejecutó exitósamente", "List of files and folders." : "Lista de archivos y carpetas.", @@ -298,6 +295,7 @@ OC.L10N.register( "Files and folders you recently modified will show up here." : "Los archivos y carpetas que ha modificado recientemente aparecerán aquí.", "Toggle %1$s sublist" : "Alternar %1$s sublista", "No entries found in this folder" : "No hay entradas en esta carpeta", + "Select all" : "Seleccionar todo", "Upload too large" : "Subida demasido grande", "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.", "Text file" : "Archivo de texto", @@ -315,7 +313,9 @@ OC.L10N.register( "Pending shares" : "Recursos compartidos pendientes", "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}", "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}", + "Select the row for {displayName}" : "Seleccione la fila para {displayName}", "Open folder {name}" : "Abrir carpeta {name}", + "Unselect all" : "Desmarrcar todos", "ascending" : "ascendente", "descending" : "descendente", "Sort list by {column} ({direction})" : "Ordenar lista por {column} ({direction})", |