mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
17 lines
557 B
PHP
17 lines
557 B
PHP
<?PHP // $Id$
|
|
// hotpot.php - created with Moodle 1.5 unstable development (2004090600)
|
|
|
|
|
|
$string['clearall'] = '全てをクリア';
|
|
$string['deleteall'] = '全てを削除';
|
|
$string['modulename'] = 'ホットポテトクイズ';
|
|
$string['modulenameplural'] = 'ホットポテトクイズ';
|
|
$string['parentlanguage'] = 'ja';
|
|
$string['really'] = '本当にこのクイズの全結果を削除しても宜しいですか?';
|
|
$string['strattemptlabel'] = '挑戦: 得点、日時(期間)、[ペナルティ]';
|
|
$string['thischarset'] = 'EUC-JP';
|
|
$string['thisdirection'] = 'ltr';
|
|
$string['thislanguage'] = 'Japanese';
|
|
|
|
?>
|