|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 // This file is part of Moodle - http://moodle.org/ 00003 // 00004 // Moodle is free software: you can redistribute it and/or modify 00005 // it under the terms of the GNU General Public License as published by 00006 // the Free Software Foundation, either version 3 of the License, or 00007 // (at your option) any later version. 00008 // 00009 // Moodle is distributed in the hope that it will be useful, 00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 // GNU General Public License for more details. 00013 // 00014 // You should have received a copy of the GNU General Public License 00015 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00016 00026 $string['allattempts'] = 'Show all attempts'; 00027 $string['allattemptscontributetograde'] = 'All attempts contribute to final grade for user.'; 00028 $string['allstudents'] = 'Show all {$a}'; 00029 $string['attemptsonly'] = 'Show {$a} with attempts only'; 00030 $string['attemptsprepage'] = 'Attempts shown per page'; 00031 $string['deleteselected'] = 'Delete selected attempts'; 00032 $string['done'] = 'Done'; 00033 $string['err_failedtodeleteregrades'] = 'Failed to delete calculated attempt grades'; 00034 $string['err_failedtorecalculateattemptgrades'] = 'Failed to recalculate attempt grades'; 00035 $string['highlightinggraded'] = 'The user attempt that contributes to final grade is highlighted.'; 00036 $string['needed'] = 'Needed'; 00037 $string['noattemptsonly'] = 'Show / download {$a} with no attempts only'; 00038 $string['noattemptstoregrade'] = 'No attempts need regrading'; 00039 $string['nogradepermission'] = 'You don\'t have permission to grade this quiz.'; 00040 $string['onlyoneattemptallowed'] = 'Only one attempt per user allowed on this quiz.'; 00041 $string['optallattempts'] = 'all attempts'; 00042 $string['optallstudents'] = 'all {$a} who have or have not attempted the quiz'; 00043 $string['optattemptsonly'] = '{$a} who have attempted the quiz'; 00044 $string['optnoattemptsonly'] = '{$a} who have not attempted the quiz'; 00045 $string['optonlygradedattempts'] = 'that are graded for each user ({$a})'; 00046 $string['optonlyregradedattempts'] = 'that have been regraded / are marked as needing regrading'; 00047 $string['overview'] = 'Grades'; 00048 $string['overviewdownload'] = 'Overview download'; 00049 $string['overviewfilename'] = 'grades'; 00050 $string['overviewreport'] = 'Grades report'; 00051 $string['overviewreportgraph'] = 'Overall number of students achieving grade ranges'; 00052 $string['overviewreportgraphgroup'] = 'Number of students in group \'{$a}\' achieving grade ranges'; 00053 $string['pagesize'] = 'Page size'; 00054 $string['pluginname'] = 'Grades'; 00055 $string['preferencespage'] = 'Preferences just for this page'; 00056 $string['preferencessave'] = 'Show report'; 00057 $string['preferencesuser'] = 'Your preferences for this report'; 00058 $string['regrade'] = 'Regrade'; 00059 $string['regradeall'] = 'Regrade all'; 00060 $string['regradealldry'] = 'Dry run a full regrade'; 00061 $string['regradealldrydo'] = 'Regrade attempts marked as needing regrading ({$a})'; 00062 $string['regradealldrydogroup'] = 'Regrade attempts ({$a->countregradeneeded}) marked as needing regrading in group \'{$a->groupname}\''; 00063 $string['regradealldrygroup'] = 'Dry run a full regrade for group \'{$a->groupname}\''; 00064 $string['regradeallgroup'] = 'Full regrade for group \'{$a->groupname}\''; 00065 $string['regradeheader'] = 'Regrading'; 00066 $string['regradeselected'] = 'Regrade selected attempts'; 00067 $string['show'] = 'Show / download'; 00068 $string['showattempts'] = 'Only show / download attempts'; 00069 $string['showdetailedmarks'] = 'Show / download marks for each question'; 00070 $string['showinggraded'] = 'Showing only the attempt graded for each user.'; 00071 $string['showinggradedandungraded'] = 'Showing graded and ungraded attempts for each user. The one attempt for each user that is graded is highlighted. The grading method for this quiz is {$a}.'; 00072 $string['studentingroup'] = '\'{$a->coursestudent}\' in group \'{$a->groupname}\''; 00073 $string['studentingrouplong'] = '\'{$a->coursestudent}\' in this group';