rhymix/modules/layout/lang/ru.php
2016-01-31 16:01:17 +09:00

27 lines
3.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang->cmd_layout_management = 'Настройки лейаута';
$lang->cmd_layout_edit = 'Редактировать лейаут';
$lang->layout_name = 'Имя лейаута';
$lang->layout_maker = 'Разработчик лейаута';
$lang->layout_history = 'Обновления';
$lang->layout_info = 'Информация лейаута';
$lang->layout_list = 'Список лейаутов';
$lang->menu_count = 'Меню';
$lang->downloaded_list = 'Список закачек';
$lang->layout_preview_content = 'Содержимое отображается здесь';
$lang->not_apply_menu = 'Применить лейауты';
$lang->cmd_move_to_installed_list = 'Просмотреть созданный список';
$lang->about_downloaded_layouts = 'Список скаченных лейаутов';
$lang->about_title = 'Пожалуйста, введите название, которое легко проверить при подключении к модулю';
$lang->about_not_apply_menu = 'Все подключенные лейауты модулей будут изменены при включении это опции.';
$lang->about_layout = 'Модуль лейаутов помогает Вам создать лейаут сайта с легкостью. Используя настройки лейаута и подключение меню, полная форма сайта будет отображена множеством модулей. Теми лейаутами, которые невозможно удалить или изменить, являются лейауты блога и лейауты других модулей.';
$lang->about_layout_code = 'Применения к службе будут проиведены, когда Вы сохраните код лейаут после редактирование. Пожалуйста, сначала используйте предпросмотр кода и затем сохраните его. Вы можете обратиться к грамматике шаблонов XE с <a href="http://code.google.com/p/xe-core/wiki/TemplateSyntax" target="_blank">XE Template</a>.';
$lang->about_layout_export = 'Export currently editted layout.';
$lang->about_layout_import = 'Original layout will be deleted when you import. Please export current layout before importing.';
$lang->about_layout_image_repository = 'You can upload images/flash files for selected layout. They will be included in exports';
$lang->about_layout_migration = 'You can export or import editted layout as tar file
(So far only FaceOff supports exports/imports)';
$lang->about_faceoff['setting'] = 'Let me explain you the upper menu on left.<br/><ul><li>Save : Save current settings.</li><li>Cancel : Discard current settings and go back.</li><li>Reset : Clear current settings</li><li>Form : Set form as Fixed/ Variable/ Fixed+Variable(Content).</li><li>Arrange : Arrange 2 Extensions and Content.</li><li>Align : Align the position of layout.</li></ul>';
$lang->about_faceoff['hotkey'] = 'You can design your layout more easily with Hot Keys.<br/><ul><li>tab : Unless a widget is selected, Header, Body, Footer will be selected in order. If not, next widget will be selected.</li><li>Shift + tab : It does the opposite function to tab key.</li><li>Esc : If nothing is selected, Neck, Extension(e1,e2),Knee will be selected in order, if a widget is selected, area of the widget will be selected.</li><li>Arrow Key : If a widget is selected, arrow key will move the widget to other areas.</li></ul>';
$lang->about_faceoff['attribute'] = 'You can set background color/image to every area except widget, and font color(include <a> tag).';
$lang->about_apply_mobile_view = 'All connected module use mobile view to display when accessing with mobile device.';