From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/mail/lib/lang/pl_mail_get.lng | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/interface/web/mail/lib/lang/pl_mail_get.lng b/interface/web/mail/lib/lang/pl_mail_get.lng index 66fe5a1..fdac040 100644 --- a/interface/web/mail/lib/lang/pl_mail_get.lng +++ b/interface/web/mail/lib/lang/pl_mail_get.lng @@ -1,8 +1,8 @@ <?php $wb['server_id_txt'] = 'Serwer'; $wb['type_txt'] = 'Typ'; -$wb['source_server_txt'] = 'Pop3/Imap Serwer'; -$wb['source_username_txt'] = 'Nazwa uzytkownika'; +$wb['source_server_txt'] = 'Serwer Pop3/Imap'; +$wb['source_username_txt'] = 'Nazwa użytkownika'; $wb['source_password_txt'] = 'Hasło'; $wb['source_delete_txt'] = 'Usuń adresy e-mail po odzyskaniu'; $wb['destination_txt'] = 'Element docelowy'; @@ -12,5 +12,7 @@ $wb['source_username_error_isempty'] = 'Nazwa użytkownika jest pusta.'; $wb['source_password_error_isempty'] = 'Hasło jest puste.'; $wb['destination_error_isemail'] = 'Nie wybrano elementu docelowego.'; -$wb['source_server_error_regex'] = 'Pop3/Imap Server is not a valid domain name.'; +$wb['source_server_error_regex'] = 'Serwer Pop3/Imap nie jest poprawną nazwą domenową.'; +$wb['source_read_all_txt'] = 'Pobierz wszystkie maile (razem z przeczytanymi)'; +$wb['error_delete_read_all_combination'] = 'Nieprawidłowa kombinacja opcji. Nie możesz użyć jednocześnie opcji Delete emails after retrieval = no razem z Retrieve all emails = yes'; ?> -- Gitblit v1.9.1