diff options
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index edf13d5a268..9b0f99c57f3 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -135,7 +135,6 @@ OC.L10N.register( "Save" : "Guardar", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tardar hasta 5 minutos en realizarse los cambios.", "Missing permissions to edit from here." : "Faltan permisos para poder editar desde aquí.", - "%s of %s used" : "%s de %s usado", "%s used" : "usado %s", "Settings" : "Ajustes", "Show hidden files" : "Mostrar archivos ocultos", @@ -163,6 +162,7 @@ OC.L10N.register( "Target folder" : "Directorio de destino", "A new file or folder has been <strong>deleted</strong>" : "Se ha <strong>borrado</strong> un nuevo archivo o carpeta", "A new file or folder has been <strong>restored</strong>" : "Se ha <strong>restaurado</strong> un nuevo archivo o carpeta", + "%s of %s used" : "%s de %s usado", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utiliza esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder a tus archivos vía WebDAV</a>" }, "nplurals=2; plural=(n != 1);"); |