scorm.inc.php 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langScormVersion = "version";
  6. $langScormRestarted = "All the learning objects are now incomplete.";
  7. $langScormNoNext = "This is the latest learning object.";
  8. $langScormNoPrev = "This is the first learning object.";
  9. $langScormTime = "Time";
  10. $langScormNoOrder = "There is no given order, you can click on any learning object.";
  11. $langScormScore = "Score";
  12. $langScormLessonTitle = "Learning object name";
  13. $langScormStatus = "Status";
  14. $langScormToEnter = "To enter";
  15. $langScormFirstNeedTo = "you need first to accomplish";
  16. $langScormThisStatus = "This learning object is now";
  17. $langScormClose = "Terminate";
  18. $langScormRestart = "Restart";
  19. $langScormCompstatus = "Completed";
  20. $langScormIncomplete = "Incomplete";
  21. $langScormPassed = "Passed";
  22. $langScormFailed = "Failed";
  23. $langScormPrevious = "Previous";
  24. $langScormNext = "Next";
  25. $langScormTitle = "Chamilo Scorm player";
  26. $langScormMystatus = "My progress";
  27. $langScormNoItems = "This course is empty.";
  28. $langScormNoStatus = "No status for this content";
  29. $langScormLoggedout = "logged out from Scorm area";
  30. $langScormCloseWindow = "Close windows";
  31. $ScormBrowsed = "Browsed";
  32. $langScormExitFullScreen = "Back to normal screen";
  33. $langScormFullScreen = "Full screen";
  34. $langScormNotAttempted = "Not attempted";
  35. $langCharset = "Character set";
  36. $langLocal = "Local";
  37. $langRemote = "Remote";
  38. $langAutodetect = "Auto-detect";
  39. $langAccomplishedStepsTotal = "Total of completed learning objects";
  40. $langUnknown = "Unknown";
  41. $AreYouSureToDeleteSteps = "Are you sure you want to delete these steps?";
  42. $Origin = "Authoring tool";
  43. $Local = "Local";
  44. $Remote = "Remote";
  45. $FileToUpload = "SCORM or AICC file to upload";
  46. $ContentMaker = "Authoring tool";
  47. $ContentProximity = "Course location";
  48. $UploadLocalFileFromGarbageDir = "Upload local file from main/archive directory";
  49. $ThisItemIsNotExportable = "This learning object or activity is not SCORM compliant. That's why it is not exportable.";
  50. $MoveCurrentChapter = "Move the current section";
  51. $GenericScorm = "Generic Scorm";
  52. $UnknownPackageFormat = "The format of this package could not be recognized. Please check this is a valid package.";
  53. $Attempt = "Attempt";
  54. $MoveTheCurrentForum = "Move the current forum";
  55. $WarningWhenEditingScorm = "Warning ! When you edit the content of a learning object, you may alter the reporting of the course or damage the learning object.";
  56. $AdditionalProfileField = "Add user profile field";
  57. $ScormUnknownPackageFormat = "The package you are trying to upload has an unknown format. Please check it uses one of the supported formats.";
  58. $ScormNotEnoughSpaceInCourseToInstallPackage = "There is not enough space left in this course to uncompress the current package.";
  59. $ScormPackageFormatNotScorm = "The package you are uploading doesn't seem to be in SCORM format. Please check that the imsmanifest.xml is inside the ZIP file you are trying to upload.";
  60. $HideTocFrame = "Hide table of contents frame";
  61. ?>