From b31bb1f27f066a2d49f5ab9ee0ca15e985efc788 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 26 Sep 2011 06:50:23 -0400
Subject: [PATCH] Fixed: FS#1619 - Add apache SNI / SAN support for SSL.

---
 interface/web/admin/lib/lang/pl_firewall.lng |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/interface/web/admin/lib/lang/pl_firewall.lng b/interface/web/admin/lib/lang/pl_firewall.lng
index 6628fd8..ba9b4ba 100644
--- a/interface/web/admin/lib/lang/pl_firewall.lng
+++ b/interface/web/admin/lib/lang/pl_firewall.lng
@@ -4,8 +4,8 @@
 $wb['udp_port_txt'] = 'Otwarty port UDP';
 $wb['tcp_port_help_txt'] = 'Odziel przecinkiem';
 $wb['udp_port_help_txt'] = 'Odziel przecinkiem';
-$wb['active_txt'] = 'Active';
-$wb['firewall_error_unique'] = 'Istnieje już wpis firewall-a dla tego serwera.';
-$wb['tcp_ports_error_regex'] = 'Character not allowed in tcp port definition. Allowed characters are numbers, : and ,.';
-$wb['udp_ports_error_regex'] = 'Character not allowed in udp port definition. Allowed characters are numbers, : and ,.';
+$wb['active_txt'] = 'Aktywny';
+$wb['firewall_error_unique'] = 'Istnieje już wpis firewalla dla tego serwera.';
+$wb['tcp_ports_error_regex'] = 'Znak nie jest dozwolony w formacie portu TCP. Dozwolone znaki to liczby, : oraz ,.';
+$wb['udp_ports_error_regex'] = 'Znak nie jest dozwolony w formacie portu UDP. Dozwolone znaki to liczby, : oraz ,.';
 ?>

--
Gitblit v1.9.1