tbrehm
2012-04-05 e15295406e45c3f7944ed571dba8f099a9b5ac59
commit | author | age
f99b12 1 <?php
e15295 2 $wb['header_txt'] = 'Editor forme';
T 3 $wb['title_txt'] = 'Naslov forme';
4 $wb['name_txt'] = 'Naziv forme';
5 $wb['delete_txt'] = 'ObriĊĦi';
6 $wb['properties_txt'] = 'Postavke';
7 $wb['new_tab_txt'] = 'Novi tab';
8 $wb['edit_txt'] = 'Promijeni';
9 $wb['new_txt'] = 'Novo';
b51db0 10 $wb['up_txt'] = '^';
T 11 $wb['down_txt'] = 'v';
e15295 12 $wb['module_txt'] = 'Modul';
T 13 $wb['form_txt'] = 'Forma';
14 $wb['description_txt'] = 'Opis';
15 $wb['module_del_txt'] = 'Obrisati modul i sve poddirektorije?';
16 $wb['menu_del_txt'] = 'Obrisati meni i sve izbornike menia?';
17 $wb['item_del_txt'] = 'Obrisati izbornik menia?';
f99b12 18 ?>