1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?php
- /*
- for more information: see languages.txt in the lang folder.
- */
- $AlreadyRegisteredToCourse = "Already registered in course";
- $lang_already_enrolled = "already enrolled";
- $lang_my_personnal_course_list = "My courses list";
- $lang_course_enrollment = "Course user";
- $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 courses";
- $lang_no_course_to_enroll_in_this_category = "No course available for enrollment in this category.";
- $lang_or_search_from_the_course_code = "Or search by course 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 from search results";
- $Unsubscribe = "Unsubscribe";
- $lang_back_to_my_home_page = "Back to my home page";
- $lang_back_to_my_personnal_course_list = "Back to my courses list";
- $langTitular = "Leader";
- $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 list";
- $Subscribe = "Subscribe";
- $AlreadySubscribed = "Already subscribed";
- $CodeMandatory = "Code mandatory";
- $CourseCategoryMandatory = "Course category mandatory";
- $TeacherMandatory = "Teacher mandatory";
- $CourseCategoryStored = "Course category is created";
- $langWithoutTimeLimits = "Without time limits";
- $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 = "Manage Portal";
- $langEnrollToCourseSuccessful = "You have been registered to the course";
- $langSubCat = "sub-categories";
- $langUnsubscribeNotAllowed = "Unsubscribing from this course is not allowed.";
- $langCourseAdminUnsubscribeNotAllowed = "You are a trainer in this course";
- $CourseManagement = "Courses catalog";
- $SortMyCourses = "Sort courses";
- $SubscribeToCourse = "Subscribe to course";
- $UnsubscribeFromCourse = "Unsubscribe from course";
- $CreateCourseCategory = "Create a personal courses category";
- $CourseCategoryAbout2bedeleted = "Are you sure you want to delete this courses category? Courses inside this category will be moved outside the categories";
- $CourseCategories = "Courses 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?";
- $NoCourseCategory = "No courses category";
- $EditCourseCategorySucces = "The course has been added to the category";
- $SubscribingNotAllowed = "Subscribing not allowed";
- $CourseSortingDone = "Courses sorted";
- $ExistingCourseCategories = "Existing courses categories";
- $YouAreNowUnsubscribed = "You are now unsubscribed from the training";
- $ViewOpenCourses = "View public courses";
- $ErrorContactPlatformAdmin = "There happened an unknown error. Please contact the platform administrator.";
- $CourseRegistrationCodeIncorrect = "The course password is incorrect";
- $CourseRequiresPassword = "This course requires a password";
- $SubmitRegistrationCode = "Submit registration code";
- $CourseCategoryDeleted = "The category was deleted";
- $CategorySortingDone = "Category sorting done";
- $CourseCategoryEditStored = "Category updated";
- $buttonCreateCourseCategory = "Save courses category";
- $buttonSaveCategory = "Save the category";
- $buttonChangeCategory = "Change category";
- $SessionName = "Session name";
- $SessionCategory = "Sessions categories";
- $Expand = "Expand";
- $Collapse = "Collapse";
- $CourseDetails = "Course description";
- $GroupPendingInvitations = "Group pending invitations";
- $Compose = "Compose";
- $EmptyHeaderLine = "There is an empty line in the header of selected file";
- $EnrollToCourseXSuccessful = "You have been registered to course: %s";
- $ThereAreNoCoursesInThisCategory = "No course at this category level";
- ?>
|