dokuwiki-template-sprintdoc.../lang/ru/settings.php
Aleksandr Selivanov 2e53d8b7d7 translation update
2020-05-23 17:45:06 +02:00

17 lines
1,014 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
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* Russian language file for config
*
* @author Aleksandr Selivanov <alexgearbox@yandex.ru>
*/
$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'] = 'разреженное размещение длинных вики-заголовков и блоков тегов';
$lang['header_layout_o_compact'] = 'компактное размещение длинных вики-заголовков и блоков тегов';