From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 11 Jun 2012 05:00:57 -0400
Subject: [PATCH] Updated version number to 3.0.4.6

---
 interface/web/mail/lib/lang/pl_mail_get.lng |   35 ++++++++++++++++++-----------------
 1 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/interface/web/mail/lib/lang/pl_mail_get.lng b/interface/web/mail/lib/lang/pl_mail_get.lng
index ff4685f..4d7c7f9 100644
--- a/interface/web/mail/lib/lang/pl_mail_get.lng
+++ b/interface/web/mail/lib/lang/pl_mail_get.lng
@@ -1,17 +1,18 @@
-<?php
-$wb['server_id_txt'] = "Serwer";
-$wb['type_txt'] = "Typ";
-$wb['source_server_txt'] = "Pop3/Imap Serwer";
-$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";
-$wb['active_txt'] = "Aktywny";
-$wb['limit_fetchmail_txt'] = "Maksymalna ilość wpisów Fetchmail dla Twojego konta została przekroczona.";
-$wb['source_server_error_isempty'] = "Serwer jest pusty.";
-$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'] = "Serwer Pop3/Imap nie jest poprawną nazwą domenową.";
-?>
-
+<?php
+$wb['server_id_txt'] = 'Serwer';
+$wb['type_txt'] = 'Typ';
+$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';
+$wb['active_txt'] = 'Aktywny';
+$wb['limit_fetchmail_txt'] = 'Maksymalna ilość wpisów Fetchmail dla Twojego konta została przekroczona.';
+$wb['source_server_error_isempty'] = 'Serwer jest pusty.';
+$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'] = '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'] = 'Illegal combination of options. You can not use \\"Delete emails after retrieval\\" = no together with \\"Retrieve all emails\\" = yes';
+?>

--
Gitblit v1.9.1