1<?php
2/**
3 * English settings file for TwistieNav plugin
4 *
5 * @author: Simon Delage <simon.geekitude@gmail.com>
6 */
7
8$lang['startPagesOnly']     = 'Only add TwistieNavs to breadcrumbs leading to a namespace start page.';
9$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.';
10$lang['twistieMap']         = 'Use map glyph for TwistieNavs showing wiki home index.';
11$lang['pageIdTrace']        = 'Look for a [<code>pageId</code>] element and try to turn it into a short hierarchical trace with TwistieNavs.';
12$lang['pageIdExtraTwistie'] = 'Attempt to add an extra TwistieNav after [<code>pageId</code>] element that will show a popup with global index.';
13$lang['style']              = 'Use SVG images or Font Awesome glyphs. Font Awesome has to be externally installed (by the template or another plugin).';
14