<?php
/**
 * English language file for config
 *
 */

$lang['inclFontAwesome']        = 'Include the Font Awesome library. May conflict if also loaded by a plugin';

$lang['customTheme']            = 'Use a Mikio subtheme installed into the themes directory. Leave blank for the detault styling';

$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';
$lang['navbarUseTitleText']     = 'Show the wiki name in the menubar title';
$lang['navbarUseSubtitleText']  = 'Show the wiki subtitle in the menubar title';
$lang['navbarCustomMenuText']   = 'Allows custom menus in the menubar. The format is url|title seperated by ;';

$lang['navbarDWMenuType']       = 'Show Dokuwiki menus as icons, text or both';
$lang['navbarDWMenuCombine']    = 'Show Dokuwiki menus as seperate items, a category dropdown or combined in a single menu';
$lang['navbarDWMenuLogout']     = 'Show the Dokwiki logout button seperately';

$lang['navbarPosLeftLeft']      = 'Menu to show on the left of the left side of the menubar';
$lang['navbarPosLeftMid']       = 'Menu to show in the middle of the left side of the menubar';
$lang['navbarPosLeftRight']     = 'Menu to show on the right of the left side of the menubar';
$lang['navbarPosRightLeft']     = 'Menu to show on the left of the right side of the menubar';
$lang['navbarPosRightMid']      = 'Menu to show in the middle of the right side of the menubar';
$lang['navbarPosRightRight']    = 'Menu to show on the right of the right side of the menubar';
$lang['navbarLowerMenu']        = 'Menu to show as a seperate menubar under the main menubar';
$lang['navbarLowerMenuPos']     = 'Position of the text in the seperate menubar';

$lang['heroTitle']              = 'Show pages in the hero title style';
$lang['heroImagePropagation']   = 'Search for hero images in the parent namespace if no hero image is found';

$lang['breadcrumbPos']          = 'Position of the breadcrumb bar on the page';
$lang['breadcrumbPrefix']       = 'Change the breadcrumb prefix text. Use can use an image by uploading breadcrumb.png to the templates images directory';
$lang['breadcrumbHome']         = 'Change the text or icon used for the Home page in the breadcrumb bar';

$lang['sidebarDismiss']         = 'Show the sidebar dismissal bar on pages';
$lang['sidebarSearch']          = 'Show the search bar in the sidebar';

$lang['tocFull']                = 'Show the TOC as a full height element';

$lang['pageToolsHide']          = 'Hide the page tools toolbar';
$lang['pageToolsFooter']        = 'Show the page tools in the footer';

$lang['footerCustomMenuText']   = 'Allows custom menus in the footer. The format is url|title seperated by ;';
$lang['footerSearch']           = 'Show the search bar in the footer';


$lang['includeFontAwesome'] = 'Include the FontAwesome library';
$lang['useFontAwesome']     = 'Use the FontAwesome library in the theme';
$lang['useTheme']           = 'Use additional theme in template. Leave blank for default';
$lang['navbarIconsText']    = 'Display text and/or icons in the navbar?';
$lang['navbarUseDropdown']  = 'Use dropdown menus in nav menu';
$lang['navbarClasses']      = 'Classes to add to the navbar';
$lang['navbarMenuPosition'] = 'Navbar menu list position';
$lang['navbarCustomPages']  = 'Navbar custom page list. Format is link|title. Seperate each entry with a comma.';
$lang['navbarSearchPosition']   = 'Navbar search position';
$lang['navbarGuestHide']    = 'Hide tool menus for guests';
$lang['navbarHideImage']    = 'Hide image in the navbar';
$lang['useHeroTitle']       = 'Show the hero title heading on pages';
$lang['breadcrumbsLoc']     = 'Location of breadcrumbs bar';
$lang['tocfullheight']      = 'TOC is displayed as full height';
$lang['hidePageTools']      = 'Hide page tools';
$lang['hidePageToolsFooter']    = 'Hide page tools in footer';
$lang['showCustomPagesInNavbar'] = 'Show navbar custom page list in Navbar';
$lang['showCustomPagesInFooter'] = 'Show navbar custom page list in footer';
$lang['showSearchInFooter'] = 'Show search in footer';
$lang['showSearchInSidebar'] = 'Show search in sidebar';

// $lang['discussionPage']   = 'Discussion page (leave empty to disable discussions)';
// $lang['userPage']         = 'User page (leave empty to disable user pages)';
// $lang['hideTools']        = 'Hide tools when not logged in?';
// $lang['navbar']             = 'Pages to display in the Navbar';