diff options
Diffstat (limited to 'apps/files/l10n/es_AR.js')
-rw-r--r-- | apps/files/l10n/es_AR.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/es_AR.js b/apps/files/l10n/es_AR.js index e56e6b818d9..76e12d2de95 100644 --- a/apps/files/l10n/es_AR.js +++ b/apps/files/l10n/es_AR.js @@ -4,15 +4,13 @@ OC.L10N.register( "Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente", "Storage invalid" : "El almacenamiento es inválido", "Unknown error" : "Se presentó un error desconocido", - "All files" : "Todos los archivos", - "Recent" : "Reciente", - "Favorites" : "Favoritos", "File could not be found" : "No fue posible encontrar el archivo", "Move or copy" : "Mover o Copiar", "Download" : "Descargar", "Delete" : "Borrar", "Home" : "Inicio", "Close" : "Cerrar", + "Favorites" : "Favoritos", "Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"", "Upload cancelled." : "Carga cancelada.", "Processing files …" : "Procesando archivos...", @@ -82,6 +80,7 @@ OC.L10N.register( "Favorite" : "Favorito", "New folder" : "Carpeta nueva", "Upload file" : "Cargar archivo", + "Recent" : "Reciente", "Not favorited" : "No es favorito", "Remove from favorites" : "Eliminado de favoritos", "Add to favorites" : "Agregar a favoritos", @@ -118,6 +117,7 @@ OC.L10N.register( "A new file or folder has been <strong>created</strong>" : "Un nuevo archivo ha sido <strong>creado</strong>", "A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>eliminado</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limite las notificación de la creación y cambios a sus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>", + "All files" : "Todos los archivos", "Unlimited" : "Ilimitado", "Upload (max. %s)" : "Cargar (max. %s)", "Accept" : "Aceptar", |