123456789101112131415161718 |
- <?php /*
- for more information: see languages.txt in the lang folder.
- */
- $langCourseProgram = "课程简介";
- $langThisCourseDescriptionIsEmpty = "此课程目前没有简介.";
- $langEditCourseProgram = "创建和编辑课程简介";
- $QuestionPlan = "给领导的问题";
- $langInfo2Say = "发送给用户的信息";
- $langOuAutreTitre = "标题";
- $langNewBloc = "其他";
- $langAddCat = "添加分类";
- $langAdd = "添加";
- $langValid = "可用的";
- $langBackAndForget = "返回和取消记忆";
- $CourseDescriptionUpdated = "课程描述更新完成";
- $CourseDescriptionDeleted = "课程描述删除完成";
- $CourseDescriptionIntro = "To create a course description, click on a heading and fill the correct form field.<br><br> Click then OK and fill another heading.";
- ?>
|