xref: /template/kiwiki/lang/en/settings.php (revision c17c23bd1b4ad0417bc7fdb3f7a48d1ac4897578)
1<?php
2/**
3 * English language file for config
4 *
5 */
6
7$lang['MainMenu'] = 'Menu identifier';
8$lang['SidebarMaxHeight'] = 'Max. sidebar height';
9$lang['SidebarRight'] = 'Sidebar on the right?';
10$lang['TocMaxHeight'] = 'Max. table of contents height';
11$lang['TocRight'] = 'Table of contents on the right?';
12$lang['GoBottomBtn'] = 'Go to bottom button';
13$lang['ShowUserFooter']    = 'Display logged-in user in footer';
14$lang['ShowACLFooter']    = 'Display group permissions (ACL) in footer';
15$lang['FullScreenBtn']    = 'Full screen button';
16$lang['ContentMaxWidth']    = 'Content max width (unit is needed)';
17$lang['DefaultTheme']    = 'Default theme color';
18$lang['ForceTheme']    = 'Force the default theme color (will disable theme switcher button in header)';
19