1<?php
2/**
3 * English language file for the Ad Hominem template settings
4 *
5 * @author     Sascha Leib <sascha@leib.be>
6 */
7
8$lang['darkmode']			= 'Allow a client-side dark mode';
9	$lang['darkmode_o_allow']	= 'Allow';
10	$lang['darkmode_o_disable']	= 'Disable';
11
12$lang['navtrail']			= 'Show current page in hierarchical breadcrumbs';
13	$lang['navtrail_o_none']	= 'Don’t show';
14	$lang['navtrail_o_text']	= 'Show as text';
15	$lang['navtrail_o_link']	= 'Show as link';
16
17$lang['cookiepos']			= 'Display the Cookie message banner';
18	$lang['cookiepos_o_hide']	= 'Don’t show';
19	$lang['cookiepos_o_top']	= 'Show on top of page';
20	$lang['cookiepos_o_bottom']	= 'Show on bottom of page';
21
22$lang['cookiemsg']			= 'The message to display on the Cookie banner (may contain HTML tags)';
23$lang['cookielink']			= 'Link to the “More information” page (internal or external)';
24$lang['homelink']			= 'Override the homepage link (empty for default behaviour)';
25
26$lang['printstyle']				= 'Print style variant';
27	$lang['printstyle_o_basic']		= 'Basic';
28	$lang['printstyle_o_compact']	= 'Compact';
29
30$lang['langmenu']			= 'Display the Languages menu <small>(requires the <a href="https://www.dokuwiki.org/plugin:translation" target="_blank">Translation plugin</a>)</small>';
31	$lang['langmenu_o_tb']	= 'As a menu in toolbar';
32	$lang['langmenu_o_sb']	= 'As a list in sidebar';
33
34$lang['langfilter']			= 'Filter which translations to show in the menu or list';
35	$lang['langfilter_o_all']	= 'List all languages';
36	$lang['langfilter_o_existing']	= 'List only if translation exists';
37