moodle/lang/ja/resource.php
2003-10-27 08:23:09 +00:00

44 lines
2.2 KiB
PHP

<?PHP // $Id$
// resource.php - created with Moodle 1.2 development (2003102200)
$string['addresource'] = "リソースを追加する";
$string['chooseafile'] = "ファイルの選択またはアップロード";
$string['configframesize'] = "フレーム内にウェブページやアップロードしたファイルが表示される場合のトップフレーム(ナビゲーションを含む)のサイズ(ピクセル)です。";
$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['newdirectories'] = "ディレクトリリンクを表示する";
$string['newfullscreen'] = "全画面表示";
$string['newheight'] = "デフォルトウンドウ高(ピクセル)";
$string['newlocation'] = "ロケーションバーを表示する";
$string['newmenubar'] = "メニューバーを表示する";
$string['newresizable'] = "ウインドウのリサイズを許可する";
$string['newscrollbars'] = "ウインドウのスクロールを許可する";
$string['newstatus'] = "ステータスバーを表示する";
$string['newtoolbar'] = "ツールバーを表示する";
$string['newwidth'] = "デフォルトウンドウ幅(ピクセル)";
$string['newwindow'] = "新しいウインドウ";
$string['newwindowopen'] = "ポップアップウインドウにこのリソースを表示する";
$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テキスト";
?>