diff options
Diffstat (limited to 'apps/files/l10n/es_EC.js')
-rw-r--r-- | apps/files/l10n/es_EC.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/es_EC.js b/apps/files/l10n/es_EC.js index 271c16ba8e7..9c937b79d12 100644 --- a/apps/files/l10n/es_EC.js +++ b/apps/files/l10n/es_EC.js @@ -184,13 +184,10 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "No se pudo cambiar el nombre de \"{oldName}\", ya no existe.", "Could not rename \"{oldName}\"" : "No se pudo cambiar el nombre de \"{oldName}\".", "Total rows summary" : "Resumen total de filas.", - "\"{displayName}\" failed on some elements " : "La acción \"{displayName}\" falló en algunos elementos.", - "\"{displayName}\" batch action executed successfully" : "La acción en lote \"{displayName}\" se ejecutó correctamente.", - "ascending" : "ascendente", - "descending" : "descendente", - "Sort list by {column} ({direction})" : "Ordenar lista por {column} ({direction}).", "Select all" : "Seleccionar todo", "Unselect all" : "Desmarcar todo.", + "\"{displayName}\" failed on some elements " : "La acción \"{displayName}\" falló en algunos elementos.", + "\"{displayName}\" batch action executed successfully" : "La acción en lote \"{displayName}\" se ejecutó correctamente.", "List of files and folders." : "Lista de archivos y carpetas. ", "Storage informations" : "Información de almacenamiento.", "{usedQuotaByte} used" : "{usedQuotaByte} usados.", @@ -272,6 +269,9 @@ OC.L10N.register( "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}.", "Open folder {name}" : "Abrir carpeta {name}", + "ascending" : "ascendente", + "descending" : "descendente", + "Sort list by {column} ({direction})" : "Ordenar lista por {column} ({direction}).", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Esta lista no se muestra completamente por motivos de rendimiento. Los archivos se mostrarán a medida que navegas por la lista.", "Search for an account" : "Buscar una cuenta", "Choose" : "Seleccionar", |