moodle/lang/ja/questionnaire.php
koenr 4173f2cefc Deleted thislanguage, thisdirection thischaracterset parentlanguage from files wich are not supposed to contain those strings
This cause also some empty files (because they didn't contain anything else) wich I also deleted
2005-05-28 21:24:06 +00:00

17 lines
724 B
PHP

<?php // $Id$
// questionnaire.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004093001)
$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'] = '記名の有無';
?>