scormdocument.inc.php 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langChapter = "Section";
  5. $langDocumentList = "Documents list";
  6. $langOrganisationList = "Organization list";
  7. $langEditTOC = "Edit TOC";
  8. $langEditDocument = "Edit document";
  9. $langCreateDocument = "Validate";
  10. $langMissingImagesDetected = "Missing images detected";
  11. $langPublish = "Publish";
  12. $langScormcontentstudent = "This is a SCORM course. If you would like to play it, click here : <input type=button name=scormbutton value=\'Launch it !\' onclick=\'openscorm()\'>";
  13. $langScormcontent = "This is a Scorm content<br><input type=button name=scormbutton value=\'Launch it !\' onclick=\'openscorm()\'>";
  14. $langDownloadAndZipEnd = " Zip file uploaded and uncompressed";
  15. $langZipNoPhp = "The zip file can not contain .PHP files";
  16. $langGroupForumLink = "Group forum";
  17. $langGroupSpace = "Group area";
  18. $langNotScormContent = "This is not a scorm ZIP file !";
  19. $langNoText = "Please type your text / HTML content";
  20. $langNoFileName = "No file name";
  21. $langMaxFileSize = "Max file size is";
  22. $langFileName = "File name";
  23. $langFileError = "The file to upload is not valid.";
  24. $langDown = "Down";
  25. $langViMod = "Visibility modified";
  26. $langAddComment = "Add comment";
  27. $langImpossible = "Operation impossible";
  28. $langNewDir = "Name of the new folder";
  29. $langTo = "to";
  30. $langNoSpace = "The upload has failed. There is not enough disk space in your directory";
  31. $langDownloadEnd = "The upload is finished";
  32. $langFileExists = "Operation impossible.<br>A Path with this name already exists.";
  33. $langDocCopied = "Document copied";
  34. $langDocDeleted = "Course deleted";
  35. $langElRen = "EI rename ???";
  36. $langDirMv = "My directory";
  37. $langComMod = "Command mode ?????";
  38. $langRename = "rename";
  39. $langCopy = "copy";
  40. $langNameDir = "Name of the new directory";
  41. $langDownloadFile = "Upload AICC or SCORM course ZIP file";
  42. $learning_path_access = "Select \'Create a course\' to delete/modify/show/hide/create/add a course";
  43. $langRoot = "root";
  44. $langBuilder = "Create a course (authoring tool)";
  45. $lang_edit_learnpath = "Edit name/description";
  46. $lang_add_title_and_desc = "Rename & add desc.";
  47. $lang_add_learnpath = "Create a course (authoring tool)";
  48. $lang_learnpath_added = "The course was created. Now you can add learning objects and activities to it.";
  49. $lang_delete_learnpath = "Delete the course";
  50. $lang_learnpath_edited = "The course was successfully edited";
  51. $lang_learnpath_deleted = "The course and all of its sections have been deleted";
  52. $lang_no_publish = "Hide from learners";
  53. $lang_publish = "Show for learners";
  54. $lang_no_published = "is now hidden from learners";
  55. $lang_published = "is now accessible for learners";
  56. $lang_description = "description";
  57. $lang_title = "title";
  58. $langScormBuilder = "Create a course (authoring tool)";
  59. $langCreateDoc = "Validate";
  60. $langOrganiseDocuments = "Organise documents";
  61. $langUncompress = "Uncompress";
  62. $ExportShort = "Export as SCORM";
  63. $progress = "Progress";
  64. ?>