Till Brehm
2016-01-31 874c680208c4a4ea2c650c938318e7a661b679b9
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['server_id_txt'] = 'Server';
$wb['tcp_port_txt'] = 'Otvorené TCP porty';
$wb['udp_port_txt'] = 'Otvorené UDP porty';
$wb['tcp_port_help_txt'] = 'Oddelené čiarkou';
$wb['udp_port_help_txt'] = 'Oddelené čiarkou';
$wb['active_txt'] = 'Aktívne';
$wb['firewall_error_unique'] = 'Existuje už firewall záznam pre tento server.';
$wb['tcp_ports_error_regex'] = 'Znak nie je povolený v TCP port definície. Povolené znaky sú čísla,:, a.';
$wb['udp_ports_error_regex'] = 'Znak nie je povolený v UDP port definície. Povolené znaky sú čísla,:, a.';
?>