diff options
Diffstat (limited to 'core/l10n/es_419.js')
-rw-r--r-- | core/l10n/es_419.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/es_419.js b/core/l10n/es_419.js index b2f831241d2..e7adc55257a 100644 --- a/core/l10n/es_419.js +++ b/core/l10n/es_419.js @@ -188,7 +188,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", @@ -220,6 +219,7 @@ OC.L10N.register( "invisible" : "invisible", "File not found" : "Archivo no encontrado", "More" : "Más", + "Contacts" : "Contactos", "Setup two-factor authentication" : "Configurar autenticación de dos factores" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |