Skip to content

Commit

Permalink
MDL-17357 Removed duplicate string definition. Merged from 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Nov 21, 2008
1 parent 758ba89 commit 2dccc89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion lang/en_utf8/enrol_mnet.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

$string['description'] = 'Description of enrolment over Moodle Networking.';
$string['enrolname'] = 'Moodle Networking';
$string['enrolname'] = 'Moodle Networking';
$string['allow_allcourses'] = 'Allow enrolment in all remote courses.';
$string['allcategories'] = '$a potential categories';
$string['allowedcategories'] = '$a allowed categories';
Expand Down
10 changes: 5 additions & 5 deletions lang/en_utf8/qtype_multichoice.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?PHP // $Id$
// qtype_multichoice.php - created with Moodle 1.7 beta + (2006101003)

$string['addingmultichoice'] = 'Adding a Multiple Choice question';
$string['answerhowmany'] = 'One or multiple answers?';
$string['addmorechoiceblanks'] = 'Blanks for {no} More Choices';
$string['addingmultichoice'] = 'Adding a Multiple choice question';
$string['addmorechoiceblanks'] = 'Blanks for {no} more choices';
$string['answerhowmany'] = 'One or multiple answers?';
$string['answernumbering'] = 'Number the choices?';
$string['answernumberingabc'] = 'a., b., c., ...';
Expand All @@ -16,14 +15,15 @@
$string['choices'] = 'Available choices';
$string['clozeaid'] = 'Enter missing word';
$string['correctfeedback'] = 'For any correct response';
$string['editingmultichoice'] = 'Editing a Multiple Choice question';
$string['editingmultichoice'] = 'Editing a Multiple choice question';
$string['errfractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%%<br />Instead, they add up to $a%%';
$string['errfractionsnomax'] = 'One of the choices should be 100%%, so that it is<br />possible to get a full grade for this question.';
$string['feedback'] = 'Feedback';
$string['fillouttwochoices'] = 'You must fill out at least two choices. Choices left blank will not be used.';
$string['fillouttwochoices'] = 'You must fill out at least two choices. Choices left blank will not be used.';
$string['fractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%%<br />Instead, they add up to $a%%<br />Do you want to go back and fix this question?';
$string['fractionsnomax'] = 'One of the choices should be 100%%, so that it is<br />possible to get a full grade for this question.<br />Do you want to go back and fix this question?';
$string['incorrectfeedback'] = 'For any incorrect response';
$string['multichoice'] = 'Multiple choice';
$string['notenoughanswers'] = 'This type of question requires at least $a choices';
$string['overallfeedback'] = 'Overall Feedback';
$string['overallcorrectfeedback'] = 'Feedback for any correct response';
Expand Down
1 change: 0 additions & 1 deletion lang/en_utf8/quiz_overview.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
$string['overview'] = 'Grades';
$string['overviewreport'] = 'Grades report';
$string['overviewdownload'] = 'Overview download';
$string['overviewdownload'] = 'Overview download';
$string['overviewreportgraph'] = 'Overall Number of Students Achieving Grade Ranges';
$string['overviewreportgraphgroup'] = 'Number of Students in Group \'$a\' Achieving Grade Ranges';
$string['pagesize'] = 'Page size';
Expand Down

0 comments on commit 2dccc89

Please sign in to comment.