dokuwiki-template-sprintdoc.../lang/en/settings.php
2024-02-08 09:24:23 +01:00

20 lines
1 KiB
PHP
Executable file

<?php
/**
* English language file for config
*
*/
$lang['sidebar_sections'] = 'Auto-toggle the sidebar into sections on these elements:';
$lang['sidebar_sections_o_h1'] = '1st order headings';
$lang['sidebar_sections_o_h1,h2'] = '1st and 2nd order headings';
$lang['sidebar_sections_o_h1,h2,h3,h4,h5'] = 'All headings';
$lang['sidebar_sections_o_li.level1 > .li'] = 'Top-level list items';
$lang['header_layout'] = 'Adjust header layout:';
$lang['header_layout_o_default'] = 'generous header layout for long wiki titel and tagline';
$lang['header_layout_o_compact'] = 'compact header layout for short wiki title and hidden tagline';
$lang['autocollapse'] = 'Automatically collapse the sidebar when viewing non-content pages for more screen estate.';
$lang['closedwiki'] = 'This is a closed wiki. Hide most wiki functionality before user has logged in.';
$lang['copyright'] = 'Copyright notice. Use %year%, %title%, and %TITLE% as placeholders. May contain HTML. You probably want to disable the default license notice.';