diff options
Diffstat (limited to 'core/l10n/es_PY.js')
-rw-r--r-- | core/l10n/es_PY.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/es_PY.js b/core/l10n/es_PY.js index 290a03e1286..e1e7e7b3bc9 100644 --- a/core/l10n/es_PY.js +++ b/core/l10n/es_PY.js @@ -189,7 +189,6 @@ OC.L10N.register( "Need help?" : "¿Necesitas ayuda?", "See the documentation" : "Ver la documentación", "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ", - "Contacts" : "Contactos", "Confirm your password" : "Confirma tu contraseña", "App token" : "Ficha de la aplicación", "Grant access" : "Conceder acceso", @@ -219,6 +218,7 @@ OC.L10N.register( "restricted" : "restringido", "invisible" : "invisible", "File not found" : "Archivo no encontrado", - "More" : "Más" + "More" : "Más", + "Contacts" : "Contactos" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |