moodle/lang/ja_utf8/questionnaire.php
mits 9816635451 translated new strings for install and Autorized.net.
making expression more soften, changed translation of "already" from Kanji character to Japanese syllabary characters.
meaning is same.
2006-01-20 23:09:59 +00:00

17 lines
873 B
PHP

<?PHP // $Id$
// questionnaire.php - created with Moodle 1.6 development (2005101200)
$string['alreadyfilled'] = 'あなたはすでにこのアンケートに回答しています。ありがとうございます。';
$string['modulename'] = 'アンケート';
$string['modulenameplural'] = 'アンケート';
$string['mustcomplete'] = '<b>アンケート結果を保存するためには<i>今</i>このアンケートを完了させる必要があります。別の機会に回答することはできません。</b><br /><br />';
$string['notavail'] = 'この質問はまだ利用できません。後でお試しください。';
$string['qmanage'] = '調査の管理';
$string['qmanagetitle'] = 'Survey Management phpESP';
$string['qtype'] = '調査回答タイプ';
$string['questionnaireid'] = '調査';
$string['respondenttype'] = '記名の有無';
?>