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