Chamilo is a learning management system focused on ease of use and accessibility
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.
 
 
 
 
 
 
chamilo-lms/main/lang/english/md_mix.inc.php

24 lines
1.0 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$langTool = "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 \'+\' re-selects the previously selected keywords.<br/>
<br/>
Alt-click keyword negates the keyword.<br/>";
$langAdvanced = "Advanced";
$langSearch = "Search";
$langSearchCrit = "Use the area below for descriptive words, one word per line!";
$langNoKeywords = "This course has no keywords";
$langKwCacheProblem = "The keyword cache cannot be opened";
$langCourseKwds = "course keywords";
$langKwdsInMD = "keywords used in MD";
$langKwdRefs = "keyword references";
$langNonCourseKwds = "Non-course keywords";
$langKwdsUse = "Course keywords (bold = not used)";
$langTotalMDEs = "Total number of MD entries: ";
?>