moodle/lang/en_utf8/quiz_responses.php
2008-09-25 01:55:39 +00:00

11 lines
399 B
PHP

<?php // $Id$
$string['responsesoptions'] = 'Responses options';
$string['responsestitle'] = 'Detailed responses';
$string['cannotloadoptions'] = 'Could not load question options';
$string['pagesize'] = 'Page Size';
$string['reportresponses'] = 'Responses';
$string['responses'] = 'Responses';
$string['responsesreport'] = 'Responses report';
$string['responsesdownload'] = 'Responses download';
?>