diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-01-13 01:12:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-01-13 01:12:53 +0000 |
commit | 363c0c31f46bc04e31273865104561e2ab7321ea (patch) | |
tree | c0acd77f7f409c586981e1b1afb323a6e65cb3a3 /apps/files/l10n | |
parent | 5c94c71c66618e23b5fc99c50e68fd2daf1c235c (diff) | |
download | nextcloud-server-363c0c31f46bc04e31273865104561e2ab7321ea.tar.gz nextcloud-server-363c0c31f46bc04e31273865104561e2ab7321ea.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-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", |