login MDL-20875 Fixed bug with messaging popup when changing password. Thanks Rossi...
[moodle.git] / lang / en_utf8 / quiz_grading.php
blob907f81a819a635f23471e69a0f684b3f1ee1b354
1 <?PHP // $Id$
2 // quiz_grading.php - created with Moodle 1.7 beta + (2006101003)
5 $string['essayonly'] = 'The following questions need to be graded manually';
6 $string['grading'] = 'Manual grading';
7 $string['gradeall'] = 'Grade all $a attempts';
8 $string['graded'] = '(graded)';
9 $string['gradeungraded'] = 'Grade all $a ungraded attempts';
10 $string['gradenextungraded'] = 'Grade next $a ungraded attempts';
11 $string['gradinguser'] = 'Attempts for $a';
12 $string['gradingall'] = 'All $a attempts on this question.';
13 $string['gradingattempt'] = 'Attempt number $a->attempt for $a->fullname.';
14 $string['gradingnextungraded'] = 'Next $a ungraded attempts';
15 $string['gradingnotallowed'] = 'You do not have permission to manually grade responses in this quiz';
16 $string['gradingungraded'] = '$a ungraded attempts';
17 $string['questiontitle'] = 'Question $a->number : \"$a->name\" ({$a->openspan}$a->gradedattempts{$a->closespan} / $a->totalattempts attempts {$a->openspan}graded{$a->closespan}).';