Marius Cramer
2015-09-14 35a93a75cf6eea4d93288936366481d32f63dfb9
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.';
?>