mirror of
https://github.com/moodle/moodle.git
synced 2025-02-16 05:45:36 +01:00
14 lines
442 B
PHP
14 lines
442 B
PHP
<?PHP // $Id$
|
|
// questionnaire.php - created with Moodle 1.5 unstable development (2004083000)
|
|
|
|
|
|
$string['alreadyfilled'] = 'あなたは既にこの質問に回答しています。ありがとうございます。';
|
|
$string['modulename'] = '質問';
|
|
$string['modulenameplural'] = '質問';
|
|
$string['notavail'] = 'この質問は利用できません。後でお試しください。';
|
|
$string['qmanage'] = '調査の管理';
|
|
$string['qtype'] = 'タイプ';
|
|
$string['questionnaireid'] = '調査';
|
|
|
|
?>
|