From f686264ad6d82cfaf4e401da2e259880f57bfade Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Sat, 30 Jan 2016 07:44:29 -0500 Subject: [PATCH] Merge branch 'master' into 'stable-3.1' --- interface/web/mailuser/lib/lang/es_mail_user_password.lng | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/interface/web/mailuser/lib/lang/es_mail_user_password.lng b/interface/web/mailuser/lib/lang/es_mail_user_password.lng index 43c114a..56398b6 100644 --- a/interface/web/mailuser/lib/lang/es_mail_user_password.lng +++ b/interface/web/mailuser/lib/lang/es_mail_user_password.lng @@ -1,10 +1,10 @@ <?php -$wb["mailbox_password_txt"] = 'Mailbox password'; -$wb["password_txt"] = 'Password'; -$wb["password_strength_txt"] = 'Password strength'; -$wb["email_txt"] = 'Email'; -$wb['generate_password_txt'] = 'Generate Password'; -$wb['repeat_password_txt'] = 'Repeat Password'; -$wb['password_mismatch_txt'] = 'The passwords do not match.'; -$wb['password_match_txt'] = 'The passwords do match.'; -?> \ No newline at end of file +$wb['mailbox_password_txt'] = 'Contraseña del buzón'; +$wb['password_txt'] = 'Contraseña'; +$wb['password_strength_txt'] = 'Fortaleza de la contraseña'; +$wb['email_txt'] = 'Correo'; +$wb['generate_password_txt'] = 'Generar contraseña'; +$wb['repeat_password_txt'] = 'Repetir contraseña'; +$wb['password_mismatch_txt'] = 'Las contraseñas no coinciden.'; +$wb['password_match_txt'] = 'Las contraseñas coinciden.'; +?> -- Gitblit v1.9.1