mirror of
https://github.com/moodle/moodle.git
synced 2025-03-11 19:29:51 +01:00
12 lines
308 B
PHP
12 lines
308 B
PHP
<?php // $Id$
|
|
|
|
$string['overview'] = 'Overview';
|
|
|
|
$string['attemptsonly'] = 'Show $a with attempts only';
|
|
$string['allattempts'] = 'Show all attempts';
|
|
$string['allstudents'] = 'Show all $a';
|
|
$string['noattemptsonly'] = 'Show $a with no attempts only';
|
|
$string['overviewdownload'] = 'Overview download';
|
|
|
|
?>
|