mirror of
https://github.com/moodle/moodle.git
synced 2025-01-24 09:08:22 +01:00
30 lines
1.4 KiB
PHP
30 lines
1.4 KiB
PHP
<?PHP // $Id$
|
|
// resource.php - created with Moodle 1.0.9 development (2003042801)
|
|
|
|
|
|
$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 >File Manager</A> を利用してください。";
|
|
$string['notypechosen'] = "タイプを選択してください。「戻る」ボタンを押して再度入力してください。";
|
|
$string['resourcetype'] = "資料のタイプ";
|
|
$string['resourcetype1'] = "参考文献";
|
|
$string['resourcetype2'] = "ウェブページ";
|
|
$string['resourcetype3'] = "ファイル";
|
|
$string['resourcetype4'] = "プレインテキスト";
|
|
$string['resourcetype5'] = "リンク";
|
|
$string['resourcetype6'] = "HTMLテキスト";
|
|
$string['resourcetype7'] = "プログラム";
|
|
$string['resourcetype8'] = "Wikiテキスト";
|
|
|
|
?>
|