learnpath.inc.php 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?php
  2. // General
  3. $lang_learning_path="Learning&nbsp;Path";
  4. $lang_learning_path_builder="Learning&nbsp;Path&nbsp;builder";
  5. $lang_description="description";
  6. $lang_title="title";
  7. $lang_prerequisites="Prerequisities";
  8. $lang_move_up="Move up";
  9. $lang_move_down="Move down";
  10. $langAreYouSureToDelete="Are you sure to delete";
  11. $langThisItem="this item"; //it will be like this : "Are you sure to delete this item ?"
  12. //---------------------
  13. //the following variables are copied here from scorm file (they are the same)
  14. $lang_title_and_desc="Title & description";
  15. $lang_add_item="Add step";
  16. $lang_change_order="Change order";
  17. $lang_add_prereqi="Add prerequisities";
  18. $lang_add_title_and_desc="Edit title & desc.";
  19. $lang_delete="Delete";
  20. $lang_add_chapter="Add module";
  21. $lang_show_hide="Show / hide";
  22. $langLearnpathMystatus="My status";
  23. $langLearnpathCompstatus="completed";
  24. $langLearnpathIncomplete="incomplete";
  25. $langLearnpathPassed="passed";
  26. $langLearnpathFailed="failed";
  27. $langLearnpathPrevious="Previous";
  28. $langLearnpathNext="Next";
  29. $langLearnpathRestart="Restart";
  30. $langLearnpathThisStatus="This step is now";
  31. $langLearnpathToEnter="To enter";
  32. $langLearnpathFirstNeedTo="you need first accomplish";
  33. //this two together will be like this : To enter xxx-lesson you need first accomplish yyy-lesson.
  34. $langLearnpathLessonTitle="Step title";
  35. $langLearnpathStatus="Status";
  36. $langLearnpathScore="Score";
  37. $langLearnpathTime="Time";
  38. $langLearnpathVersion="version";
  39. $langLearnpathRestarted="All the steps are now incomplete.";
  40. $langLearnpathNoNext="This is the last step.";
  41. $langLearnpathNoPrev="This is the first step.";
  42. //copied here from scorm file end
  43. //---------------------
  44. // path: add, added, edit, edited, delete, deleted, ...
  45. $lang_add_learnpath="Add a new learning path";
  46. $lang_learnpath_added="The new learning path was succesfully created. Now you can add modules to it by clicking on the cross.";
  47. $lang_edit_learnpath="Edit learning path description/title";
  48. $lang_delete_learnpath="Delete learning path";
  49. $lang_learnpath_edited="The learning path was succesfully edited";
  50. $lang_learnpath_deleted="The learning path and all of its modules are deleted";
  51. $lang_no_publish="Hide from members";
  52. $lang_publish="Show for members";
  53. $lang_no_published="is now hidden from members";
  54. $lang_published="is now accessible for members";
  55. // chapter: add, added, edit, edited, delete, deleted
  56. $lang_add_learnpath_module="Add a new module";
  57. $lang_add_learnpath_chapter_to_path="Add a new module to this learning path";
  58. $lang_learnpath_module_added="The new learning path module was succesfully created. Now you can add steps to it by clicking on the cross.";
  59. $lang_edit_learnpath_module="Edit module description/title";
  60. $lang_delete_learnpath_module="Delete module";
  61. $lang_learnpath_module_edited="The learning path module was succesfully edited";
  62. $lang_learnpath_module_deleted="The learning path module and all steps in it are deleted";
  63. $lang_nochapters="No modules added yet.";
  64. // item: add, deleted, assign, edit, delete
  65. $lang_add_learnpath_item="Add steps to this module";
  66. $lang_learnpath_item_deleted="The learning path step has been deleted";
  67. $lang_assign_learnpath_items_to="please assign this/these learning path steps to module: ";
  68. $lang_edit_learnpath_item="Edit step additional description/title";
  69. $lang_add_prereq="Add/edit prerequisities to this step";
  70. $lang_delete_learnpath_item="Delete step";
  71. $lang_learnpath_item_edited="The learning path step has been modified";
  72. $lang_prereq_deleted_error="Has been deleted !";
  73. $lang_none="NONE";
  74. $lang_forum_opened="The selected forum has been opened in a new window.";
  75. $lang_link_opened="The selected link has been opened in a new window.";
  76. $lang_short_help="To add a step, click on the cross; to add new title/description, click on the pencil; to add prerequisities click on the icon with two documents. You can check what the members will see by clicking on member View on top.";
  77. $lang_prereq_not_complete="Prerequisites not complete.";
  78. $lang_author="Author";
  79. $lang_date="Date";
  80. ?>