course_home.inc.php 1.0 KB

12345678910111213141516171819202122232425262728
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langActivate = "Show";
  5. $langDeactivate = "Hide";
  6. $langInLnk = "Hidden tools and links";
  7. $langDelLk = "Do you really want to delete this link?";
  8. $langEnter = "Enter";
  9. $langCourseCreate = "Create a course website";
  10. $langNameOfTheLink = "Name of the link";
  11. $lang_main_categories_list = "Main category list";
  12. $langCourseAdminOnly = "Teachers only";
  13. $PlatformAdminOnly = "Platform 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 = "Blogs management";
  19. $Forum = "Forums";
  20. $Course_maintenance = "Course Maintenance";
  21. $TOOL_SURVEY = "Surveys";
  22. $GreyIcons = "Toolbox";
  23. $Interaction = "Interaction";
  24. $Authoring = "Authoring";
  25. $Administration = "Administration";
  26. $IntroductionTextUpdated = "The introduction text has been updated";
  27. $IntroductionTextDeleted = "Introduction text deleted";
  28. ?>