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