<?php
/**
 * English settings file for TwistieNav plugin
 * 
 * @author: Simon Delage <simon.geekitude@gmail.com>
 */

$lang['startPagesOnly']     = 'Only add TwistieNavs to breadcrumbs leading to a namespace start page.';
$lang['exclusions']         = 'Only add TwistieNavs to breadcrumbs leading to namespaces containing more than any combination of these pages (you can add your own exclusions in the text field as a comma separated list like <code>topbar,sample</code>). These pages will also be excluded from popup indexes.';
$lang['twistieMap']         = 'Use map glyph for TwistieNavs showing wiki home index.';
$lang['pageIdTrace']        = 'Look for a [<code>pageId</code>] element and try to turn it into a short hierarchical trace with TwistieNavs.';
$lang['pageIdExtraTwistie'] = 'Attempt to add an extra TwistieNav after [<code>pageId</code>] element that will show a popup with global index.';
$lang['style']              = 'Use SVG images or Font Awesome glyphs. Font Awesome has to be externally installed (by the template or another plugin).';
$lang['useheading']         = 'Use first heading title on wiki pages instead of showing IDs.';
