xref: /template/mikio/lang/en/settings.php (revision 77822fb1748ef8aa512a97e1a2697e2b7e89bd30)
1<?php
2/**
3 * DokuWiki Mikio Template English Language for Configuration
4 *
5 * @link    http://dokuwiki.org/template:mikio
6 * @author  James Collins <james.collins@outlook.com.au>
7 * @license GPLv2 (http://www.gnu.org/licenses/gpl-2.0.html)
8 */
9$lang['iconTag']                = 'Tag to use to for icon tags. The default is \'icon\' but this can be changed if it conflicts with any plugins. Set to blank to disable icon tags';
10
11$lang['customTheme']            = 'Use a Mikio subtheme installed into the themes directory. Leave blank for the detault styling';
12
13$lang['navbarUseTitleIcon']     = 'Show the wiki image in the menubar title. Will search for an image named logo (png/jpg/gif/svg) in the root or :wiki: namespace or the template/subtheme images directory';
14$lang['navbarUseTitleText']     = 'Show the wiki name in the menubar title. Will also hide the tagline if disabled';
15$lang['navbarUseTaglineText']   = 'Show the wiki tag line in the menubar title';
16$lang['navbarCustomMenuText']   = 'Allows custom menus in the menubar. The format is url|title seperated by semicolons';
17
18$lang['navbarDWMenuType']       = 'Show Dokuwiki menus as icons, text or both';
19$lang['navbarDWMenuCombine']    = 'Show Dokuwiki menus as seperate items, a category dropdown or combined in a single menu';
20
21$lang['navbarPosLeft']          = 'Menu to show on the left of the navbar';
22$lang['navbarPosMiddle']        = 'Menu to show in the middle of the navbar';
23$lang['navbarPosRight']         = 'Menu to show on the right of the navbar';
24$lang['navbarShowSub']          = 'Show the sub navbar. This menu displays data from the submenu page searching from the current namespace to the root. Recommended to use lists for menu items';
25
26$lang['searchButton']           = 'Search button type';
27
28$lang['heroTitle']              = 'Show pages in the hero title style';
29$lang['heroImagePropagation']   = 'Search for hero images in the parent namespace if no hero image is found';
30
31$lang['tagsConsolidate']        = 'Consolidate page tags to hero, content header or sidebar';
32
33$lang['breadcrumbHideHome']     = 'Hide breadcrumb block on home page';
34$lang['breadcrumbPosition']     = 'Position of the breadcrumb bar on the page';
35$lang['breadcrumbPrefix']       = 'Change the breadcrumb prefix text';
36$lang['breadcrumbPrefixText']   = 'Replacement breadcrumb prefix text. Use can use an image by uploading breadcrumb.png to the templates images directory';
37$lang['breadcrumbSep']          = 'Change the breadcrumb seperator text';
38$lang['breadcrumbSepText']      = 'Replacement breadcrumb seperator text. Use can use an image by uploading breadcrumb.png to the templates images directory';;
39$lang['breadcrumbHome']         = 'Change the text or icon used for the Home page in the breadcrumb bar';
40$lang['breadcrumbShowLast']     = 'Only show the last amount of breadcrumbs. Set to 0 to show all';
41
42$lang['sidebarShowLeft']        = 'Show the left sidebar';
43$lang['sidebarLeftRow1']        = 'Content to show in the first row on the left sidebar';
44$lang['sidebarLeftRow2']        = 'Content to show in the second row on the left sidebar';
45$lang['sidebarLeftRow3']        = 'Content to show in the third row on the left sidebar';
46$lang['sidebarLeftRow4']        = 'Content to show in the forth row on the left sidebar';
47$lang['sidebarShowRight']       = 'Show the right sidebar';
48
49$lang['tocFull']                = 'Show the TOC as a full height element';
50
51$lang['pageToolsFloating']      = 'When to show the floating page toolbar';
52$lang['pageToolsFooter']        = 'When to show the footer page toolbar';
53
54$lang['footerCustomMenuText']   = 'Allows custom menus in the footer. The format is url|title seperated by ;';
55$lang['footerSearch']           = 'Show the search bar in the footer';
56$lang['footerInPage']           = 'Show the wiki footer in the article. Bottom footer remains on page';
57
58$lang['licenseType']            = 'Show the footer license as none, badges or buttons';
59$lang['licenseImageOnly']       = 'Show the footer license as images only';
60
61$lang['includePageUseACL']      = 'Respect ACL when including pages';
62$lang['includePagePropagate']   = 'Search higher namespaces when including pages';
63?>