From 3560c8d8e14e5ddc8a619844d9ab86d3b9d8d52e Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Wed, 06 Jul 2016 10:29:10 -0400 Subject: [PATCH] Fixed issue in SQL lib. --- interface/web/mailuser/lib/lang/pl_mail_user_cc.lng | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/interface/web/mailuser/lib/lang/pl_mail_user_cc.lng b/interface/web/mailuser/lib/lang/pl_mail_user_cc.lng index dc2165a..b9a63d8 100644 --- a/interface/web/mailuser/lib/lang/pl_mail_user_cc.lng +++ b/interface/web/mailuser/lib/lang/pl_mail_user_cc.lng @@ -1,7 +1,9 @@ <?php -$wb['mailbox_cc_txt'] = 'Send copy to email address'; -$wb['cc_txt'] = 'Send copy to'; -$wb['email_txt'] = 'Email'; -$wb['cc_error_isemail'] = 'Email address invalid in -Send copy to- field'; -$wb['email_is_cc_error'] = 'Email address and send copy to address can not be the same.'; +$wb['mailbox_cc_txt'] = 'Wyślij kopię na inny adres e-mail'; +$wb['cc_txt'] = 'Wyślij kopię do'; +$wb['email_txt'] = 'E-mail'; +$wb['cc_error_isemail'] = 'Adres e-mail jest niepoprawny w polu -Wyślij kopię do-'; +$wb['email_is_cc_error'] = 'Adres e-mail i adres do wysyłki kopii nie mogą być takie same.'; +$wb['name_optional_txt'] = '(Optional)'; +$wb['cc_note_txt'] = '(Separate multiple email addresses with commas)'; ?> -- Gitblit v1.9.1