moodle/lang/zh_cn/resource.php

31 lines
1.3 KiB
PHP
Executable File

<?PHP // $Id$
// resource.php - created with Moodle 1.0.9 development version (2003050700)
$string['addresource'] = "添加资源";
$string['editingaresource'] = "编辑资源";
$string['example'] = "";
$string['examplereference'] = "Tobin, K. & Tippins, D (1993) Constructivism as a Referent for Teaching and Learning. In: K. Tobin (Ed) The Practice of Constructivism in Science Education, pp 3-21, Lawrence-Erlbaum, Hillsdale, NJ.";
$string['exampleurl'] = "http://www.example.com/somedirectory/somefile.html";
$string['filename'] = "文件名";
$string['fulltext'] = "全文";
$string['htmlfragment'] = "HTML片段";
$string['modulename'] = "资源";
$string['modulenameplural'] = "资源";
$string['neverseen'] = "没看过";
$string['note'] = "注意";
$string['notefile'] = "要上载更多文件到课程中(这样它们就会出现于该列表),请用
<A HREF=\$a >文件管理器</A>.";
$string['notypechosen'] = "你必需选择一个类型。用浏览器的后退按钮退回并重试。";
$string['resourcetype'] = "资源类型";
$string['resourcetype1'] = "参考书目";
$string['resourcetype2'] = "网页";
$string['resourcetype3'] = "上载的文件";
$string['resourcetype4'] = "纯文本";
$string['resourcetype5'] = "网页链接";
$string['resourcetype6'] = "HTML文本";
$string['resourcetype7'] = "程序";
$string['resourcetype8'] = "Wiki文本";
?>