course_home.inc.php 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langActivate = "Show";
  6. $langDeactivate = "Hide";
  7. $langInLnk = "Hidden tools and links";
  8. $langDelLk = "Do you really want to delete this link?";
  9. $langCourseCreate = "Create a course";
  10. $langNameOfTheLink = "Name of the link";
  11. $lang_main_categories_list = "Main category list";
  12. $langCourseAdminOnly = "Teachers only";
  13. $PlatformAdminOnly = "Portal Administrators only";
  14. $langCombinedCourse = "Combined course";
  15. $ToolIsNowVisible = "The tool is now visible.";
  16. $ToolIsNowHidden = "The tool is now invisible.";
  17. $EditLink = "Edit link";
  18. $Blog_management = "Projects";
  19. $Forum = "Forums";
  20. $Course_maintenance = "Backup";
  21. $TOOL_SURVEY = "Surveys";
  22. $GreyIcons = "Toolbox";
  23. $Interaction = "Interaction";
  24. $Authoring = "Authoring";
  25. $Administration = "Administration";
  26. $IntroductionTextUpdated = "Intro was updated";
  27. $IntroductionTextDeleted = "Intro was deleted";
  28. $SessionIdentifier = "Identifier of session";
  29. $SessionName = "Session name";
  30. $SessionCategory = "Sessions categories";
  31. $SessionData = "Session's data";
  32. $TheExerciseAutoLaunchSettingIsONStudentsWillBeRedirectToAnSpecificExercise = "The exercises auto-launch feature configuration is enabled. Learners will be automatically redirected to the selected exercise.";
  33. $TheLPAutoLaunchSettingIsONStudentsWillBeRedirectToAnSpecificLP = "The learning path auto-launch setting is ON. When learners enter this course, they will be automatically redirected to the learning path marked as auto-launch.";
  34. $ToolSearch = "Search";
  35. ?>