tbrehm
2011-04-06 ef4c4a8de01395386148f21a4db42e670a1a3aea
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb['name_txt'] = 'Име на модула';
$wb['title_txt'] = 'Заглавие на модула';
$wb['template_txt'] = 'Template file';
$wb['navframe_txt'] = 'NaviFrame';
$wb['startpage_txt'] = 'Страница по подразбиране';
$wb['tab_width_txt'] = 'Широчина на таб-а';
$wb['save_txt'] = 'Запис';
$wb['cancel_txt'] = 'Отказ';
$wb['header_txt'] = 'Характеристики';
$wb['description_txt'] = '<b>Description</b> <br><br> <b>Modulename:</b> Name of the module directory. Only numbers, chars and underscore allowed.<br> <b>Moduletitle:</b> Will be shown in the (upper) main navigation.<br> <b>Template file:</b> Template file of the module. Currently';
?>