courses.inc.php 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $lang_already_enrolled = "已經註冊";
  6. $lang_my_personnal_course_list = "我的課程清單";
  7. $lang_course_enrollment = "用戶的課程";
  8. $lang_course_not_available = "課程不可用或不存在";
  9. $lang_enroll = "註冊";
  10. $lang_enroll_to_a_new_course = "登記到新課程";
  11. $lang_my_present_course_list = "我的當前課程清單";
  12. $lang_no_course_to_enroll_in_this_category = "該分類沒有課程";
  13. $lang_or_search_from_the_course_code = "或透過代碼搜索";
  14. $lang_search = "搜索";
  15. $lang_select_course_among_categories = "在分類中選擇課程";
  16. $lang_select_course_in = "選擇課程";
  17. $lang_select_course_in_search_results = "在搜索結果中選擇課程";
  18. $Unsubscribe = "取消註冊";
  19. $lang_back_to_my_home_page = "返回我的主頁";
  20. $lang_back_to_my_personnal_course_list = "返回我的個人課程清單";
  21. $langTitular = "領導";
  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 = "沒有時間限制";
  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 = "發生不明錯誤,請聯絡系統管理員";
  66. $CourseRegistrationCodeIncorrect = "課程編號不正確";
  67. $CourseRequiresPassword = "課程需要密碼";
  68. $SubmitRegistrationCode = "提交註冊編號";
  69. $CourseCategoryDeleted = "課程類別被刪除";
  70. $CategorySortingDone = "已完成類別排序";
  71. $CourseCategoryEditStored = "已更新類別";
  72. ?>