From d7ababc9ebb9bcb03c56e39ba5a4e06c8348d3ff Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Tue, 26 May 2015 08:21:27 -0400 Subject: [PATCH] - fixed FS#3907 - "Reset password" generates too short passwords --- interface/web/mail/lib/lang/el_mail_user.lng | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/interface/web/mail/lib/lang/el_mail_user.lng b/interface/web/mail/lib/lang/el_mail_user.lng index c9bdab5..147874c 100644 --- a/interface/web/mail/lib/lang/el_mail_user.lng +++ b/interface/web/mail/lib/lang/el_mail_user.lng @@ -47,5 +47,7 @@ $wb['repeat_password_txt'] = 'Repeat Password'; $wb['password_mismatch_txt'] = 'The passwords do not match.'; $wb['password_match_txt'] = 'The passwords do match.'; +$wb['disablesmtp_txt'] = 'Disable SMTP (sending)'; +$wb['email_error_isascii'] = 'Please do not use special unicode characters for your password. This could lead to problems with your mail client.'; +$wb['cc_note_txt'] = '(Separate multiple email addresses with commas)'; ?> - -- Gitblit v1.9.1