Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'quizreport_langstrings' of git://github.com/stronk7/moodle
  • Loading branch information
Sam Hemelryk committed Jun 27, 2011
2 parents da17baf + 8b95f43 commit a3f8860
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod/quiz/lang/en/quiz.php
Expand Up @@ -727,6 +727,8 @@
$string['subneterror'] = 'Sorry, this quiz has been locked so that it is only accessible from certain locations. Currently your computer is not one of those allowed to use this quiz.';
$string['subnetnotice'] = 'This quiz has been locked so that it is only accessible from certain locations. Your computer is not on an allowed subnet. As teacher you are allowed to preview anyway.';
$string['subnetwrong'] = 'This quiz is only accessible from certain locations, and this computer is not on the allowed list.';
$string['subplugintype_quiz'] = 'Report';
$string['subplugintype_quiz_plural'] = 'Reports';
$string['substitutedby'] = 'will be substituted by';
$string['summaryofattempt'] = 'Summary of attempt';
$string['summaryofattempts'] = 'Summary of your previous attempts';
Expand Down
1 change: 1 addition & 0 deletions mod/quiz/report/grading/lang/en/quiz_grading.php
Expand Up @@ -66,6 +66,7 @@
$string['noquestionsfound'] = 'No manually graded questions found';
$string['options'] = 'Options';
$string['orderattempts'] = 'Order attempts';
$string['pluginname'] = 'Manual grading';
$string['qno'] = 'Q #';
$string['questionname'] = 'Question name';
$string['questionsperpage'] = 'Questions per page';
Expand Down
1 change: 1 addition & 0 deletions mod/quiz/report/overview/lang/en/quiz_overview.php
Expand Up @@ -52,6 +52,7 @@
$string['overviewreportgraph'] = 'Overall number of students achieving grade ranges';
$string['overviewreportgraphgroup'] = 'Number of students in group \'{$a}\' achieving grade ranges';
$string['pagesize'] = 'Page size';
$string['pluginname'] = 'Grades';
$string['preferencespage'] = 'Preferences just for this page';
$string['preferencessave'] = 'Show report';
$string['preferencesuser'] = 'Your preferences for this report';
Expand Down
1 change: 1 addition & 0 deletions mod/quiz/report/responses/lang/en/quiz_responses.php
Expand Up @@ -27,6 +27,7 @@
$string['cannotloadoptions'] = 'Could not load question options';
$string['include'] = 'Include';
$string['pagesize'] = 'Page size';
$string['pluginname'] = 'Responses';
$string['reportresponses'] = 'Responses';
$string['responses'] = 'Responses';
$string['responsesdownload'] = 'Responses download';
Expand Down
1 change: 1 addition & 0 deletions mod/quiz/report/statistics/lang/en/quiz_statistics.php
Expand Up @@ -71,6 +71,7 @@
If you edit a quiz and give these question(s) with negative covariance a max grade of zero then the effective question weight of these questions will be zero and the real effective question weight of other questions will be as calculated now.';
$string['nostudentsingroup'] = 'There are no students in this group yet';
$string['optiongrade'] = 'Partial credit';
$string['pluginname'] = 'Statistics';
$string['position'] = 'Position';
$string['positions'] = 'Position(s)';
$string['questioninformation'] = 'Question information';
Expand Down

0 comments on commit a3f8860

Please sign in to comment.