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_unicode/agenda.inc.php

17 lines
410 B

<?php /*
for more information: see languages.txt in the lang folder.
*/
$lang_september = "九月";
$langClassName = "班级名称";
$lang_agenda = "日程";
$langDay = "日";
$langYear = "年";
$langHour = "时";
$langMinute = "分";
$langLasting = "持续时间";
$langOldToNew = "旧到新";
$langNewToOld = "新到旧";
$langNow = "现在";
$langAddEvent = "添加事件";
$langDetail = "详细内容";
?>