Chamilo is a learning management system focused on ease of use and accessibility
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.
 
 
 
 
 
 
chamilo-lms/main/lang/english/courses.inc.php

72 lines
3.8 KiB

<?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";
$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 = "Portal management";
$langEnrollToCourseSuccessful = "You have been registered to the course";
$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 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";
$ViewOpenCourses = "View open courses";
$ErrorContactPlatformAdmin = "There happened an unknown error. Please contact the platform administrator.";
$CourseRegistrationCodeIncorrect = "The course code is incorrect";
$CourseRequiresPassword = "Course requires password";
$SubmitRegistrationCode = "Submit registration code";
$CourseCategoryDeleted = "The category was deleted";
$CategorySortingDone = "Category sorting done";
$CourseCategoryEditStored = "Category updated";
?>