1<?php
2$lang['platform'] = 'This selects the platforms on which you want to implement section toggling: none,mobile, all. With <b>all</b>, you will get section toggling on standard desktop systems. <b>Mobile</b> includes phones and tablets with reduced screen dimensions.';
3$lang['type'] ="To use a template other than the standard dokuwiki template, you must indicate whether the div which encloses the affected headers is to be identified by either a class or an id. Then below, you must enter the name of the class or id.";
4$lang['name'] ="Name of the class or id which identifies the enclosing div.";
5$lang['headers'] ="Smallest header to activate as toggle.   All headers between <b>h1</b> and this setting will be toggles. The default is <b>h4</b>.";
6$lang['suspend'] ="If set to true the plugin will be inactivated and no toggles will be set.";
7$lang['xcl_headers'] = "Check off any headers that should not  be converted to toggles.";
8$lang['mobile_alt'] = "An alternate template installed for phones, in case your preferred template does not support phones.";
9$lang['tablet_alt'] = 'Use the alternate template for tablets';
10$lang['tablet_toggle'] = 'Use toggles on tablets as well as phones';
11$lang['xcl_ns'] = 'Comma separated list of namespaces to be excluded from toggles, without initial or final colons(i.e. <code>&nbsp;name:space&nbsp;</code>,  not<code>&nbsp;:name:space:&nbsp;</code>) ';
12$lang['xcl_pg'] = 'Comma separated list of  page ids to be excluded from toggles (without initial colons (i.e <code>&nbsp;page:id &nbsp;</code>,  not<code>&nbsp;:page:id&nbsp;</code> )';
13$lang['incl_pg'] = 'Comma separated list of page ids where toggles should appear (without initial colons). Takes precedence over page and namespace exclusions.';
14$lang['incl_ns'] = 'Comma separated list of namespace ids where toggles should appear (without initial or final colons).  Takes precedence over page and namespace exclusions and <code>xcl_pg</code>.' ;
15$lang['h_ini_open'] = 'List of header texts, separated by double semi-colons, where toggles should stay open when the page loads, i.e. ' .
16     '<br /><code><b>header-text;;header-text;;. . .</b></code>';
17$lang['toc_toggle'] = 'Prevent TOC from toggling headers';
18$lang['start_open'] = 'Start page with all toggles open.';
19$lang['show_section_toggle_button'] = 'Show section toggle button in action menu';
20