moodle/lang/en_utf8/quiz_overview.php

20 lines
779 B
PHP
Raw Normal View History

2006-11-01 09:44:01 +00:00
<?PHP // $Id$
// quiz_overview.php - created with Moodle 1.7 beta + (2006101003)
$string['allattempts'] = 'Show all attempts';
$string['allstudents'] = 'Show all $a';
2006-11-01 09:44:01 +00:00
$string['attemptsonly'] = 'Show $a with attempts only';
$string['noattemptsonly'] = 'Show $a with no attempts only';
$string['optallattempts'] = 'all attempts';
$string['optallstudents'] = 'all $a';
$string['optattemptsonly'] = '$a with attempts only';
$string['optnoattemptsonly'] = '$a with no attempts only';
2006-11-01 09:44:01 +00:00
$string['overview'] = 'Overview';
$string['overviewdownload'] = 'Overview download';
$string['preferencespage'] = 'Preferences just for this page';
$string['preferencessave'] = 'Save preferences';
$string['preferencesuser'] = 'Your preferences for this report';
$string['show'] = 'Show';
?>