tbrehm
2012-04-05 e15295406e45c3f7944ed571dba8f099a9b5ac59
commit | author | age
f99b12 1 <?php
e15295 2 $wb['name_txt'] = 'Naziv modula';
T 3 $wb['title_txt'] = 'Naslov modula';
4 $wb['template_txt'] = 'Predložak';
5 $wb['navframe_txt'] = 'Navi frame';
6 $wb['startpage_txt'] = 'Standardna stranica';
7 $wb['tab_width_txt'] = 'Širina taba';
8 $wb['save_txt'] = 'Spremi';
9 $wb['cancel_txt'] = 'Odustani';
10 $wb['header_txt'] = 'Postavke modula';
11 $wb['description_txt'] = '<b>Opis</b><br><br><b>Naziv modula:</b> Naziv direktorija sa modulima. Dozvoljeni samo brojevi, znakovi i podcrta.<br><b>Moduletitle:</b> Will be shown in the (upper) main navigation.<br><b>Template file:</b> Template file of the module. Currently available: module.tpl.htm and module_tree.tpl.htm. Default is module.tpl.htm.<br><b>NaviFrame:</b> If module_tree.tpl.htm selected as template file, enter here the path to the script file for the left frame.<br><b>Default page:</b> These page will be shown when the module is opened.<br><b>Tab width:</b> Width of the Tabs in the main navigation. The field is empty by default. You can enter values absolute in pixel (e.g 20) or relative (e.g 20%).<br><b>Hint:</b> All paths are relative to the directory web.';
f99b12 12 ?>