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

78 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 trainings list";
$lang_course_enrollment = "User trainings";
16 years ago
$lang_course_not_available = "This training is not available or doesn\'t exist.";
$lang_enroll = "Enroll";
16 years ago
$lang_enroll_to_a_new_course = "Enroll to a new training";
$lang_my_present_course_list = "My trainings";
16 years ago
$lang_no_course_to_enroll_in_this_category = "No training available for enrollment in this category.";
$lang_or_search_from_the_course_code = "Or search by code of training";
$lang_search = "Search";
16 years ago
$lang_select_course_among_categories = "Select training among categories";
$lang_select_course_in = "Select training in ";
$lang_select_course_in_search_results = "Select training 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 trainings list";
$langTitular = "Leader";
$langBackToListOfThisUser = "Back to trainings list";
$langAdministrationTools = "Administration Tools";
$lang_back_to_parent_category = "Back to parent category";
16 years ago
$lang_back_to_course_selection = "Back to training selection";
$lang_up = "Back to parent category";
$langCatList = "Categories";
$langCourseList = "Trainings";
$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 = "Portal management";
16 years ago
$langEnrollToCourseSuccessful = "You have been registered to the training";
$langSubCat = "sub-categories";
16 years ago
$langUnsubscribeNotAllowed = "Unsubscribing is not allowed for this training.";
$langCourseAdminUnsubscribeNotAllowed = "You are a trainer in this training";
$CourseManagement = "Trainings management";
$SortMyCourses = "Sort trainings";
16 years ago
$SubscribeToCourse = "Subscribe to training";
$UnsubscribeFromCourse = "Unsubscribe from trainings";
$CreateCourseCategory = "Create a training category";
$CourseCategoryAbout2bedeleted = "Are you sure you want to delete this training category? Trainings inside this category will be moved outside the categories";
$CourseCategories = "Training categories";
$CoursesInCategory = "Trainings in this category";
16 years ago
$SearchCourse = "Search trainings";
$UpOneCategory = "One category up";
$SearchResultsFor = "Search results for:";
$ConfirmUnsubscribeFromCourse = "Are you sure you want to unsubscribe?";
$NoCourseCategory = "No training category";
$EditCourseCategorySucces = "The training was added to the category";
$SubscribingNotAllowed = "Subscribing not allowed";
16 years ago
$CourseSortingDone = "Trainings sorted";
$ExistingCourseCategories = "Existing training categories";
$YouAreNowUnsubscribed = "You are now unsubscribed from the training";
$ViewOpenCourses = "View open trainings";
$ErrorContactPlatformAdmin = "There happened an unknown error. Please contact the platform administrator.";
$CourseRegistrationCodeIncorrect = "The training code is incorrect";
16 years ago
$CourseRequiresPassword = "Training requires password";
$SubmitRegistrationCode = "Submit registration code";
$CourseCategoryDeleted = "The category was deleted";
$CategorySortingDone = "Category sorting done";
$CourseCategoryEditStored = "Category updated";
$buttonCreateCourseCategory = "Save training category";
$buttonSaveCategory = "Save the category";
$buttonChangeCategory = "Change category";
?>