mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 23:18:43 +01:00
b13f7b84ec
Strings mostly done, and about half the help files.
30 lines
1.3 KiB
PHP
30 lines
1.3 KiB
PHP
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string['modulename'] = "線上資源";
|
|
$string['modulenameplural'] = "線上資源";
|
|
#------------------------------------------------------------
|
|
|
|
$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.phy.ntnu.edu.tw/demolab/";
|
|
$string['filename'] = "檔案名稱";
|
|
$string['fulltext'] = "文字內容";
|
|
$string['htmlfragment'] = "網頁片段";
|
|
$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'] = "網頁內容";
|
|
$string['resourcetype7'] = "執行程式";
|
|
|
|
?>
|