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

16 lines
846 B

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$langPgTitle = "网页标题";
$langExplanation = "点击确定后,将创建您的课程,该课程具有课程论坛、教学计划、讲义材料管理等;登录后您可以按照需要添加课程内容。";
$langTooBig = "你没有选择任何文件,或者文件太大";
$langCouldNot = "文件上传失败";
$langNotAllowed = "禁用";
$langAddPageToSite = "为网站添加网页";
$langCouldNotSendPage = "文件不是 HTML 格式,发送失败,如果需要发送非 HTML 格式(PDF、Word、PowerPoint、Video等等)文件,请使用<A href=\"../document/document.php\">文件工具</A>";
$langSendPage = "要上传的页面";
$langPageTitleModified = "网页标题已更新";
$langPageAdded = "网页已添加";
$langAddPage = "增加一个页面";
?>