xref: /template/mikio/lang/en/settings.php (revision b4030a8df616b4947f285b592e5e884159bf35b3)
1<?php
2/**
3 * English language file for config
4 *
5 */
6
7$lang['inclFontAwesome']        = 'Include the Font Awesome library. May conflict if also loaded by a plugin';
8
9$lang['customTheme']            = 'Use a Mikio subtheme installed into the themes directory. Leave blank for the detault styling';
10
11$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';
12$lang['navbarUseTitleText']     = 'Show the wiki name in the menubar title';
13$lang['navbarUseSubtitleText']  = 'Show the wiki subtitle in the menubar title';
14$lang['navbarCustomMenuText']   = 'Allows custom menus in the menubar. The format is url|title seperated by ;';
15
16$lang['navbarDWMenuType']       = 'Show Dokuwiki menus as icons, text or both';
17$lang['navbarDWMenuCombine']    = 'Show Dokuwiki menus as seperate items, a category dropdown or combined in a single menu';
18$lang['navbarDWMenuLogout']     = 'Show the Dokwiki logout button seperately';
19
20$lang['navbarPosLeftLeft']      = 'Menu to show on the left of the left side of the menubar';
21$lang['navbarPosLeftMid']       = 'Menu to show in the middle of the left side of the menubar';
22$lang['navbarPosLeftRight']     = 'Menu to show on the right of the left side of the menubar';
23$lang['navbarPosRightLeft']     = 'Menu to show on the left of the right side of the menubar';
24$lang['navbarPosRightMid']      = 'Menu to show in the middle of the right side of the menubar';
25$lang['navbarPosRightRight']    = 'Menu to show on the right of the right side of the menubar';
26$lang['navbarLowerMenu']        = 'Menu to show as a seperate menubar under the main menubar';
27$lang['navbarLowerMenuPos']     = 'Position of the text in the seperate menubar';
28
29$lang['heroTitle']              = 'Show pages in the hero title style';
30$lang['heroImagePropagation']   = 'Search for hero images in the parent namespace if no hero image is found';
31
32$lang['breadcrumbPos']          = 'Position of the breadcrumb bar on the page';
33$lang['breadcrumbPrefix']       = 'Change the breadcrumb prefix text. Use can use an image by uploading breadcrumb.png to the templates images directory';
34$lang['breadcrumbHome']         = 'Change the text or icon used for the Home page in the breadcrumb bar';
35
36$lang['sidebarDismiss']         = 'Show the sidebar dismissal bar on pages';
37$lang['sidebarSearch']          = 'Show the search bar in the sidebar';
38
39$lang['tocFull']                = 'Show the TOC as a full height element';
40
41$lang['pageToolsHide']          = 'Hide the page tools toolbar';
42$lang['pageToolsFooter']        = 'Show the page tools in the footer';
43
44$lang['footerCustomMenuText']   = 'Allows custom menus in the footer. The format is url|title seperated by ;';
45$lang['footerSearch']           = 'Show the search bar in the footer';
46
47
48$lang['includeFontAwesome'] = 'Include the FontAwesome library';
49$lang['useFontAwesome']     = 'Use the FontAwesome library in the theme';
50$lang['useTheme']           = 'Use additional theme in template. Leave blank for default';
51$lang['navbarIconsText']    = 'Display text and/or icons in the navbar?';
52$lang['navbarUseDropdown']  = 'Use dropdown menus in nav menu';
53$lang['navbarClasses']      = 'Classes to add to the navbar';
54$lang['navbarMenuPosition'] = 'Navbar menu list position';
55$lang['navbarCustomPages']  = 'Navbar custom page list. Format is link|title. Seperate each entry with a comma.';
56$lang['navbarSearchPosition']   = 'Navbar search position';
57$lang['navbarGuestHide']    = 'Hide tool menus for guests';
58$lang['navbarHideImage']    = 'Hide image in the navbar';
59$lang['useHeroTitle']       = 'Show the hero title heading on pages';
60$lang['breadcrumbsLoc']     = 'Location of breadcrumbs bar';
61$lang['tocfullheight']      = 'TOC is displayed as full height';
62$lang['hidePageTools']      = 'Hide page tools';
63$lang['hidePageToolsFooter']    = 'Hide page tools in footer';
64$lang['showCustomPagesInNavbar'] = 'Show navbar custom page list in Navbar';
65$lang['showCustomPagesInFooter'] = 'Show navbar custom page list in footer';
66$lang['showSearchInFooter'] = 'Show search in footer';
67$lang['showSearchInSidebar'] = 'Show search in sidebar';
68
69// $lang['discussionPage']   = 'Discussion page (leave empty to disable discussions)';
70// $lang['userPage']         = 'User page (leave empty to disable user pages)';
71// $lang['hideTools']        = 'Hide tools when not logged in?';
72// $lang['navbar']             = 'Pages to display in the Navbar';