xref: /template/kiwiki/lang/en/settings.php (revision 82f798b6cab2ecaa94ea323c86779e58209a3616)
1<?php
2/**
3 * English language file for config
4 *
5 */
6
7$lang['MainMenu'] = 'Menu identifier';
8$lang['MenuMaxHeight'] = 'Max. menu height';
9$lang['TocMaxHeight'] = 'Max. table of contents height';
10$lang['GoBottomBtn'] = 'Go to bottom button';
11$lang['ShowUserFooter']    = 'Display logged-in user in footer';
12$lang['ShowACLFooter']    = 'Display group permissions (ACL) in footer';
13$lang['FullScreenBtn']    = 'Full screen button';
14$lang['ContentMaxWidth']    = 'Content max width (unit is needed)';
15