course_home.inc.php 947 B

123456789101112131415161718192021222324252627
  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. $langCourseCreate = "Create a training";
  9. $langNameOfTheLink = "Name of the link";
  10. $lang_main_categories_list = "Main category list";
  11. $langCourseAdminOnly = "Trainers only";
  12. $PlatformAdminOnly = "Portal Administrators only";
  13. $langCombinedCourse = "Combined course";
  14. $ToolIsNowVisible = "The tool is now visible.";
  15. $ToolIsNowHidden = "The tool is now invisible.";
  16. $EditLink = "Edit link";
  17. $Blog_management = "Projects";
  18. $Forum = "Forums";
  19. $Course_maintenance = "Backup";
  20. $TOOL_SURVEY = "Surveys";
  21. $GreyIcons = "Toolbox";
  22. $Interaction = "Interaction";
  23. $Authoring = "Authoring";
  24. $Administration = "Administration";
  25. $IntroductionTextUpdated = "Intro was updated";
  26. $IntroductionTextDeleted = "Intro was deleted";
  27. ?>