md_document.inc.php 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langMdCallingTool = "Documents";
  5. $langMdTitle = "Learning Object Title";
  6. $langMdDescription = "To store this information, press Store";
  7. $langMdCoverage = "e.g. Bachelor of ...";
  8. $langMdCopyright = "e.g. provided the source is acknowledged";
  9. $langTool = "Document Metadata";
  10. $langNoScript = "Script is not enabled in your browser, please ignore the screen part below this text, it won\'t work...";
  11. $langPressAgain = "Press \'Store\' again...";
  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 = "Coverage";
  20. $langCoverageTip = "for example bachelor of xxx: yyy";
  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 = "
  24. <br/>
  25. Click \'+\' button to open, \'-\' button to close, \'++\' button to open all, \'--\' button to close all.<br/>
  26. <br/>
  27. Clear all selected keywords by closing the tree and opening it again with the \'+\' button.<br/>
  28. Alt-click \'+\' searches the original keywords in the tree.<br/>
  29. <br/>
  30. Alt-click keyword selects a keyword without broader terms or
  31. deselects a keyword with broader terms.<br/>
  32. <br/>
  33. If you change the description language, do not add keywords at the same time.<br/>
  34. <br/>
  35. ";
  36. $langRights = "Usage Rights";
  37. $langRightsTip = "describe in words";
  38. $langVersion = "Version";
  39. $langVersionTip = "number or description";
  40. $langStatusTip = "select from list";
  41. $langCreatedSize = "Created, size";
  42. $langCreatedSizeTip = "YYYY-MM-DD when created, size in octets (bytes)";
  43. $langAuthorTip = "in VCARD format";
  44. $langFormat = "Format";
  45. $langFormatTip = "select from list";
  46. $langLocation = "URL/URI";
  47. $langLocationTip = "click to open object";
  48. $langStore = "Store";
  49. $langDeleteAll = "Delete all metadata";
  50. $langConfirmDelete = "Do you *really* want to delete all metadata?";
  51. $langCourseKwds = "This document contains the course keywords";
  52. $langSearch = "Search";
  53. $langSearchCrit = "One word per line!";
  54. $langStatuses = ":draft:draft,,
  55. final:final,,
  56. revised:revised,,
  57. unavailable:unavailable";
  58. $langCosts = ":no:free, no cost,, yes:not free, cost";
  59. $langCopyrights = ":yes:copyright,, no:no copyright";
  60. $langFormats = ":text/plain;iso-8859-1:text/plain;iso-8859-1,,
  61. text/plain;utf-8:text/plain;utf-8,,
  62. text/html;iso-8859-1:text/html;iso-8859-1,,
  63. text/html;utf-8:text/html;utf-8,,
  64. inode/directory:Folder,,
  65. application/msword:MsWord,,
  66. application/octet-stream:Octet stream,,
  67. application/pdf:PDF,,
  68. application/postscript:PostScript,,
  69. application/rtf:RTF,,
  70. application/vnd.ms-excel:MsExcel,,
  71. application/vnd.ms-powerpoint:MsPowerpoint,,
  72. application/xml;iso-8859-1:XML;iso-8859-1,,
  73. application/xml;utf-8:XML;utf-8,,
  74. application/zip:ZIP";
  75. $langLngResTypes = ":exercise:exercise,,
  76. simulation:simulation,,
  77. questionnaire:questionnaire,,
  78. diagram:diagram,,
  79. figure:figure,,
  80. graph:graf,,
  81. index:index,,
  82. slide:slide,,
  83. table:table,,
  84. narrative text:narrative text,,
  85. exam:exam,,
  86. experiment:experiment,,
  87. problem statement:problem statement,,
  88. self assessment:self assessment,,
  89. lecture:lecture";
  90. ?>