mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
10 lines
257 B
PHP
10 lines
257 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';
|
|
|
|
?>
|