From 9df44a90fd7fd57693899ccbe2231955a48fe64b Mon Sep 17 00:00:00 2001 From: Sergio Cambra <sergio@programatica.es> Date: Fri, 27 Jun 2014 09:43:39 -0400 Subject: [PATCH] update spanish translation --- interface/web/mailuser/lib/lang/es_mail_user_password.lng | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 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 cdf9674..249f8e6 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.'; +$wb['mailbox_password_txt'] = 'Contraseña de la cuenta'; +$wb['password_txt'] = 'Contraseña'; +$wb['password_strength_txt'] = 'Fortaleza de 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