courses.inc.php 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $AlreadyRegisteredToCourse = "Already registered in course";
  6. $lang_already_enrolled = "already enrolled";
  7. $lang_my_personnal_course_list = "My courses list";
  8. $lang_course_enrollment = "Course user";
  9. $lang_course_not_available = "This course is not available or doesn't exist.";
  10. $lang_enroll = "Enroll";
  11. $lang_enroll_to_a_new_course = "Enroll to a new course";
  12. $lang_my_present_course_list = "My courses";
  13. $lang_no_course_to_enroll_in_this_category = "No course available for enrollment in this category.";
  14. $lang_or_search_from_the_course_code = "Or search by course code";
  15. $lang_search = "Search";
  16. $lang_select_course_among_categories = "Select course among categories";
  17. $lang_select_course_in = "Select course in";
  18. $lang_select_course_in_search_results = "Select course from search results";
  19. $Unsubscribe = "Unsubscribe";
  20. $lang_back_to_my_home_page = "Back to my home page";
  21. $lang_back_to_my_personnal_course_list = "Back to my courses list";
  22. $langTitular = "Leader";
  23. $langBackToListOfThisUser = "Back to training list";
  24. $langAdministrationTools = "Administration Tools";
  25. $lang_back_to_parent_category = "Back to parent category";
  26. $lang_back_to_course_selection = "Back to course selection";
  27. $lang_up = "Back to parent category";
  28. $langCatList = "Categories";
  29. $langCourseList = "Courses list";
  30. $Subscribe = "Subscribe";
  31. $AlreadySubscribed = "Already subscribed";
  32. $CodeMandatory = "Code mandatory";
  33. $CourseCategoryMandatory = "Course category mandatory";
  34. $TeacherMandatory = "Teacher mandatory";
  35. $CourseCategoryStored = "Course category is created";
  36. $langWithoutTimeLimits = "Without time limits";
  37. $lang_back_to_main_category_list = "Back to the main category list";
  38. $langAdded = "Added";
  39. $langDeleted = "Deleted";
  40. $langKeeped = "Kept";
  41. $langHideAndSubscribeClosed = "Hidden / Closed";
  42. $langHideAndSubscribeOpen = "Hidden / Open";
  43. $langShowAndSubscribeOpen = "Visible / Open";
  44. $langShowAndSubscribeClosed = "Visible / Closed";
  45. $langAdminThisUser = "Back to user";
  46. $langManage = "Manage Portal";
  47. $langEnrollToCourseSuccessful = "You have been registered to the course";
  48. $langSubCat = "sub-categories";
  49. $langUnsubscribeNotAllowed = "Unsubscribing is not allowed for this training.";
  50. $langCourseAdminUnsubscribeNotAllowed = "You are a trainer in this course";
  51. $CourseManagement = "Courses catalog";
  52. $SortMyCourses = "Sort courses";
  53. $SubscribeToCourse = "Subscribe to course";
  54. $UnsubscribeFromCourse = "Unsubscribe from course";
  55. $CreateCourseCategory = "Create a personal courses category";
  56. $CourseCategoryAbout2bedeleted = "Are you sure you want to delete this courses category? Courses inside this category will be moved outside the categories";
  57. $CourseCategories = "Courses categories";
  58. $CoursesInCategory = "Courses in this category";
  59. $SearchCourse = "Search courses";
  60. $UpOneCategory = "One category up";
  61. $SearchResultsFor = "Search results for:";
  62. $ConfirmUnsubscribeFromCourse = "Are you sure you want to unsubscribe?";
  63. $NoCourseCategory = "No courses category";
  64. $EditCourseCategorySucces = "The course has been added to the category";
  65. $SubscribingNotAllowed = "Subscribing not allowed";
  66. $CourseSortingDone = "Courses sorted";
  67. $ExistingCourseCategories = "Existing courses categories";
  68. $YouAreNowUnsubscribed = "You are now unsubscribed from the training";
  69. $ViewOpenCourses = "View public courses";
  70. $ErrorContactPlatformAdmin = "There happened an unknown error. Please contact the platform administrator.";
  71. $CourseRegistrationCodeIncorrect = "The course code is incorrect";
  72. $CourseRequiresPassword = "This course requires a password";
  73. $SubmitRegistrationCode = "Submit registration code";
  74. $CourseCategoryDeleted = "The category was deleted";
  75. $CategorySortingDone = "Category sorting done";
  76. $CourseCategoryEditStored = "Category updated";
  77. $buttonCreateCourseCategory = "Save courses category";
  78. $buttonSaveCategory = "Save the category";
  79. $buttonChangeCategory = "Change category";
  80. $SessionName = "Session name";
  81. $SessionCategory = "Sessions categories";
  82. $Expand = "Expand";
  83. $Collapse = "Collapse";
  84. $CourseDetails = "Course description";
  85. $GroupPendingInvitations = "Group pending invitations";
  86. $Compose = "Compose";
  87. $EnrollToCourseXSuccessful = "You have been registered to course: %s";
  88. $ThereAreNoCoursesInThisCategory = "No course at this category level";
  89. ?>