course_description.inc.php 791 B

1234567891011121314151617181920
  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. $langSaveDescription = "保存描述";
  20. ?>