moodle/lang/ja/questionnaire.php
mits 86947a95f5 polished help files for questionnaire.
translated a help file for questionnaire.
2005-10-16 19:04:49 +00:00

52 lines
2.3 KiB
PHP

<?PHP // $Id$
// questionnaire.php - created with Moodle 1.6 development (2005101200)
$string['alreadyfilled'] = 'あなたは既にこのアンケートに回答しています。ありがとうございます。';
$string['closed'] = 'アンケートは $a に終了しました。ありがとうございます。';
$string['closedate'] = '終了日時';
$string['createcontent'] = '新しいコンテンツの定義';
$string['createnew'] = '新しいコンテンツを作成する';
$string['inuse'] = '使用中';
$string['modulename'] = 'アンケート';
$string['modulenameplural'] = 'アンケート';
$string['mustcomplete'] = '<b>アンケート結果を保存するためには<i>今</i>このアンケートを完了させる必要があります。別の機会に回答することはできません。</b><br /><br />';
$string['noneinuse'] = 'コンテンツが定義されていません。';
$string['noresponses'] = '回答無し';
$string['notavail'] = 'この質問はまだ利用できません。後でお試しください。';
$string['noteligible'] = 'あなたはこのアンケートを受けることができません。';
$string['notopen'] = 'このアンケートは $a まで開始しません。';
$string['notused'] = '未使用';
$string['opendate'] = '開始日時';
$string['private'] = 'プライベート';
$string['public'] = 'パブリック';
$string['qmanage'] = '調査の管理';
$string['qmanagetitle'] = 'Survey Management phpESP';
$string['qtype'] = '調査回答タイプ';
$string['qtypeonce'] = '回答は1回限り';
$string['qtypeunlimited'] = '何回でも回答可';
$string['questionnaireid'] = '調査';
$string['questiontypes'] = '質問タイプ';
$string['realm'] = 'アンケートタイプ';
$string['respondenteligible'] = 'アンケートの対象';
$string['respondenteligibleall'] = '全て';
$string['respondenteligiblestudents'] = '学生のみ';
$string['respondenteligibleteachers'] = '教師のみ';
$string['respondents'] = '回答者';
$string['respondenttype'] = '記名の有無';
$string['respondenttypeanonymous'] = '匿名';
$string['respondenttypefullname'] = '記名';
$string['resume'] = '回答の保存/再開';
$string['selectexisting'] = '登録済みを選択する';
$string['submitsurvey'] = '回答の送信';
$string['template'] = 'テンプレート';
$string['templatenotviewable'] = 'テンプレート調査を表示できません。';
$string['type'] = 'タイプ';
$string['unknown'] = '不明';
$string['usepublic'] = 'パブリック調査を使用する';
$string['usetemplate'] = '登録済みコンテンツをコピーする';
$string['usingsurvey'] = '$a';
$string['viewresponses'] = '$a 件の回答を表示';
?>