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