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

$lang['MainMenu'] = 'Menu identifier';
$lang['MenuMaxHeight'] = 'Max. menu height';
$lang['TocMaxHeight'] = 'Max. table of contents height';
$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)';
