1<?php 2/** 3 * English language file for config 4 * 5 */ 6 7$lang['includeFontAwesome'] = 'Include the FontAwesome library'; 8$lang['useFontAwesome'] = 'Use the FontAwesome library in the theme'; 9$lang['useTheme'] = 'Use additional theme in template. Leave blank for default'; 10$lang['navbarMenuStyle'] = 'The style of menus used in the Navbar'; 11$lang['navbarClasses'] = 'Classes to add to the navbar'; 12$lang['navbarMenuPosition'] = 'Navbar menu list position'; 13$lang['navbarMenuClasses'] = 'Navbar menu list classes'; 14$lang['useHeroTitle'] = 'Show the hero title heading on pages'; 15$lang['breadcrumbsLoc'] = 'Location of breadcrumbs bar'; 16$lang['tocfullheight'] = 'TOC is displayed as full height'; 17 18$lang['discussionPage'] = 'Discussion page (leave empty to disable discussions)'; 19$lang['userPage'] = 'User page (leave empty to disable user pages)'; 20$lang['hideTools'] = 'Hide tools when not logged in?'; 21$lang['navbar'] = 'Pages to display in the Navbar';