diff options
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index b8e4286154b..7e5598f107c 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -263,7 +263,6 @@ OC.L10N.register( "A file or folder with that name already exists in this folder" : "Un archivo o carpeta con ese nombre ya existe en esta carpeta", "The files is locked" : "El archivo está bloqueado", "The file does not exist anymore" : "El archivo ya no existe", - "Chose destination" : "Seleccione el destino", "Copy to {target}" : "Copiar a {target}", "Move to {target}" : "Mover a {target}", "Cancelled move or copy operation" : "Se canceló la operación de mover o copiar", @@ -313,6 +312,7 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Esta lista no se renderiza completa por razones de rendimiento. Los archivos serán renderizados mientras ud. navegue por la lista.", "Search for an account" : "Buscar una cuenta", "Choose" : "Selecciona", - "No files or folders have been deleted yet" : "No se han borrado archivos o carpetas todavía" + "No files or folders have been deleted yet" : "No se han borrado archivos o carpetas todavía", + "Chose destination" : "Seleccione el destino" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |