2008-09-09 10:16:17 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
|
2008-11-29 14:22:10 +00:00
|
|
|
$string['questioninstances:view'] = 'View question instances report';
|
|
|
|
|
2008-09-10 05:34:09 +00:00
|
|
|
$string['editquestionshere'] = 'Edit questions in this context';
|
2008-09-09 10:16:17 +00:00
|
|
|
$string['getreport'] = 'Get the report';
|
2008-09-10 05:34:09 +00:00
|
|
|
$string['hiddenquestions'] = 'Hidden';
|
2008-09-09 10:16:17 +00:00
|
|
|
$string['intro'] = 'This report lists all the contexts in the system where there are questions of a particular type.';
|
2008-09-10 05:34:09 +00:00
|
|
|
$string['reportforallqtypes'] = 'Report for all question types';
|
|
|
|
$string['reportformissingqtypes'] = 'Report for question of unknown types';
|
2008-09-09 10:16:17 +00:00
|
|
|
$string['reportforqtype'] = 'Report for question type \'$a\'';
|
|
|
|
$string['reportsettings'] = 'Report settings';
|
|
|
|
$string['questioninstances'] = 'Question instances';
|
2008-09-10 05:34:09 +00:00
|
|
|
$string['totalquestions'] = 'Total';
|
|
|
|
$string['visiblequestions'] = 'Visible';
|
2008-09-09 10:16:17 +00:00
|
|
|
?>
|