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.
15 lines
769 B
15 lines
769 B
<?php /*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$langPgTitle = "网页标题";
|
|
$langExplanation = "网页必须是HTML格式(比如,\"my_page.htm\").它 将会成为主页上的一个链接. 如果需要发送非HTML格式(PDF, Word, Power Point, Video,等等)文件,请使用<A href=\"../document/document.php\">课程讲义</A>";
|
|
$langTooBig = "没有选择任何文件发送,或者文件过大";
|
|
$langCouldNot = "文件发送失败";
|
|
$langNotAllowed = "禁用";
|
|
$langAddPageToSite = "为网站增添网页";
|
|
$langCouldNotSendPage = "文件不是HTML格式的,发送失败. 如果需要发送非HTML格式(PDF, Word, Power Point, Video, 等等.)文件 使用<A href=\"../document/document.php\">文件工具</A>";
|
|
$langSendPage = "要发送的网页";
|
|
$langPageTitleModified = "网页标题已更新";
|
|
$langPageAdded = "网页已添加";
|
|
$langAddPage = "添加网页";
|
|
?>
|