14 lines
No EOL
884 B
PHP
14 lines
No EOL
884 B
PHP
<?php
|
|
/**
|
|
* English language file for config
|
|
*
|
|
*/
|
|
|
|
$lang['fullWidthSite'] = "Make the site full width. If not checked, the Template Style __site_width__ variable will be used to set the width.";
|
|
$lang['showPageInfo'] = "Whether to show page info at the bottom";
|
|
$lang['showToc'] = "Show table of content on page";
|
|
$lang['stickyToc'] = "Make the table of content icon sticky on scrolling";
|
|
$lang['siteHeaderPosition'] = "Position of the site header which contains :header and Breadcrumbs. 'Top' positions it just after navbar and before sidebar. 'Above page' positions it before page heading (beside sidebar)";
|
|
$lang['siteFooterPosition'] = "Position of the site footer. 'Bottom' positions it at the end. 'After page' positions it after the page";
|
|
$lang['theme'] = "Theme for the minimal template";
|
|
$lang['hideTools'] = "Hide tools for guest users (non-logged in users)"; |