Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
b51db0 1 <?php
8cf78b 2 $wb['server_id_txt'] = 'Ime host servera';
T 3 $wb['ip_address_txt'] = 'IP adresa';
4 $wb['vm_id_txt'] = 'Virtualni server';
5 $wb['reserved_txt'] = 'Rezervirano';
6 $wb['ip_error_wrong'] = 'Unesite ispravnu IPv4 adresu.';
7 $wb['ip_error_unique'] = 'Ova IP adresa već postoji.';
8 $wb['IP address'] = 'IP adresa';
598bc4 9 ?>