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