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['useHeroTitle'] = 'Show the hero title heading on pages'; 12 13$lang['discussionPage'] = 'Discussion page (leave empty to disable discussions)'; 14$lang['userPage'] = 'User page (leave empty to disable user pages)'; 15$lang['hideTools'] = 'Hide tools when not logged in?'; 16$lang['navbar'] = 'Pages to display in the Navbar';