1
0
Fork 0
dokuwiki-templates-extra/templates/55/ad-hominem/lang/en/settings.php
Daniel Baumann 485e3244ed
Adding upstream version 20241201.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-16 08:10:35 +01:00

36 lines
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* English language file for the Ad Hominem template settings
*
* @author Sascha Leib <sascha@leib.be>
*/
$lang['darkmode'] = 'Allow a client-side dark mode';
$lang['darkmode_o_allow'] = 'Allow';
$lang['darkmode_o_disable'] = 'Disable';
$lang['navtrail'] = 'Show current page in hierarchical breadcrumbs';
$lang['navtrail_o_none'] = 'Dont show';
$lang['navtrail_o_text'] = 'Show as text';
$lang['navtrail_o_link'] = 'Show as link';
$lang['cookiepos'] = 'Display the Cookie message banner';
$lang['cookiepos_o_hide'] = 'Dont show';
$lang['cookiepos_o_top'] = 'Show on top of page';
$lang['cookiepos_o_bottom'] = 'Show on bottom of page';
$lang['cookiemsg'] = 'The message to display on the Cookie banner (may contain HTML tags)';
$lang['cookielink'] = 'Link to the “More information” page (internal or external)';
$lang['homelink'] = 'Override the homepage link (empty for default behaviour)';
$lang['printstyle'] = 'Print style variant';
$lang['printstyle_o_basic'] = 'Basic';
$lang['printstyle_o_compact'] = 'Compact';
$lang['langmenu'] = 'Display the Languages menu <small>(requires the <a href="https://www.dokuwiki.org/plugin:translation" target="_blank">Translation plugin</a>)</small>';
$lang['langmenu_o_tb'] = 'As a menu in toolbar';
$lang['langmenu_o_sb'] = 'As a list in sidebar';
$lang['langfilter'] = 'Filter which translations to show in the menu or list';
$lang['langfilter_o_all'] = 'List all languages';
$lang['langfilter_o_existing'] = 'List only if translation exists';