Files
mr-legend_wiki/lib/tpl/material/lang/en/settings.php
T
2024-07-08 03:32:47 +09:00

19 lines
740 B
PHP

<?php
/**
* Labels for the configuration options
*/
$lang["dokuwikiSidebar"] = "Use the sidebar page within the wiki instead of the sidebar.php file";
$lang["feedbackForm"] = "Add a button that allows users to give feedback";
$lang["technicalFeedbackForm"] = "Technical information is included in the feedback email";
$lang["feedbackEmail"] = "The recipient Email address for the feedback email";
$lang["feedbackSubjectLine"] = "Subject line of the feedback email";
$lang["feedbackBody"] = "Body of the feedback email";
$lang["hiddenActions"] = "DokuWiki actions that are hidden";
$lang["protrudingDrawer"] = "If the drawer should stick out on the left";
$lang["subtlePagename"] = "If the title of the page should not be the focus";