1<?php 2/** 3 * English language file for config 4 * 5 */ 6 7$lang['fullWidthSite'] = "Make the site full width. If not checked, the Template Style __site_width__ variable will be used to set the width."; 8$lang['showPageInfo'] = "Whether to show page info at the bottom"; 9$lang['showToc'] = "Show table of content on page"; 10$lang['inlineToc'] = "Whether to show toc as inline instead of dropdown"; 11$lang['theme'] = "Theme for the minimal template"; 12$lang['topToolBar'] = "Tools to be visible in top tool bar"; 13$lang['bottomToolBar'] = "Tools to be visible in bottom tool bar";