mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merged tidy-ups from stable
This commit is contained in:
parent
6dfb22349f
commit
304d08f0c4
76 changed files with 1463 additions and 1525 deletions
|
@ -1,11 +1,12 @@
|
|||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// quiz_overview.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
$string['overview'] = 'Overview';
|
||||
|
||||
$string['attemptsonly'] = 'Show $a with attempts only';
|
||||
$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';
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue