mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 22:29:18 +01:00
16 lines
593 B
PHP
16 lines
593 B
PHP
<?php // $Id$
|
|
// hotpot.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004093001)
|
|
|
|
|
|
$string['clearall'] = '全てをクリア';
|
|
$string['deleteall'] = '全てを削除';
|
|
$string['modulename'] = 'ホットポテトクイズ';
|
|
$string['modulenameplural'] = 'ホットポテトクイズ';
|
|
$string['really'] = '本当にこのクイズの全結果を削除してもよろしいですか?';
|
|
$string['strattemptlabel'] = '受験: 得点、日時(期間)、[ペナルティ]';
|
|
$string['thischarset'] = 'UTF-8';
|
|
$string['thisdirection'] = 'ltr';
|
|
$string['thislanguage'] = 'Japanese';
|
|
|
|
?>
|