Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
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 ?>
21c8aa 14
TB 15