12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?php /*
- for more information: see languages.txt in the lang folder.
- */
- $lang_already_enrolled = "already enrolled";
- $lang_my_personnal_course_list = "My personal course list";
- $lang_course_enrollment = "User\'s courses";
- $lang_course_not_available = "This course is not available or doesn\'t exist.";
- $lang_enroll = "Enroll";
- $lang_enroll_to_a_new_course = "Enroll to a new course";
- $lang_my_present_course_list = "My present course list";
- $lang_no_course_to_enroll_in_this_category = "No course to enroll to in this category.";
- $lang_or_search_from_the_course_code = "Or search by code";
- $lang_search = "Search";
- $lang_select_course_among_categories = "Select course among categories";
- $lang_select_course_in = "Select course in ";
- $lang_select_course_in_search_results = "Select course in search results";
- $lang_unsubscribe = "Unsubscribe";
- $lang_back_to_my_home_page = "Back to my home page";
- $lang_back_to_my_personnal_course_list = "Back to my personnal courses list";
- $langTitular = "Leader";
- $langBackToListOfThisUser = "Back to courses list";
- $langAdministrationTools = "Administration Tools";
- $lang_back_to_parent_category = "Back to parent category";
- $lang_back_to_course_selection = "Back to course selection";
- $lang_up = "Back to parent category";
- $langCatList = "Categories";
- $langCourseList = "Courses";
- $Subscribe = "Subscribe";
- $AlreadySubscribed = "Already subscribed";
- $CourseCategoryStored = "Course category is created";
- $lang_back_to_main_category_list = "Back to the main category list";
- $langAdded = "Added";
- $langDeleted = "Deleted";
- $langKeeped = "Kept";
- $langHideAndSubscribeClosed = "Hidden / Closed";
- $langHideAndSubscribeOpen = "Hidden / Open";
- $langShowAndSubscribeOpen = "Visible / Open";
- $langShowAndSubscribeClosed = "Visible / Closed";
- $langAdminThisUser = "Back to user";
- $langManage = "Portal management";
- $langEnrollToCourseSuccessful = "You have been registered to the course";
- $langCourses = "courses";
- $langIn = "in";
- $langSubCat = "sub-categories";
- $langUnsubscribeNotAllowed = "Unsubscribing is not allowed for this course.";
- $langCourseAdminUnsubscribeNotAllowed = "You are course admin of this course.";
- $CourseManagement = "Course Management";
- $SortMyCourses = "Sort my courses";
- $SubscribeToCourse = "Subscribe to courses";
- $UnsubscribeFromCourse = "Unsubscribe from courses";
- $CreateCourseCategory = "Create a course category";
- $CourseCategoryAbout2bedeleted = "Are you sure you want to delete this course category? Courses inside this course category will be moved outside the course categories";
- $CourseCategories = "Course Categories";
- $CoursesInCategory = "Courses in this category";
- $SearchCourse = "Search courses";
- $UpOneCategory = "One category up";
- $SearchResultsFor = "Search results for:";
- $ConfirmUnsubscribeFromCourse = "Are you sure you want to unsubscribe from this course?";
- $NoCourseCategory = "No course category";
- $EditCourseCategorySucces = "The course was added to the category";
- $SubscribingNotAllowed = "Subscribing not allowed";
- $CourseSortingDone = "Course sorting done";
- $ExistingCourseCategories = "Existing Course Categories";
- $YouAreNowUnsubscribed = "You are now unsubscribed from the course";
- $AddRight = "Add";
- $ViewOpenCourses = "View open courses";
- ?>
|