<?php
/**
 * English language file for config
 *
 */

$lang['MainMenu'] = 'Menu identifier';
$lang['SidebarMaxHeight'] = 'Max. sidebar height';
$lang['SidebarRight'] = 'Sidebar on the right?';
$lang['TocMaxHeight'] = 'Max. table of contents height';
$lang['TocRight'] = 'Table of contents on the right?';
$lang['GoBottomBtn'] = 'Go to bottom button';
$lang['ShowUserFooter']    = 'Display logged-in user in footer';
$lang['ShowACLFooter']    = 'Display group permissions (ACL) in footer';
$lang['FullScreenBtn']    = 'Full screen button';
$lang['ContentMaxWidth']    = 'Content max width (unit is needed)';
$lang['DefaultTheme']    = 'Default theme color';
$lang['ForceTheme']    = 'Force the default theme color (will disable theme switcher button in header)';
