Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/lang/simpl_chinese/course_description.inc.php

20 lines
791 B

<?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 = "点击标题并填写表格以此来增加课程描述.<br><br> 点击确定和标题添加另一个描述.";
$langSaveDescription = "保存描述";
?>