Till Brehm
2015-12-03 1fbf0d38c82aaa4fe20ef7a7158cdcbac81e16ee
commit | author | age
522ef8 1 <?php
d6cd45 2 $wb['server_id_txt'] = 'Server';
T 3 $wb['multiport_txt'] = 'Multi Port';
4 $wb['singleport_txt'] = 'Single Port';
72695f 5 $wb['protocol_txt'] = 'Protokol';
T 6 $wb['table_txt'] = 'Tabulka';
43b345 7 $wb['target_txt'] = 'Cíl';
72695f 8 $wb['state_txt'] = 'Stav';
T 9 $wb['destination_ip_txt'] = 'Cílové adresy';
10 $wb['source_ip_txt'] = 'Zdrojové adresy';
bfcdef 11 $wb['active_txt'] = 'Aktivní';
72695f 12 $wb['iptables_error_unique'] = 'Stejný záznam pro firewall je již na tomto serveru použit.';
522ef8 13 ?>
206676 14
1fbf0d 15