diff options
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/es.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/es.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 7a0367265ee..d69abb2096a 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -139,6 +139,7 @@ OC.L10N.register( "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", + "%1$s%% of %2$s used" : "%1$s %% de %2$s usados", "%s used" : "usado %s", "Settings" : "Ajustes", "Show hidden files" : "Mostrar archivos ocultos", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index 8534cb19199..02c6525f091 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -137,6 +137,7 @@ "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", + "%1$s%% of %2$s used" : "%1$s %% de %2$s usados", "%s used" : "usado %s", "Settings" : "Ajustes", "Show hidden files" : "Mostrar archivos ocultos", |