mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
dbf4282acc
and put space into both sides of "(" and ")" to make Japanese visiblity much better
13 lines
421 B
PHP
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'] = '受験: 得点、日時 ( 期間 )、[ペナルティ]';
|
|
|
|
?>
|