tbrehm
2012-04-05 e15295406e45c3f7944ed571dba8f099a9b5ac59
commit | author | age
f99b12 1 <?php
151fac 2 $wb['list_head_txt'] = 'A zapis';
T 3 $wb['active_txt'] = 'Aktivno';
4 $wb['server_id_txt'] = 'Server';
5 $wb['zone_txt'] = 'Zona';
6 $wb['name_txt'] = 'Ime';
7 $wb['data_txt'] = 'Podaci';
8 $wb['aux_txt'] = 'Prioritet';
9 $wb['type_txt'] = 'Vrsta';
10 $wb['add_new_record_txt'] = 'Dodaj novi A zapis';
11 $wb['page_txt'] = 'Stranica';
12 $wb['page_of_txt'] = 'od';
e15295 13 $wb['delete_confirmation'] = 'Sigurno želite obrisati ovaj zapis?';
f99b12 14 ?>