From b31c514ee2f1d25b4e5ff39bdef1765dbf14e106 Mon Sep 17 00:00:00 2001 From: jwarnier <jwarnier@ispconfig3> Date: Thu, 19 Aug 2010 18:09:42 -0400 Subject: [PATCH] Fix typos. --- interface/web/mail/lib/lang/pl_mail_user.lng | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/interface/web/mail/lib/lang/pl_mail_user.lng b/interface/web/mail/lib/lang/pl_mail_user.lng index 22e2f4c..d317f24 100644 --- a/interface/web/mail/lib/lang/pl_mail_user.lng +++ b/interface/web/mail/lib/lang/pl_mail_user.lng @@ -27,5 +27,16 @@ $wb['welcome_mail_message'] = 'Witaj w swoim nowym koncie pocztowym. Admin.'; $wb['disableimap_txt'] = 'Wyłącz IMAP'; $wb['disablepop3_txt'] = 'Wyłącz POP3'; -$wb['duplicate_alias_or_forward_txt'] = 'There is already an alias or forwrd with this email address.'; +$wb['duplicate_alias_or_forward_txt'] = 'Istnieje już alias lub przekierowanie dla tego adresu e-mail.'; +$wb['quota_error_value'] = 'Invalid quota value. Allowed values are: 0 for unlimited or numbers > 1'; +$wb['autoresponder_start_date_txt'] = 'Start on'; +$wb['autoresponder_start_date_isfuture'] = 'Start date cannot be in the past.'; +$wb['autoresponder_end_date_txt'] = 'End by'; +$wb['autoresponder_end_date_isgreater'] = 'End date must be set and be later than start date.'; +$wb['move_junk_txt'] = 'Move Spam Emails to Junk directory'; +$wb['name_txt'] = 'Realname'; +$wb['name_optional_txt'] = '(Optional)'; +$wb['autoresponder_active'] = 'Enable the autoresponder'; +$wb['cc_txt'] = 'Send copy to'; +$wb['cc_error_isemail'] = 'The Send copy to field does not conatin a valid email address'; ?> -- Gitblit v1.9.1