dokuwiki-template-sprintdoc.../lang/ru/settings.php
2020-03-04 16:45:02 +02:00

17 lines
894 B
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
/**
* Russian language file for config
*
*/
$lang['sidebar_sections'] = 'Автоматически переключать боковую панель в этих секциях:';
$lang['sidebar_sections_o_h1'] = 'Заголовок H1';
$lang['sidebar_sections_o_h1,h2'] = 'Заголовки H1 и H2';
$lang['sidebar_sections_o_h1,h2,h3,h4,h5'] = 'Все заголовки';
$lang['sidebar_sections_o_li.level1 > .li'] = 'Первые элементы в списках';
$lang['header_layout'] = 'Настройка размещения заголовков:';
$lang['header_layout_o_default'] = 'разреженное размещение длинных wiki-заголовков и блоков тегов';
$lang['header_layout_o_compact'] = 'компактное размещение длинных wiki-заголовков и блоков тегов';