diff options
Diffstat (limited to 'apps/files/l10n/es_PY.js')
-rw-r--r-- | apps/files/l10n/es_PY.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/es_PY.js b/apps/files/l10n/es_PY.js index a0bb0ca3a1a..65b3ff64a3c 100644 --- a/apps/files/l10n/es_PY.js +++ b/apps/files/l10n/es_PY.js @@ -67,6 +67,7 @@ OC.L10N.register( "{dirs} and {files}" : "{dirs} y {files}", "_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos","incluyendo %n ocultos"], "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos","Cargando %n archivos"], + "New" : "Nuevo", "{used} of {quota} used" : "{used} de {quota} usado", "{used} used" : "{used} usado", "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ", @@ -147,6 +148,7 @@ OC.L10N.register( "Shares" : "Elementos compartidos", "Shared with others" : "Compartido con otros", "Shared with you" : "Compartido con usted", - "Shared by link" : "Compartido por liga" + "Shared by link" : "Compartido por liga", + "Choose" : "Seleccionar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |