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

$lang['iconTag']                = 'Tag to use to for icon tags. The default is \'icon\' but this can be changed if it conflicts with any plugins';


$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['navbarUseTaglineText']   = 'Show the wiki tag line in the menubar title';
$lang['navbarCustomMenuText']   = 'Allows custom menus in the menubar. The format is url|title seperated by ;';
$lang['navbarBackground']       = 'Menubar background colour is dark or light. Effects the colour used for text';

$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['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['navbarLowerBackground']  = 'Seperate menubar background colour is dark or light. Effects the colour used for text';

$lang['searchButton']           = 'Search button type';

$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';
$lang['breadcrumbPrefixText']   = 'Replacement breadcrumb prefix text. Use can use an image by uploading breadcrumb.png to the templates images directory';
$lang['breadcrumbSep']          = 'Change the breadcrumb seperator text';
$lang['breadcrumbSepText']      = 'Replacement breadcrumb seperator 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['sidebarShowLeft']        = 'Show the left sidebar';
$lang['sidebarLeftDismiss']     = 'Show the left sidebar dismissal bar on pages';
$lang['sidebarLeftSearch']      = 'Show the search bar in the left sidebar';
$lang['sidebarRightShow']       = 'Show the right sidebar';
$lang['sidebarRightDismiss']    = 'Show the right sidebar dismissal bar on pages';

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

$lang['pageToolsHide']          = 'Hide the page tools toolbar';
$lang['pageToolsHideGuest']     = 'Hide the page tools toolbar if user is a guest';
$lang['pageToolsHideNoEdit']    = 'Hide the page tools toolbar is user cannot edit page';
$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';

$conf['licenseType']            = 'Show the footer license as none, badges or buttons';
$conf['licenseImageOnly']       = 'Show the footer license as images only';

// $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';