xref: /template/sprintdoc/lang/en/settings.php (revision 1fc95e4da6733dbfd6643acd48333894b4f013bf)
1<?php
2/**
3 * English language file for config
4 *
5 */
6
7
8$lang['sidebar_sections']   = 'Auto-toggle the sidebar into sections on these elements:';
9$lang['sidebar_sections_o_h1']   = '1st order headings';
10$lang['sidebar_sections_o_h1,h2']   = '1st and 2nd order headings';
11$lang['sidebar_sections_o_h1,h2,h3,h4,h5']   = 'All headings';
12$lang['sidebar_sections_o_li.level1 > .li']   = 'Top-level list items';
13
14
15