Till Brehm
2014-04-03 a08e6c32e70561a3fadbd6062ca02c5f8c94b81d
commit | author | age
0d9599 1 <?php
T 2 $wb['name_txt'] = 'Název modulu';
3 $wb['title_txt'] = 'Titulek modulu';
4 $wb['template_txt'] = 'Soubor se šablonou';
5 $wb['navframe_txt'] = 'NaviFrame';
6 $wb['startpage_txt'] = 'Výchozí stránka';
7 $wb['tab_width_txt'] = 'Šířka záložky';
8 $wb['save_txt'] = 'Uložit';
bfcdef 9 $wb['cancel_txt'] = 'Zrušit';
0d9599 10 $wb['header_txt'] = 'Vlastnosti modulu';
a08e6c 11 $wb['description_txt'] = '
TB 12 <b>Description</b>
13 <br><br>
14 <b>Modulename:</b> Name of the module directory. Only numbers, chars and underscore allowed.<br>
15 <b>Moduletitle:</b> Will be shown in the (upper) main navigation.<br>
16 <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>
17 <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>
18 <b>Default page:</b> These page will be shown when the module is opened.<br>
19 <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>
20 <b>Hint:</b> All paths are relative to the directory \"web\".
21 ';
0d9599 22 ?>