all, you will get section toggling on standard desktop systems. Mobile includes phones and tablets with reduced screen dimensions.';
$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.";
$lang['name'] ="Name of the class or id which identifies the enclosing div.";
$lang['headers'] ="Smallest header to activate as toggle. All headers between h1 and this setting will be toggles. The default is h4.";
$lang['suspend'] ="If set to true the plugin will be inactivated and no toggles will be set.";
$lang['xcl_headers'] = "Check off any headers that should not be converted to toggles.";
$lang['mobile_alt'] = "An alternate template installed for phones, in case your preferred template does not support phones.";
$lang['tablet_alt'] = 'Use the alternate template for tablets';
$lang['tablet_toggle'] = 'Use toggles on tablets as well as phones';
$lang['xcl_ns'] = 'Comma separated list of namespaces to be excluded from toggles, without initial or final colons(i.e. name:space
, not :name:space:
) ';
$lang['xcl_pg'] = 'Comma separated list of page ids to be excluded from toggles (without initial colons (i.e page:id
, not :page:id
)';
$lang['incl_pg'] = 'Comma separated list of page ids where toggles should appear (without initial colons). Takes precedence over page and namespace exclusions.';
$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 xcl_pg
.' ;
$lang['h_ini_open'] = 'List of header texts, separated by double semi-colons, where toggles should stay open when the page loads, i.e. ' .
'
header-text;;header-text;;. . .
';
$lang['toc_toggle'] = 'Prevent TOC from toggling headers';
$lang['start_open'] = 'Start page with all toggles open.';
$lang['show_section_toggle_button'] = 'Show section toggle button in action menu';