From 11b3daff80a65d0d0b0dabf3ef99aa0c7018f76b Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 11 Aug 2009 09:59:25 -0400
Subject: [PATCH] Fixed: FS#822 - Main tabs at top not applying translations.

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

diff --git a/interface/web/admin/lib/lang/pl_firewall.lng b/interface/web/admin/lib/lang/pl_firewall.lng
index 6f1c7b9..6628fd8 100644
--- a/interface/web/admin/lib/lang/pl_firewall.lng
+++ b/interface/web/admin/lib/lang/pl_firewall.lng
@@ -1,13 +1,11 @@
-<?php
-$wb["server_id_txt"] = 'Serwer';
-$wb["tcp_port_txt"] = 'Otwarty port TCP';
-$wb["udp_port_txt"] = 'Otwarty port UDP';
-$wb["tcp_port_help_txt"] = 'Odziel przecinkiem';
-$wb["udp_port_help_txt"] = 'Odziel przecinkiem';
-$wb["active_txt"] = 'Aktywny';
-$wb["firewall_error_unique"] = 'Istnieje już wpis firewall-a dla tego serwera.';
-$wb["active_txt"] = 'Active';
-$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 ",".';
-?>
-
+<?php
+$wb['server_id_txt'] = 'Serwer';
+$wb['tcp_port_txt'] = 'Otwarty port TCP';
+$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 ,.';
+?>

--
Gitblit v1.9.1