From 5b633597865c33d81e9da8e5318b8d3ae0e95b47 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 01 Sep 2009 06:47:43 -0400
Subject: [PATCH] Updated pl language files.

---
 interface/web/mail/lib/lang/pl_mail_get.lng |   31 ++++++++++++++++---------------
 1 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/interface/web/mail/lib/lang/pl_mail_get.lng b/interface/web/mail/lib/lang/pl_mail_get.lng
index b2a1b5c..002193b 100644
--- a/interface/web/mail/lib/lang/pl_mail_get.lng
+++ b/interface/web/mail/lib/lang/pl_mail_get.lng
@@ -1,15 +1,16 @@
-<?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_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.';
-?>
+<?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_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.';
+?>
+

--
Gitblit v1.9.1