From 374d7e6e6c4fb1ce8aefc33751b3c8c543d508e2 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Thu, 08 May 2014 08:20:13 -0400 Subject: [PATCH] - added callHook call from master --- interface/web/mail/lib/lang/pl_mail_user.lng | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/interface/web/mail/lib/lang/pl_mail_user.lng b/interface/web/mail/lib/lang/pl_mail_user.lng index 5fc7a38..8c4408c 100644 --- a/interface/web/mail/lib/lang/pl_mail_user.lng +++ b/interface/web/mail/lib/lang/pl_mail_user.lng @@ -47,4 +47,7 @@ $wb['repeat_password_txt'] = 'Powtórz hasło'; $wb['password_mismatch_txt'] = 'Hasła nie pasują do siebie'; $wb['password_match_txt'] = 'Hasła pasują'; +$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)'; +$wb['disablesmtp_txt'] = 'Disable SMTP (sending)'; ?> -- Gitblit v1.9.1