12345678910111213141516171819 |
- <?php
- /*
- for more information: see languages.txt in the lang folder.
- */
- $langTool = "Document Metadata";
- $langClickKw = "Click a keyword in the tree to select or deselect it.";
- $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/>";
- $langAdvanced = "Authoring";
- $langSearch = "Search";
- $langSearchCrit = "One word per line!";
- $langNoKeywords = "This course has no keywords";
- $langKwCacheProblem = "The keyword cache cannot be opened";
- $langCourseKwds = "This document contains the course keywords";
- $langKwdsInMD = "keywords used in MD";
- $langKwdRefs = "keyword references";
- $langNonCourseKwds = "Non-course keywords";
- $langKwdsUse = "Course keywords (bold = not used)";
- $langTotalMDEs = "Total number of Links MD entries:";
- ?>
|