moodle/lang/en_utf8/quiz_overview.php
2006-11-01 09:44:01 +00:00

13 lines
382 B
PHP

<?PHP // $Id$
// quiz_overview.php - created with Moodle 1.7 beta + (2006101003)
$string['allattempts'] = 'Show all attempts';
$string['allstudents'] = 'Show all $a';
$string['attemptsonly'] = 'Show $a with attempts only';
$string['noattemptsonly'] = 'Show $a with no attempts only';
$string['overview'] = 'Overview';
$string['overviewdownload'] = 'Overview download';
?>