Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
commit | author | age
b51db0 1 <?php
598bc4 2 $wb['list_head_txt'] = 'IPTables';
8cf78b 3 $wb['add_new_rule_txt'] = 'Dodaj IPTables pravilo';
598bc4 4 $wb['server_id_txt'] = 'Server';
8cf78b 5 $wb['multiport_txt'] = 'Više portova';
T 6 $wb['singleport_txt'] = 'Jedan port';
7 $wb['protocol_txt'] = 'Protokol';
8 $wb['table_txt'] = 'Tablica';
9 $wb['target_txt'] = 'Meta';
10 $wb['state_txt'] = 'Stanje';
11 $wb['destination_ip_txt'] = 'Adresa destinacije';
12 $wb['source_ip_txt'] = 'Adresa izvora';
13 $wb['active_txt'] = 'Aktivno';
14 $wb['iptables_error_unique'] = 'Već postoji firewall zapis za ovaj server.';
b51db0 15 ?>
21c8aa 16
TB 17