moodle/lang/ja/hotpot.php
mits dbf4282acc polished.
and put space into both sides of "(" and ")" to make Japanese visiblity much better
2004-12-02 23:07:03 +00:00

13 lines
421 B
PHP

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