moglia
2009-07-22 bc6ca6633290f1bde340935954d8fdc637bac37e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
$wb['name_txt'] = 'Название модуля';
$wb['title_txt'] = 'Заголовок модуля';
$wb['template_txt'] = 'Template file';
$wb['navframe_txt'] = 'NaviFrame';
$wb['startpage_txt'] = 'Default page';
$wb['tab_width_txt'] = 'Tab width';
$wb['save_txt'] = 'Сохранить';
$wb['cancel_txt'] = 'Закончить';
$wb['header_txt'] = 'Свойства модуля';
$wb['description_txt'] = '
<b>Description</b>
<br><br>
<b>Модульname:</b> Name of the module directory. Only numbers, chars and underscore allowed.<br>
<b>Модульtitle:</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.
';
?>