moodle/lang/ja/hotpot.php
2004-09-25 19:12:22 +00:00

16 lines
525 B
PHP

<?PHP // $Id$
// hotpot.php - created with Moodle 1.5 unstable development (2004092000)
$string['clearall'] = '全てをクリア';
$string['deleteall'] = '全てを削除';
$string['modulename'] = 'ホットポテトクイズ';
$string['modulenameplural'] = 'ホットポテトクイズ';
$string['really'] = '本当にこのクイズの全結果を削除してもよろしいですか?';
$string['strattemptlabel'] = '受験: 得点、日時(期間)、[ペナルティ]';
$string['thischarset'] = 'EUC-JP';
$string['thisdirection'] = 'ltr';
$string['thislanguage'] = 'Japanese';
?>