1<?php 2/** 3 * Labels for the configuration options 4 */ 5 6$lang["dokuwikiSidebar"] = "Use the sidebar page within the wiki instead of the sidebar.php file"; 7 8$lang["feedbackForm"] = "Add a button that allows users to give feedback"; 9$lang["technicalFeedbackForm"] = "Technical information is included in the feedback email"; 10$lang["feedbackEmail"] = "The recipient Email address for the feedback email"; 11$lang["feedbackSubjectLine"] = "Subject line of the feedback email"; 12$lang["feedbackBody"] = "Body of the feedback email"; 13 14$lang["hiddenActions"] = "DokuWiki actions that are hidden"; 15 16$lang["protrudingDrawer"] = "If the drawer should stick out on the left"; 17 18$lang["subtlePagename"] = "If the title of the page should not be the focus"; 19