md_link.inc.php 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langMdCallingTool = "Links";
  5. $langMdTitle = "Link name";
  6. $langMdDescription = "Link description";
  7. $langMdCoverage = "Universal";
  8. $langMdCopyright = "Ghent University";
  9. $nameTools = "obsolete language variable";
  10. $langTool = " Links Metadata";
  11. $langNoScript = "Script is not enabled in your browser, please ignore the screen part below this text, it won\'t work...";
  12. $langLanguageTip = "the language in which this learning object was made";
  13. $langIdentifier = "Identifier";
  14. $langIdentifierTip = "unique identification for this learning object, composed of letters, digits, _-.()\'!*";
  15. $langTitleTip = "title or name, and language of that title or name";
  16. $langDescriptionTip = "description or comment, and language used for describing this learning object";
  17. $langKeyword = "Keywords";
  18. $langKeywordTip = "separate by commas (letters, digits, -.)";
  19. $langCoverage = "Category";
  20. $langCoverageTip = "categoryname, cfr. Links";
  21. $langKwNote = "If you change the description language, do not add keywords at the same time.";
  22. $langClickKw = "Click a keyword in the tree to select or deselect it.";
  23. $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/>";
  24. $langLocation = "URL/URI";
  25. $langLocationTip = "click to open object";
  26. $langStore = "Store";
  27. $langDeleteAll = "Delete all metadata";
  28. $langConfirmDelete = "Do you *really* want to delete all metadata?";
  29. $langWorkOn = "on";
  30. $langNotInDB = "no such Links category";
  31. $langManifestSyntax = "(syntax error in manifest file...)";
  32. $langEmptyManifest = "(empty manifest file...)";
  33. $langNoManifest = "(no manifest file...)";
  34. $langNotFolder = "are not possible, it is not a folder...";
  35. $langContinue = "Continue with";
  36. $langCreate = "Create MDEs";
  37. $langRemove = "Remove MDEs";
  38. $langAllRemovedFor = "All entries removed for category";
  39. $langRemainingFor = "obsolete entries removed for category";
  40. $langIndex = "Index Words";
  41. $langTotalMDEs = "Total number of Links MD entries: ";
  42. $langMainMD = "Open Main MDE";
  43. $langOrElse = "Select a Links category";
  44. $langWarningDups = " - duplicate categorynames were removed from the list!";
  45. $langSLC = "Work with Links category named";
  46. ?>