You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
740 B

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