md_mix.inc.php 1.1 KB

12345678910111213141516171819
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langTool = "Document Metadata";
  6. $langClickKw = "Click a keyword in the tree to select or deselect it.";
  7. $langKwHelp = "<br/>Click '+' button to open, '-' button to close, '++' button to open all, '--' button to close all.<br/><br/>Clear all selected keywords by closing the tree and opening it again with the '+' button.<br/>Alt-click '+' searches the original keywords in the tree.<br/><br/>Alt-click keyword selects a keyword without broader terms ordeselects a keyword with broader terms.<br/><br/>If you change the description language, do not add keywords at the same time.<br/><br/>";
  8. $langAdvanced = "Authoring";
  9. $langSearch = "Search";
  10. $langSearchCrit = "One word per line!";
  11. $langNoKeywords = "This course has no keywords";
  12. $langKwCacheProblem = "The keyword cache cannot be opened";
  13. $langCourseKwds = "This document contains the course keywords";
  14. $langKwdsInMD = "keywords used in MD";
  15. $langKwdRefs = "keyword references";
  16. $langNonCourseKwds = "Non-course keywords";
  17. $langKwdsUse = "Course keywords (bold = not used)";
  18. $langTotalMDEs = "Total number of Links MD entries:";
  19. ?>