mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 19:44:19 +01:00
60 lines
2.6 KiB
PHP
60 lines
2.6 KiB
PHP
<?PHP // $Id$
|
|
// hotpot.php - created with Moodle 1.5 ALPHA (2005043000)
|
|
|
|
|
|
$string['abandoned'] = '放棄';
|
|
$string['allattempts'] = '全ての受験';
|
|
$string['allmycourses'] = '全てのコース';
|
|
$string['average'] = '平均';
|
|
$string['bestattempt'] = '最高評点';
|
|
$string['checks'] = 'チェック';
|
|
$string['clues'] = 'クルー';
|
|
$string['correct'] = '正解';
|
|
$string['deleteabandoned'] = '放棄を削除';
|
|
$string['deleteabandonedcheck'] = '本当に全ての $a の放棄された受験を削除してもよろしいですか?';
|
|
$string['deletedattempts'] = '$a の受験が削除されました。';
|
|
$string['deletedresponses'] = '$a の解答が削除されました。';
|
|
$string['enterafilename'] = 'ファイル名を入力してください。';
|
|
$string['filetype'] = 'ファイルタイプ';
|
|
$string['forceplugins'] = 'メディアプラグインの強制';
|
|
$string['giveup'] = 'ギブアップ';
|
|
$string['hints'] = 'ヒント';
|
|
$string['ignored'] = '無視';
|
|
$string['inprogress'] = '進行中';
|
|
$string['location'] = 'ファイルの場所';
|
|
$string['modulename'] = 'Hot Potatoes';
|
|
$string['modulenameplural'] = 'Hot Potatoes';
|
|
$string['navigation'] = 'ナビゲーション';
|
|
$string['navigation_bar'] = 'Moodleナビケーションバー';
|
|
$string['navigation_buttons'] = 'Hot Potatoesクイズボタン';
|
|
$string['navigation_frame'] = 'Moodleナビケーションフレーム';
|
|
$string['navigation_give_up'] = 'ギブアップボタン';
|
|
$string['navigation_iframe'] = '埋め込み <IFRAME>';
|
|
$string['navigation_none'] = '無し';
|
|
$string['noactivity'] = '活動なし';
|
|
$string['noresponses'] = '問題と解答に関する情報が見つかりませんでした。';
|
|
$string['outputformat'] = '表示形式';
|
|
$string['outputformat_best'] = 'best';
|
|
$string['outputformat_flash'] = 'Flash';
|
|
$string['outputformat_mobile'] = 'mobile';
|
|
$string['outputformat_v3'] = 'v3';
|
|
$string['outputformat_v4'] = 'v4';
|
|
$string['outputformat_v5'] = 'v5';
|
|
$string['outputformat_v6'] = 'v6';
|
|
$string['outputformat_v6_plus'] = 'v6+';
|
|
$string['penalties'] = 'ペナルティ';
|
|
$string['questionshort'] = 'Q-$a';
|
|
$string['quiztype'] = 'クイズタイプ';
|
|
$string['resultssaved'] = 'クイズ結果が保存されました。';
|
|
$string['score'] = '点数';
|
|
$string['selectattempt'] = '受験を選択してください。';
|
|
$string['showhtmlsource'] = 'HTMLソースの表示';
|
|
$string['shownextquiz'] = '次のクイズを表示';
|
|
$string['showxmlsource'] = 'XMLソースの表示';
|
|
$string['showxmltree'] = 'XMLツリーの表示';
|
|
$string['thiscourse'] = 'このコース';
|
|
$string['weighting'] = 'ウェイト';
|
|
$string['wrong'] = '不正解';
|
|
|
|
?>
|