tbrehm
2012-04-05 e15295406e45c3f7944ed571dba8f099a9b5ac59
commit | author | age
b51db0 1 <?php
151fac 2 $wb['server_id_txt'] = 'Server';
T 3 $wb['multiport_txt'] = 'Više portova';
4 $wb['singleport_txt'] = 'Jedan port';
5 $wb['protocol_txt'] = 'Protokol';
6 $wb['table_txt'] = 'Tablica';
e15295 7 $wb['target_txt'] = 'Destinacija';
151fac 8 $wb['state_txt'] = 'Stanje';
T 9 $wb['destination_ip_txt'] = 'Adresa destinacije';
10 $wb['source_ip_txt'] = 'Adresa izvora';
11 $wb['active_txt'] = 'Aktivno';
12 $wb['iptables_error_unique'] = 'Već postoji firewall zapis za ovaj server.';
b51db0 13 ?>