New translation, Added new files.

This commit is contained in:
mits 2004-08-30 22:09:36 +00:00
parent 7c0f05e6c4
commit dc019c1a76
6 changed files with 36 additions and 4 deletions

13
lang/ja/questionnaire.php Normal file
View file

@ -0,0 +1,13 @@
<?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'] = '調査';
?>