courses.inc.php 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $lang_already_enrolled = "已经登记";
  5. $lang_my_personnal_course_list = "我的个人课程列表";
  6. $lang_course_enrollment = "用户的课程";
  7. $lang_course_not_available = "这门课程不可用或不存在";
  8. $lang_enroll = "登记";
  9. $lang_enroll_to_a_new_course = "登记到新课程";
  10. $lang_my_present_course_list = "我的当前课程列表";
  11. $lang_no_course_to_enroll_in_this_category = "没有课程登记到这个分类";
  12. $lang_or_search_from_the_course_code = "或通过代码搜索";
  13. $lang_search = "搜索";
  14. $lang_select_course_among_categories = "在分类中选择课程";
  15. $lang_select_course_in = "选择课程";
  16. $lang_select_course_in_search_results = "在搜索结果中选择课程";
  17. $lang_unsubscribe = "取消登记";
  18. $lang_back_to_my_home_page = "回到我的主页";
  19. $lang_back_to_my_personnal_course_list = "回到我的个人课程列表";
  20. $langTitular = "领导";
  21. $langBackToListOfThisUser = "返回到课程列表";
  22. $langAdministrationTools = "管理工具";
  23. $lang_back_to_parent_category = "返回上级分类";
  24. $lang_back_to_course_selection = "回到课程选集";
  25. $lang_up = "返加上级分类";
  26. $langCatList = "分类";
  27. $langCourseList = "课程";
  28. $Subscribe = "注册";
  29. $AlreadySubscribed = "已注册";
  30. $CourseCategoryStored = "课程分类已经创建";
  31. $langWithoutTimeLimits = "&#27809;&#26377;&#26102;&#38388;&#38480;&#21046;";
  32. $lang_back_to_main_category_list = "返回主分类列表";
  33. $langAdded = "添加";
  34. $langDeleted = "删除";
  35. $langKeeped = "保持";
  36. $langHideAndSubscribeClosed = "隐藏/关闭";
  37. $langHideAndSubscribeOpen = "隐藏/打开";
  38. $langShowAndSubscribeOpen = "显示/打开";
  39. $langShowAndSubscribeClosed = "显示/关闭";
  40. $langAdminThisUser = "返回用户";
  41. $langManage = "平台管理";
  42. $langEnrollToCourseSuccessful = "你已经注册到这门课程";
  43. $langSubCat = "子分类";
  44. $langUnsubscribeNotAllowed = "不允许从这门课程注销.";
  45. $langCourseAdminUnsubscribeNotAllowed = "你是这门课程的管理员.";
  46. $CourseManagement = "课程管理";
  47. $SortMyCourses = "课程排序";
  48. $SubscribeToCourse = "注册到课程";
  49. $UnsubscribeFromCourse = "注销课程";
  50. $CreateCourseCategory = "创建课程分类";
  51. $CourseCategoryAbout2bedeleted = "确认想要删除这个课程分类吗? 这个课程分类中的课程将要被移到课程分类以外";
  52. $CourseCategories = "课程分类";
  53. $CoursesInCategory = "此分类中的课程";
  54. $SearchCourse = "搜索课程";
  55. $UpOneCategory = "上级分类";
  56. $SearchResultsFor = "搜索结果:";
  57. $ConfirmUnsubscribeFromCourse = "你确认要注销这门课程吗?";
  58. $NoCourseCategory = "没有课程分类";
  59. $EditCourseCategorySucces = "课程已添加到分类";
  60. $SubscribingNotAllowed = "不允许注册";
  61. $CourseSortingDone = "课程排序完成";
  62. $ExistingCourseCategories = "已有课程分类";
  63. $YouAreNowUnsubscribed = "正从当前课程注销";
  64. $ViewOpenCourses = "浏览公开课程";
  65. $ErrorContactPlatformAdmin = "&#26410;&#30693;&#38169;&#35823;&#65292;&#35831;&#32852;&#31995;&#24179;&#21488;&#31649;&#29702;&#21592;";
  66. $CourseRegistrationCodeIncorrect = "&#38750;&#27861;&#35838;&#31243;&#20195;&#30721;";
  67. $CourseRequiresPassword = "&#35838;&#31243;&#23494;&#30721;&#19981;&#33021;&#20026;&#31354;";
  68. $SubmitRegistrationCode = "&#25552;&#20132;&#27880;&#20876;";
  69. $CourseCategoryDeleted = "&#35838;&#31243;&#30446;&#24405;&#24050;&#32463;&#21024;&#38500;";
  70. $CategorySortingDone = "&#20998;&#31867;&#36807;&#28388;&#23436;&#25104;";
  71. $CourseCategoryEditStored = "&#20998;&#31867;&#26356;&#26032;&#23436;&#25104;";
  72. ?>