dokuwiki-template-sprintdoc.../lang/ru/settings.php
Aleksandr Selivanov 593f6d534d translation update
2021-01-31 20:20:35 +01:00

17 lines
1 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
/**
* @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'] = 'Заголовок 1 уровня';
$lang['sidebar_sections_o_h1,h2'] = 'Заголовки 1 и 2 уровня';
$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'] = 'компактное размещение длинных вики-заголовков и блоков тегов';