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

24 lines
1.5 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$langLinkSite = "添加链接";
$langSubTitle = "为课程主页菜单添加网站、网页或者任何的网址链接。提示:如果您需要增加一个到某一网页的链接,可以先访问那个网页,复制浏览器上部地址栏里的地址,然后添加到下面的\"链接\"栏。";
$langAddPage = "增加一个页面";
$langSendPage = "要上传的页面";
$langCouldNot = "文件上传失败";
$langOkSentPage = "你的页面已上传,<p>现已链接到<a href=\\\"../../\".$_course[\\\'path\\\'].\"/index.php\\\">主页</a>";
$langOkSentLink = "连接已被发送";
$langTooBig = "你没有选择任何文件,或者文件太大";
$langExplanation = "这个页面必须是 HTML 格式(例如: \"my_page.htm\"),它将在主页上增加一个链接,假如你要发送一个不是 html 的文件,而是其它文档(PDF、Word、PowerPoint、Video等),请使用<a href=../document/document.php>文档工具</a>";
$langPgTitle = "网页标题";
$langNoLinkURL = "没有连接网址";
$langLinkTarget = "链接目标";
$langSameWindow = "在同一个窗口";
$langNewWindow = "在新的窗口";
$langAdded = "链接已添加";
$langAddLink = "添加一个链接";
$langNoLinkName = "无连接名";
$langEditLink = "编辑课程主页链接";
$langChangePress = "修改并按确定";
$langLinkChanged = "连接已被修改";
?>