From f66aaef4e353942d6d1711717d99f5d597482b0a Mon Sep 17 00:00:00 2001 From: karailiev <karailiev@ispconfig3> Date: Thu, 20 Nov 2008 15:03:27 -0500 Subject: [PATCH] + added password strength meter --- interface/web/designer/lib/lang/ru_module_edit.lng | 23 +++++++++++------------ 1 files changed, 11 insertions(+), 12 deletions(-) diff --git a/interface/web/designer/lib/lang/ru_module_edit.lng b/interface/web/designer/lib/lang/ru_module_edit.lng index f959b75..831ed35 100644 --- a/interface/web/designer/lib/lang/ru_module_edit.lng +++ b/interface/web/designer/lib/lang/ru_module_edit.lng @@ -1,14 +1,14 @@ <?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"] = ' +$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> @@ -17,7 +17,6 @@ <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". +<b>Hint:</b> All paths are relative to the directory web. '; - ?> -- Gitblit v1.9.1