From 7f2361a0e4fbccb23f16899e7cc8db5193e8e14e Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 12 Oct 2010 07:17:27 -0400
Subject: [PATCH] Updated pl language files.

---
 interface/web/mail/lib/lang/pl_mail_user_filter.lng |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/interface/web/mail/lib/lang/pl_mail_user_filter.lng b/interface/web/mail/lib/lang/pl_mail_user_filter.lng
index 129fdae..a3a4510 100644
--- a/interface/web/mail/lib/lang/pl_mail_user_filter.lng
+++ b/interface/web/mail/lib/lang/pl_mail_user_filter.lng
@@ -1,10 +1,11 @@
-<?php
-$wb['rulename_txt'] = 'Nazwa';
-$wb['action_txt'] = 'Akcja';
-$wb['target_txt'] = 'Folder';
-$wb['active_txt'] = 'Aktywny';
-$wb['rulename_error_empty'] = 'Nazwa jest pusta.';
-$wb['searchterm_is_empty'] = 'Szukany termin jest pusty.';
-$wb['source_txt'] = 'Źródło';
-$wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}';
-?>
+<?php
+$wb['rulename_txt'] = "Nazwa";
+$wb['action_txt'] = "Akcja";
+$wb['target_txt'] = "Folder";
+$wb['active_txt'] = "Aktywny";
+$wb['rulename_error_empty'] = "Nazwa jest pusta.";
+$wb['searchterm_is_empty'] = "Szukany termin jest pusty.";
+$wb['source_txt'] = "Źródło";
+$wb['target_error_regex'] = "Cel może zawierać tylko następujące znaki: a-z, 0-9, -, ., _, oraz {spacja}";
+?>
+

--
Gitblit v1.9.1