From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 30 May 2012 07:30:44 -0400 Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons). --- interface/web/designer/lib/lang/ru_module_edit.lng | 37 ++++++++++++++++++------------------- 1 files changed, 18 insertions(+), 19 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..b7c2aaf 100644 --- a/interface/web/designer/lib/lang/ru_module_edit.lng +++ b/interface/web/designer/lib/lang/ru_module_edit.lng @@ -1,23 +1,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> +$wb['name_txt'] = 'Название модуля'; +$wb['title_txt'] = 'Заголовок модуля'; +$wb['template_txt'] = 'Файл шаблона'; +$wb['navframe_txt'] = 'Навигационный фрейм'; +$wb['startpage_txt'] = 'Страница по-умолчанию'; +$wb['tab_width_txt'] = 'Ширина таба'; +$wb['save_txt'] = 'Сохранить'; +$wb['cancel_txt'] = 'Закончить'; +$wb['header_txt'] = 'Свойства модуля'; +$wb['description_txt'] = ' +<b>Описание</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". +<b>Имя модуля:</b> Имя директории модуля. Допустимо использовать латинские символы, числа и подчеркивание.<br> +<b>Заголовок модуля:</b> Будет отображаться вверху радом с навигацией.<br> +<b>Файл шаблона:</b> Файл шаблона для модуля. Сейчас доступны: module.tpl.htm и module_tree.tpl.htm. По-умолчанию стоит module.tpl.htm.<br> +<b>Навигационный фрейм:</b> Если module_tree.tpl.htm выбран как шаблон, введите здесь путь до скрипта для левого фрейма.<br> +<b>Страница по-умолчанию:</b> Эта страница будет показана, когда открывается модуль.<br> +<b>Ширина таба:</b> Ширина таба в главной навигации. По-умолчанию поле пустое. Вы можете ввести значение в пикселях или в процентах.<br> +<b>Подсказка:</b> Все пути в директории web относительные. '; - ?> -- Gitblit v1.9.1