You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
4.1 KiB
87 lines
4.1 KiB
<?php
|
|
/*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$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";
|
|
$lang_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";
|
|
$langBackToListOfThisUser = "Back to training 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 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 is not allowed for this training.";
|
|
$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 code 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";
|
|
$ThereAreNoCoursesInThisCategory = "No course at this category level";
|
|
?>
|