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.
72 lines
3.4 KiB
72 lines
3.4 KiB
<?php /*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$lang_already_enrolled = "已经登记";
|
|
$lang_my_personnal_course_list = "我的个人课程列表";
|
|
$lang_course_enrollment = "用户的课程";
|
|
$lang_course_not_available = "这门课程不可用或不存在";
|
|
$lang_enroll = "登记";
|
|
$lang_enroll_to_a_new_course = "登记到新课程";
|
|
$lang_my_present_course_list = "我的当前课程列表";
|
|
$lang_no_course_to_enroll_in_this_category = "没有课程登记到这个分类";
|
|
$lang_or_search_from_the_course_code = "或通过代码搜索";
|
|
$lang_search = "搜索";
|
|
$lang_select_course_among_categories = "在分类中选择课程";
|
|
$lang_select_course_in = "选择课程";
|
|
$lang_select_course_in_search_results = "在搜索结果中选择课程";
|
|
$lang_unsubscribe = "取消登记";
|
|
$lang_back_to_my_home_page = "回到我的主页";
|
|
$lang_back_to_my_personnal_course_list = "回到我的个人课程列表";
|
|
$langTitular = "领导";
|
|
$langBackToListOfThisUser = "返回到课程列表";
|
|
$langAdministrationTools = "管理工具";
|
|
$lang_back_to_parent_category = "返回上级分类";
|
|
$lang_back_to_course_selection = "回到课程选集";
|
|
$lang_up = "返加上级分类";
|
|
$langCatList = "分类";
|
|
$langCourseList = "课程";
|
|
$Subscribe = "注册";
|
|
$AlreadySubscribed = "已注册";
|
|
$CourseCategoryStored = "课程分类已经创建";
|
|
$langWithoutTimeLimits = "没有时间限制";
|
|
$lang_back_to_main_category_list = "返回主分类列表";
|
|
$langAdded = "添加";
|
|
$langDeleted = "删除";
|
|
$langKeeped = "保持";
|
|
$langHideAndSubscribeClosed = "隐藏/关闭";
|
|
$langHideAndSubscribeOpen = "隐藏/打开";
|
|
$langShowAndSubscribeOpen = "显示/打开";
|
|
$langShowAndSubscribeClosed = "显示/关闭";
|
|
$langAdminThisUser = "返回用户";
|
|
$langManage = "平台管理";
|
|
$langEnrollToCourseSuccessful = "你已经注册到这门课程";
|
|
$langSubCat = "子分类";
|
|
$langUnsubscribeNotAllowed = "不允许从这门课程注销.";
|
|
$langCourseAdminUnsubscribeNotAllowed = "你是这门课程的管理员.";
|
|
$CourseManagement = "课程管理";
|
|
$SortMyCourses = "课程排序";
|
|
$SubscribeToCourse = "注册到课程";
|
|
$UnsubscribeFromCourse = "注销课程";
|
|
$CreateCourseCategory = "创建课程分类";
|
|
$CourseCategoryAbout2bedeleted = "确认想要删除这个课程分类吗? 这个课程分类中的课程将要被移到课程分类以外";
|
|
$CourseCategories = "课程分类";
|
|
$CoursesInCategory = "此分类中的课程";
|
|
$SearchCourse = "搜索课程";
|
|
$UpOneCategory = "上级分类";
|
|
$SearchResultsFor = "搜索结果:";
|
|
$ConfirmUnsubscribeFromCourse = "你确认要注销这门课程吗?";
|
|
$NoCourseCategory = "没有课程分类";
|
|
$EditCourseCategorySucces = "课程已添加到分类";
|
|
$SubscribingNotAllowed = "不允许注册";
|
|
$CourseSortingDone = "课程排序完成";
|
|
$ExistingCourseCategories = "已有课程分类";
|
|
$YouAreNowUnsubscribed = "正从当前课程注销";
|
|
$ViewOpenCourses = "浏览公开课程";
|
|
$ErrorContactPlatformAdmin = "未知错误,请联系平台管理员";
|
|
$CourseRegistrationCodeIncorrect = "非法课程代码";
|
|
$CourseRequiresPassword = "课程密码不能为空";
|
|
$SubmitRegistrationCode = "提交注册";
|
|
$CourseCategoryDeleted = "课程目录已经删除";
|
|
$CategorySortingDone = "分类过滤完成";
|
|
$CourseCategoryEditStored = "分类更新完成";
|
|
?>
|