courses.inc.php 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $lang_already_enrolled = "already enrolled";
  5. $lang_my_personnal_course_list = "My personal course list";
  6. $lang_course_enrollment = "User\'s courses";
  7. $lang_course_not_available = "This course is not available or doesn\'t exist.";
  8. $lang_enroll = "Enroll";
  9. $lang_enroll_to_a_new_course = "Enroll to a new course";
  10. $lang_my_present_course_list = "My present course list";
  11. $lang_no_course_to_enroll_in_this_category = "No course to enroll to in this category.";
  12. $lang_or_search_from_the_course_code = "Or search by code";
  13. $lang_search = "Search";
  14. $lang_select_course_among_categories = "Select course among categories";
  15. $lang_select_course_in = "Select course in ";
  16. $lang_select_course_in_search_results = "Select course in search results";
  17. $lang_unsubscribe = "Unsubscribe";
  18. $lang_back_to_my_home_page = "Back to my home page";
  19. $lang_back_to_my_personnal_course_list = "Back to my personnal courses list";
  20. $langTitular = "Leader";
  21. $langBackToListOfThisUser = "Back to courses list";
  22. $langAdministrationTools = "Administration Tools";
  23. $lang_back_to_parent_category = "Back to parent category";
  24. $lang_back_to_course_selection = "Back to course selection";
  25. $lang_up = "Back to parent category";
  26. $langCatList = "Categories";
  27. $langCourseList = "Courses";
  28. $Subscribe = "Subscribe";
  29. $AlreadySubscribed = "Already subscribed";
  30. $CourseCategoryStored = "Course category is created";
  31. $lang_back_to_main_category_list = "Back to the main category list";
  32. $langAdded = "Added";
  33. $langDeleted = "Deleted";
  34. $langKeeped = "Kept";
  35. $langHideAndSubscribeClosed = "Hidden / Closed";
  36. $langHideAndSubscribeOpen = "Hidden / Open";
  37. $langShowAndSubscribeOpen = "Visible / Open";
  38. $langShowAndSubscribeClosed = "Visible / Closed";
  39. $langAdminThisUser = "Back to user";
  40. $langManage = "Portal management";
  41. $langEnrollToCourseSuccessful = "You have been registered to the course";
  42. $langCourses = "courses";
  43. $langIn = "in";
  44. $langSubCat = "sub-categories";
  45. $langUnsubscribeNotAllowed = "Unsubscribing is not allowed for this course.";
  46. $langCourseAdminUnsubscribeNotAllowed = "You are course admin of this course.";
  47. $CourseManagement = "Course Management";
  48. $SortMyCourses = "Sort my courses";
  49. $SubscribeToCourse = "Subscribe to courses";
  50. $UnsubscribeFromCourse = "Unsubscribe from courses";
  51. $CreateCourseCategory = "Create a course category";
  52. $CourseCategoryAbout2bedeleted = "Are you sure you want to delete this course category? Courses inside this course category will be moved outside the course categories";
  53. $CourseCategories = "Course Categories";
  54. $CoursesInCategory = "Courses in this category";
  55. $SearchCourse = "Search courses";
  56. $UpOneCategory = "One category up";
  57. $SearchResultsFor = "Search results for:";
  58. $ConfirmUnsubscribeFromCourse = "Are you sure you want to unsubscribe from this course?";
  59. $NoCourseCategory = "No course category";
  60. $EditCourseCategorySucces = "The course was added to the category";
  61. $SubscribingNotAllowed = "Subscribing not allowed";
  62. $CourseSortingDone = "Course sorting done";
  63. $ExistingCourseCategories = "Existing Course Categories";
  64. $YouAreNowUnsubscribed = "You are now unsubscribed from the course";
  65. $AddRight = "Add";
  66. $ViewOpenCourses = "View open courses";
  67. ?>