md_document.inc.php 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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 = "<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. $langRights = "Usage Rights";
  25. $langRightsTip = "describe in words";
  26. $langVersion = "Version";
  27. $langVersionTip = "number or description";
  28. $langStatusTip = "select from list";
  29. $langCreatedSize = "Created, size";
  30. $langCreatedSizeTip = "YYYY-MM-DD when created, size in octets (bytes)";
  31. $langAuthorTip = "in VCARD format";
  32. $langFormat = "Format";
  33. $langFormatTip = "select from list";
  34. $langLocation = "URL/URI";
  35. $langLocationTip = "click to open object";
  36. $langStore = "Store";
  37. $langDeleteAll = "Delete all metadata";
  38. $langConfirmDelete = "Do you *really* want to delete all metadata?";
  39. $langCourseKwds = "This document contains the course keywords";
  40. $langSearch = "Search";
  41. $langSearchCrit = "One word per line!";
  42. $langStatuses = ":draft:draft,, final:final,, revised:revised,, unavailable:unavailable";
  43. $langCosts = ":no:free, no cost,, yes:not free, cost";
  44. $langCopyrights = ":yes:copyright,, no:no copyright";
  45. $langFormats = ":text/plain;iso-8859-1:text/plain;iso-8859-1,, text/plain;utf-8:text/plain;utf-8,, text/html;iso-8859-1:text/html;iso-8859-1,, text/html;utf-8:text/html;utf-8,, inode/directory:Folder,, application/msword:MsWord,, application/octet-stream:Octet stream,, application/pdf:PDF,, application/postscript:PostScript,, application/rtf:RTF,, application/vnd.ms-excel:MsExcel,, application/vnd.ms-powerpoint:MsPowerpoint,, application/xml;iso-8859-1:XML;iso-8859-1,, application/xml;utf-8:XML;utf-8,, application/zip:ZIP";
  46. $langLngResTypes = ":exercise:exercise,, simulation:simulation,, questionnaire:questionnaire,, diagram:diagram,, figure:figure,, graph:graf,, index:index,, slide:slide,, table:table,, narrative text:narrative text,, exam:exam,, experiment:experiment,, problem statement:problem statement,, self assessment:self assessment,, lecture:lecture";
  47. ?>