Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
b51db0 1 <?php
598bc4 2 $wb['server_id_txt'] = 'Server';
8cf78b 3 $wb['multiport_txt'] = 'Više portova';
T 4 $wb['singleport_txt'] = 'Jedan port';
5 $wb['protocol_txt'] = 'Protokol';
6 $wb['table_txt'] = 'Tablica';
02bf99 7 $wb['target_txt'] = 'Destinacija';
8cf78b 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';
21c8aa 12 $wb['iptables_error_unique'] = 'Već postoji zapis u vatrozidu za ovaj server.';
b51db0 13 ?>