Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
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 ?>