xref: /template/mikio/lang/en/settings.php (revision ab45ba7165dc08ce8ac280c60e4318ef9df9d00d)
1<?php
2/**
3 * English language file for config
4 *
5 */
6
7$lang['iconTag']                = 'Tag to use to for icon tags. The default is \'icon\' but this can be changed if it conflicts with any plugins';
8
9
10$lang['customTheme']            = 'Use a Mikio subtheme installed into the themes directory. Leave blank for the detault styling';
11
12$lang['navbarUseTitleIcon']     = 'Show the wiki image in the menubar title. Searches for the image at :wiki:logo.png, :logo.png and in the templates images directory';
13$lang['navbarUseTitleText']     = 'Show the wiki name in the menubar title';
14$lang['navbarUseTaglineText']   = 'Show the wiki tag line in the menubar title';
15$lang['navbarCustomMenuText']   = 'Allows custom menus in the menubar. The format is url|title seperated by ;';
16$lang['navbarBackground']       = 'Menubar background colour is dark or light. Effects the colour used for text';
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['navbarPosLeftLeft']      = 'Menu to show on the left of the left side of the menubar';
22$lang['navbarPosLeftMid']       = 'Menu to show in the middle of the left side of the menubar';
23$lang['navbarPosLeftRight']     = 'Menu to show on the right of the left side of the menubar';
24$lang['navbarPosRightLeft']     = 'Menu to show on the left of the right side of the menubar';
25$lang['navbarPosRightMid']      = 'Menu to show in the middle of the right side of the menubar';
26$lang['navbarPosRightRight']    = 'Menu to show on the right of the right side of the menubar';
27$lang['navbarLowerMenu']        = 'Menu to show as a seperate menubar under the main menubar';
28$lang['navbarLowerMenuPos']     = 'Position of the text in the seperate menubar';
29$lang['navbarLowerBackground']  = 'Seperate menubar background colour is dark or light. Effects the colour used for text';
30
31$lang['searchButton']           = 'Search button type';
32
33$lang['heroTitle']              = 'Show pages in the hero title style';
34$lang['heroImagePropagation']   = 'Search for hero images in the parent namespace if no hero image is found';
35
36$lang['breadcrumbPos']          = 'Position of the breadcrumb bar on the page';
37$lang['breadcrumbPrefix']       = 'Change the breadcrumb prefix text';
38$lang['breadcrumbPrefixText']   = 'Replacement breadcrumb prefix text. Use can use an image by uploading breadcrumb.png to the templates images directory';
39$lang['breadcrumbSep']          = 'Change the breadcrumb seperator text';
40$lang['breadcrumbSepText']      = 'Replacement breadcrumb seperator text. Use can use an image by uploading breadcrumb.png to the templates images directory';;
41$lang['breadcrumbHome']         = 'Change the text or icon used for the Home page in the breadcrumb bar';
42
43$lang['sidebarShowLeft']        = 'Show the left sidebar';
44$lang['sidebarLeftDismiss']     = 'Show the left sidebar dismissal bar on pages';
45$lang['sidebarLeftSearch']      = 'Show the search bar in the left sidebar';
46$lang['sidebarRightShow']       = 'Show the right sidebar';
47$lang['sidebarRightDismiss']    = 'Show the right sidebar dismissal bar on pages';
48
49$lang['tocFull']                = 'Show the TOC as a full height element';
50
51$lang['pageToolsHide']          = 'Hide the page tools toolbar';
52$lang['pageToolsHideGuest']     = 'Hide the page tools toolbar if user is a guest';
53$lang['pageToolsHideNoEdit']    = 'Hide the page tools toolbar is user cannot edit page';
54$lang['pageToolsFooter']        = 'Show the page tools in the footer';
55
56$lang['footerCustomMenuText']   = 'Allows custom menus in the footer. The format is url|title seperated by ;';
57$lang['footerSearch']           = 'Show the search bar in the footer';
58
59$conf['licenseType']            = 'Show the footer license as none, badges or buttons';
60$conf['licenseImageOnly']       = 'Show the footer license as images only';
61
62// $lang['discussionPage']   = 'Discussion page (leave empty to disable discussions)';
63// $lang['userPage']         = 'User page (leave empty to disable user pages)';
64// $lang['hideTools']        = 'Hide tools when not logged in?';
65// $lang['navbar']             = 'Pages to display in the Navbar';