course_description.inc.php 769 B

12345678910111213141516171819
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langCourseProgram = "課程介紹";
  6. $langThisCourseDescriptionIsEmpty = "本課程目前沒有簡介";
  7. $langEditCourseProgram = "創建和編輯課程簡介";
  8. $QuestionPlan = "向老師提問";
  9. $langInfo2Say = "發送給用戶的訊息";
  10. $langOuAutreTitre = "標題";
  11. $langNewBloc = "其他內容";
  12. $langAddCat = "添加分類";
  13. $langAdd = "添加";
  14. $langValid = "可用的";
  15. $langBackAndForget = "返回和取消";
  16. $CourseDescriptionUpdated = "已更新課程簡介";
  17. $CourseDescriptionDeleted = "已刪除課程簡介";
  18. $CourseDescriptionIntro = "要建立課程簡介,在標頭按下後填寫各欄資料。<br /><br /> 按確定後可再按另一標頭,編寫另一項課程簡介。";
  19. ?>