diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-10-10 00:13:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-10-10 00:13:36 +0000 |
commit | 97b6b53d5c2246258fa6545b1f9cca36d3b13e91 (patch) | |
tree | 4a5c1fd45ee41972408f34f5258c06519990d639 /apps/files/l10n/es_419.js | |
parent | c33167be5e9265d13f91e3717c8b89b17e9d060f (diff) | |
download | nextcloud-server-97b6b53d5c2246258fa6545b1f9cca36d3b13e91.tar.gz nextcloud-server-97b6b53d5c2246258fa6545b1f9cca36d3b13e91.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/es_419.js')
-rw-r--r-- | apps/files/l10n/es_419.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/es_419.js b/apps/files/l10n/es_419.js index 3725a16b586..bbd1a7bcd90 100644 --- a/apps/files/l10n/es_419.js +++ b/apps/files/l10n/es_419.js @@ -121,7 +121,6 @@ OC.L10N.register( "Save" : "Guardar", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ", "Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ", - "%s of %s used" : "%s de %s usado", "%s used" : "%s usado", "Settings" : "Configuraciones ", "Show hidden files" : "Mostrar archivos ocultos", @@ -143,6 +142,7 @@ OC.L10N.register( "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Target folder" : "Carpeta destino" + "Target folder" : "Carpeta destino", + "%s of %s used" : "%s de %s usado" }, "nplurals=2; plural=(n != 1);"); |