From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Jun 2012 05:00:57 -0400 Subject: [PATCH] Updated version number to 3.0.4.6 --- interface/web/designer/lib/lang/bg_module_edit.lng | 33 +++++++++++---------------------- 1 files changed, 11 insertions(+), 22 deletions(-) diff --git a/interface/web/designer/lib/lang/bg_module_edit.lng b/interface/web/designer/lib/lang/bg_module_edit.lng index 285a363..50f0309 100644 --- a/interface/web/designer/lib/lang/bg_module_edit.lng +++ b/interface/web/designer/lib/lang/bg_module_edit.lng @@ -1,23 +1,12 @@ <?php -$wb["name_txt"] = 'Modulename'; -$wb["title_txt"] = 'Moduletitle'; -$wb["template_txt"] = 'Template file'; -$wb["navframe_txt"] = 'NaviFrame'; -$wb["startpage_txt"] = 'Default page'; -$wb["tab_width_txt"] = 'Tab width'; -$wb["save_txt"] = 'Save'; -$wb["cancel_txt"] = 'Cancel'; -$wb["header_txt"] = 'Module properties'; -$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 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". -'; - -?> \ No newline at end of file +$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'; +?> -- Gitblit v1.9.1