diff options
Diffstat (limited to 'apps/files/l10n/es_EC.js')
-rw-r--r-- | apps/files/l10n/es_EC.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/es_EC.js b/apps/files/l10n/es_EC.js index a4faba44ba6..d326bcff52d 100644 --- a/apps/files/l10n/es_EC.js +++ b/apps/files/l10n/es_EC.js @@ -198,7 +198,6 @@ OC.L10N.register( "Ownership transfer request sent" : "Solicitud de transferencia de propiedad enviada.", "Cannot transfer ownership of a file or folder you do not own" : "No se puede transferir la propiedad de un archivo o carpeta que no posees.", "Select file or folder to link to" : "Seleccionar archivo o carpeta para enlazar.", - "Add" : "Guardar", "Loading current folder" : "Cargando directorio actual.", "No files in here" : "No hay archivos aquí", "Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!", @@ -271,6 +270,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 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", - "No files or folders have been deleted yet" : "No se han eliminado archivos o carpetas todavía." + "No files or folders have been deleted yet" : "No se han eliminado archivos o carpetas todavía.", + "Add" : "Guardar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |