1<?php
2
3/**
4 * DokuWiki Mikio Template English Language for Configuration
5 *
6 * @link    http://dokuwiki.org/template:mikio
7 * @author  James Collins <james.collins@outlook.com.au>
8 * @license GPLv2 (http://www.gnu.org/licenses/gpl-2.0.html)
9 */
10
11$lang['iconTag']                = 'Tag to use to for icon tags. The default is \'icon\' but this can be changed if
12it conflicts with any plugins. Set to blank to disable icon tags';
13$lang['customTheme']            = 'Use a Mikio subtheme installed into the themes directory. Leave blank for the
14detault styling';
15$lang['showNotifications']      = 'Where to show site notifications';
16$lang['useLESS']                = 'Use the LESS compiler for the mikio stylesheet or direct CSS. Requires PHP ctype
17extensions installed';
18$lang['brandURLGuest']          = 'Change the Brand Logo URL for guests. Leave blank for default home URL';
19$lang['brandURLUser']           = 'Change the Brand Logo URL for logged in users. Leave blank for default home URL';
20$lang['showLightDark']          = 'Show the light/dark toggle in the navbar';
21$lang['autoLightDark']          = 'Change light/dark theme based on the system preference';
22
23$lang['navbarUseTitleIcon']     = 'Show the wiki image in the menubar title. Will search for an image named logo
24(png/jpg/gif/svg) in the root or :wiki: namespace or the template/subtheme images directory';
25$lang['navbarTitleIconHeight']  = 'Directly set the title icon height. Supports px (default), rem and em units';
26$lang['navbarTitleIconWidth']   = 'Directly set the title icon width. Supports px (default), rem and em units';
27$lang['navbarUseTitleText']     = 'Show the wiki name in the menubar title. Will also hide the tagline if disabled';
28$lang['navbarUseTaglineText']   = 'Show the wiki tag line in the menubar title';
29$lang['navbarCustomMenuText']   = 'Allows custom menus in the menubar. The format is url|title seperated by semicolons';
30
31$lang['navbarDWMenuType']       = 'Show Dokuwiki menus as icons, text or both';
32$lang['navbarDWMenuCombine']    = 'Show Dokuwiki menus as seperate items, a category dropdown or combined in a
33single menu';
34
35$lang['navbarPosLeft']          = 'Menu to show on the left of the navbar';
36$lang['navbarPosMiddle']        = 'Menu to show in the middle of the navbar';
37$lang['navbarPosRight']         = 'Menu to show on the right of the navbar';
38$lang['navbarShowSub']          = 'Show the sub navbar. This menu displays data from the submenu page searching from
39the current namespace to the root. Recommended to use lists for menu items';
40
41$lang['navbarItemShowCreate']   = 'Show the Create Page menu item';
42$lang['navbarItemShowShow']     = 'Show the Show Page menu item';
43$lang['navbarItemShowRevs']     = 'Show the Revisions menu item';
44$lang['navbarItemShowBacklink'] = 'Show the Backlinks menu item';
45$lang['navbarItemShowRecent']   = 'Show the Recent Changes menu item';
46$lang['navbarItemShowMedia']    = 'Show the Media Manager menu item';
47$lang['navbarItemShowIndex']    = 'Show the Sitemap menu item';
48$lang['navbarItemShowProfile']  = 'Show the Update Profile menu item';
49$lang['navbarItemShowAdmin']    = 'Show the Admin menu item';
50$lang['navbarItemShowLogin']    = 'Show the Login menu item';
51$lang['navbarItemShowLogout']   = 'Show the Logout menu item';
52
53$lang['searchButton']           = 'Search button type';
54$lang['searchUseTypeahead']     = 'Use Typeahead page suggestions in search bar';
55
56$lang['heroTitle']              = 'Show pages in the hero title style';
57$lang['heroImagePropagation']   = 'Search for hero images in the parent namespace if no hero image is found';
58
59$lang['tagsConsolidate']        = 'Consolidate page tags to hero, content header or sidebar';
60
61$lang['breadcrumbHideHome']     = 'Hide breadcrumb block on home page';
62$lang['breadcrumbPosition']     = 'Position of the breadcrumb bar on the page';
63$lang['breadcrumbPrefix']       = 'Change the breadcrumb prefix text';
64$lang['breadcrumbPrefixText']   = 'Replacement breadcrumb prefix text. Use can use an image by uploading
65breadcrumb-prefix.png to the template\'s images directory';
66$lang['breadcrumbSep']          = 'Change the breadcrumb seperator text';
67$lang['breadcrumbSepText']      = 'Replacement breadcrumb seperator text. Use can use an image by uploading
68breadcrumb-sep.png to the template\'s images directory';
69
70$lang['youarehereHideHome']     = 'Hide you are here on home page';
71$lang['youareherePosition']     = 'Position of the you are here bar on the page';
72$lang['youareherePrefix']       = 'Change the you are here prefix text';
73$lang['youareherePrefixText']   = 'Replacement you are here prefix text. Use can use an image by uploading
74youarehere-prefix.png to the template\'s images directory';
75$lang['youarehereSep']          = 'Change the you are here seperator text';
76$lang['youarehereSepText']      = 'Replacement you are here seperator text. Use can use an image by uploading
77youarehere-sep.png to the template\'s images directory';
78$lang['youarehereHome']         = 'Change the text or icon used for the Home page in the breadcrumb bar';
79$lang['youarehereShowLast']     = 'Only show the last amount of breadcrumbs. Set to 0 to show all';
80
81$lang['sidebarShowLeft']        = 'Show the left sidebar';
82$lang['sidebarAlwaysShowLeft']  = 'Always show the left sidebar, even when there is no content';
83$lang['sidebarLeftRow1']        = 'Content to show in the first row on the left sidebar';
84$lang['sidebarLeftRow2']        = 'Content to show in the second row on the left sidebar';
85$lang['sidebarLeftRow3']        = 'Content to show in the third row on the left sidebar';
86$lang['sidebarLeftRow4']        = 'Content to show in the forth row on the left sidebar';
87$lang['sidebarMobileDefaultCollapse']    = 'Hide the sidebars by default when in mobile view';
88$lang['sidebarShowRight']       = 'Show the right sidebar';
89$lang['sidebarAlwaysShowRight'] = 'Always show the right sidebar, even when there is no content';
90
91$lang['tocFull']                = 'Show the TOC as a full height element';
92
93$lang['pageToolsFloating']      = 'When to show the floating page toolbar';
94$lang['pageToolsFooter']        = 'When to show the footer page toolbar';
95
96$lang['pageToolsShowCreate']    = 'Show the Create Page item';
97$lang['pageToolsShowEdit']      = 'Show the Edit Page item';
98$lang['pageToolsShowRevs']      = 'Show the Revisions item';
99$lang['pageToolsShowBacklink']  = 'Show the Backlinks item';
100$lang['pageToolsShowTop']       = 'Show the Back to Top item';
101
102$lang['footerPageInfoText']     = 'Customize the page info in the footer';
103$lang['footerCustomMenuText']   = 'Allows custom menus in the footer. The format is url|title seperated by ;';
104$lang['footerSearch']           = 'Show the search bar in the footer';
105$lang['footerInPage']           = 'Show the wiki footer in the article. Bottom footer remains on page';
106
107$lang['licenseType']            = 'Show the footer license as none, badges or buttons';
108$lang['licenseImageOnly']       = 'Show the footer license as images only';
109
110$lang['includePageUseACL']      = 'Respect ACL when including pages';
111$lang['includePagePropagate']   = 'Search higher namespaces when including pages';
112
113$lang['stickyTopHeader']        = 'Make the top header part sticky';
114$lang['stickyNavbar']           = 'Make the navbar sticky';
115$lang['stickyHeader']           = 'Make the header part sticky';
116