moodle/lang/ja/resource.php
2003-06-14 06:52:57 +00:00

30 lines
1.4 KiB
PHP

<?PHP // $Id$
// resource.php - created with Moodle 1.1 development (2003053000)
$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テキスト";
?>