diff options
Diffstat (limited to 'core/l10n/es.json')
-rw-r--r-- | core/l10n/es.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/l10n/es.json b/core/l10n/es.json index a50eafc43db..6975ce15c6a 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -34,6 +34,13 @@ "Thu." : "Jue.", "Fri." : "Vie.", "Sat." : "Sab.", + "Su" : "Do", + "Mo" : "Lu", + "Tu" : "Ma", + "We" : "Mi", + "Th" : "Ju", + "Fr" : "Vi", + "Sa" : "Sa", "January" : "Enero", "February" : "Febrero", "March" : "Marzo", @@ -234,6 +241,7 @@ "Please contact your administrator." : "Por favor, contacte con el administrador.", "An internal error occured." : "Un error interno ocurrió.", "Please try again or contact your administrator." : "Por favor reintente nuevamente o contáctese con su administrador.", + "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Restablecerla?", "remember" : "recordar", "Log in" : "Entrar", "Alternative Logins" : "Inicios de sesión alternativos", @@ -246,6 +254,10 @@ "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contacte con su administrador. Si usted es el administrador, configure \"trusted_domain\" en config/config.php. En config/config.sample.php se encuentra un ejemplo para la configuración.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de su configuración, como administrador, debería poder usar el botón de abajo para confiar en este dominio.", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como dominio de confianza", + "App update required" : "Es necesaria una actualización en la aplicación", + "%s will be updated to version %s" : "%s será actualizada a la versión %s", + "These apps will be updated:" : "Estas aplicaciones serán actualizadas:", + "These incompatible apps will be disabled:" : "Estas aplicaciones incompatibles serán deshabilitadas:", "The theme %s has been disabled." : "El tema %s ha sido desactivado.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Antes de proceder, asegúrese de que se haya hecho un respaldo de la base de datos, la carpeta de configuración y la carpeta de datos.", "Start update" : "Iniciar actualización", |