From f99b37f56dad8e3a1f844f8d3b33ee1ba4b86d62 Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Wed, 25 May 2011 19:11:40 -0400 Subject: [PATCH] the altertable for the groups --- 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