xref: /template/mikio/lang/en/settings.php (revision f0241fc4fc4dce12f214aa2a0b620e43ebd76299)
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$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';
11$lang['customTheme']            = 'Use a Mikio subtheme installed into the themes directory. Leave blank for the detault styling';
12$lang['showNotifications']      = 'Where to show site notifications to admin staff';
13$lang['useLESS']                = 'Use the LESS compiler for the mikio stylesheet or direct CSS. Requires PHP ctype extensions installed';
14$lang['brandURLGuest']          = 'Change the Brand Logo URL for guests. Leave blank for default home URL';
15$lang['brandURLUser']           = 'Change the Brand Logo URL for logged in users. Leave blank for default home URL';
16
17$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';
18$lang['navbarTitleIconHeight']  = 'Directly set the title icon height. Supports px (default), rem and em units';
19$lang['navbarTitleIconWidth']   = 'Directly set the title icon width. Supports px (default), rem and em units';
20$lang['navbarUseTitleText']     = 'Show the wiki name in the menubar title. Will also hide the tagline if disabled';
21$lang['navbarUseTaglineText']   = 'Show the wiki tag line in the menubar title';
22$lang['navbarCustomMenuText']   = 'Allows custom menus in the menubar. The format is url|title seperated by semicolons';
23
24$lang['navbarDWMenuType']       = 'Show Dokuwiki menus as icons, text or both';
25$lang['navbarDWMenuCombine']    = 'Show Dokuwiki menus as seperate items, a category dropdown or combined in a single menu';
26
27$lang['navbarPosLeft']          = 'Menu to show on the left of the navbar';
28$lang['navbarPosMiddle']        = 'Menu to show in the middle of the navbar';
29$lang['navbarPosRight']         = 'Menu to show on the right of the navbar';
30$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';
31
32$lang['navbarItemShowCreate']   = 'Show the Create Page menu item';
33$lang['navbarItemShowShow']     = 'Show the Show Page menu item';
34$lang['navbarItemShowRevs']     = 'Show the Revisions menu item';
35$lang['navbarItemShowBacklink'] = 'Show the Backlinks menu item';
36$lang['navbarItemShowRecent']   = 'Show the Recent Changes menu item';
37$lang['navbarItemShowMedia']    = 'Show the Media Manager menu item';
38$lang['navbarItemShowIndex']    = 'Show the Sitemap menu item';
39$lang['navbarItemShowProfile']  = 'Show the Update Profile menu item';
40$lang['navbarItemShowAdmin']    = 'Show the Admin menu item';
41$lang['navbarItemShowLogin']    = 'Show the Login menu item';
42$lang['navbarItemShowLogout']   = 'Show the Logout menu item';
43
44$lang['searchButton']           = 'Search button type';
45$lang['searchUseTypeahead']     = 'Use Typeahead page suggestions in search bar';
46
47$lang['heroTitle']              = 'Show pages in the hero title style';
48$lang['heroImagePropagation']   = 'Search for hero images in the parent namespace if no hero image is found';
49
50$lang['tagsConsolidate']        = 'Consolidate page tags to hero, content header or sidebar';
51
52$lang['breadcrumbHideHome']     = 'Hide breadcrumb block on home page';
53$lang['breadcrumbPosition']     = 'Position of the breadcrumb bar on the page';
54$lang['breadcrumbPrefix']       = 'Change the breadcrumb prefix text';
55$lang['breadcrumbPrefixText']   = 'Replacement breadcrumb prefix text. Use can use an image by uploading breadcrumb.png to the templates images directory';
56$lang['breadcrumbSep']          = 'Change the breadcrumb seperator text';
57$lang['breadcrumbSepText']      = 'Replacement breadcrumb seperator text. Use can use an image by uploading breadcrumb.png to the templates images directory';;
58
59$lang['youarehereHideHome']     = 'Hide you are here on home page';
60$lang['youareherePosition']     = 'Position of the you are here bar on the page';
61$lang['youareherePrefix']       = 'Change the you are here prefix text';
62$lang['youareherePrefixText']   = 'Replacement you are here prefix text. Use can use an image by uploading breadcrumb.png to the templates images directory';
63$lang['youarehereSep']          = 'Change the you are here seperator text';
64$lang['youarehereSepText']      = 'Replacement you are here seperator text. Use can use an image by uploading breadcrumb.png to the templates images directory';;
65$lang['youarehereHome']         = 'Change the text or icon used for the Home page in the breadcrumb bar';
66$lang['youarehereShowLast']     = 'Only show the last amount of breadcrumbs. Set to 0 to show all';
67
68$lang['sidebarShowLeft']        = 'Show the left sidebar';
69$lang['sidebarAlwaysShowLeft']  = 'Always show the left sidebar, even when there is no content';
70$lang['sidebarLeftRow1']        = 'Content to show in the first row on the left sidebar';
71$lang['sidebarLeftRow2']        = 'Content to show in the second row on the left sidebar';
72$lang['sidebarLeftRow3']        = 'Content to show in the third row on the left sidebar';
73$lang['sidebarLeftRow4']        = 'Content to show in the forth row on the left sidebar';
74$lang['sidebarMobileDefaultCollapse']    = 'Hide the sidebars by default when in mobile view';
75$lang['sidebarShowRight']       = 'Show the right sidebar';
76$lang['sidebarAlwaysShowRight'] = 'Always show the right sidebar, even when there is no content';
77
78$lang['tocFull']                = 'Show the TOC as a full height element';
79
80$lang['pageToolsFloating']      = 'When to show the floating page toolbar';
81$lang['pageToolsFooter']        = 'When to show the footer page toolbar';
82
83$lang['pageToolsShowCreate']    = 'Show the Create Page item';
84$lang['pageToolsShowEdit']      = 'Show the Edit Page item';
85$lang['pageToolsShowRevs']      = 'Show the Revisions item';
86$lang['pageToolsShowBacklink']  = 'Show the Backlinks item';
87$lang['pageToolsShowTop']       = 'Show the Back to Top item';
88
89$lang['footerCustomMenuText']   = 'Allows custom menus in the footer. The format is url|title seperated by ;';
90$lang['footerSearch']           = 'Show the search bar in the footer';
91$lang['footerInPage']           = 'Show the wiki footer in the article. Bottom footer remains on page';
92
93$lang['licenseType']            = 'Show the footer license as none, badges or buttons';
94$lang['licenseImageOnly']       = 'Show the footer license as images only';
95
96$lang['includePageUseACL']      = 'Respect ACL when including pages';
97$lang['includePagePropagate']   = 'Search higher namespaces when including pages';
98
99$lang['stickyTopHeader']        = 'Make the top header part sticky';
100$lang['stickyNavbar']           = 'Make the navbar sticky';
101$lang['stickyHeader']           = 'Make the header part sticky';
102