From 51e1dde2aa5c31b01f77479fe3fc86dffd2c8f29 Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Fri, 12 Feb 2016 11:06:02 -0500 Subject: [PATCH] Merge branch 'master' into 'stable-3.1' --- interface/web/mail/lib/lang/es_mail_user.lng | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/interface/web/mail/lib/lang/es_mail_user.lng b/interface/web/mail/lib/lang/es_mail_user.lng index 8b566b2..4739fd9 100644 --- a/interface/web/mail/lib/lang/es_mail_user.lng +++ b/interface/web/mail/lib/lang/es_mail_user.lng @@ -50,4 +50,15 @@ $wb['disablesmtp_txt'] = 'Deshabilitar SMTP (envío)'; $wb['email_error_isascii'] = 'Por favor, no use caracteres unicode especiales en su contraseña. Esto puede conllevar a errores en su cliente de correo.'; $wb['cc_note_txt'] = '(Separe múltiples cuentas de correo con una coma)'; +$wb['autoresponder_start_date_is_required'] = 'Start date must be set when Autoresponder is enabled.'; +$wb['greylisting_txt'] = 'Enable greylisting'; +$wb['sender_cc_txt'] = 'Send outgoing copy to'; +$wb['sender_cc_error_isemail'] = 'The -Send outgoing copy to- field does not contain a valid email address'; +$wb['backup_interval_txt'] = 'Backup interval'; +$wb['backup_copies_txt'] = 'Number of backup copies'; +$wb['no_backup_txt'] = 'No backup'; +$wb['daily_backup_txt'] = 'Daily'; +$wb['weekly_backup_txt'] = 'Weekly'; +$wb['monthly_backup_txt'] = 'Monthly'; +$wb['sender_cc_note_txt'] = '(Separate multiple email addresses with commas)'; ?> -- Gitblit v1.9.1