]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-11835 Implemented changes discussed in http://moodle.org/mod/forum/discuss.php...
authornicolasconnault <nicolasconnault>
Wed, 5 Dec 2007 09:35:19 +0000 (09:35 +0000)
committernicolasconnault <nicolasconnault>
Wed, 5 Dec 2007 09:35:19 +0000 (09:35 +0000)
lang/en_utf8/grades.php

index 6b2bfa997ebe8a24fd888c87d727f32e9a386bbe..575e34ee677fb3a7d9de5db3932cf5ab2503b91f 100644 (file)
@@ -105,6 +105,7 @@ $string['configshowuserimage'] = 'Whether to show the user\'s profile image next
 $string['configstudentsperpage'] = 'The number of students to display per page in the grader report.';
 $string['configstudentsperpagedefault'] = 'The number of students to display per page in the grader report. Leave this field empty to use the site default (currently $a).';
 $string['contract'] = 'Contract Category';
+$string['controls'] = 'Controls';
 $string['coursegradecategory'] = 'Course grade category';
 $string['coursegradedisplaytype'] = 'Course grade display type';
 $string['coursegradedisplayupdated'] = 'The course grade display type has been updated.';
@@ -133,10 +134,12 @@ $string['dropxlowestwarning'] = 'Note: If you use drop x lowest the grading assu
 $string['duplicatescale'] = 'Duplicate scale';
 $string['edit'] = 'Edit';
 $string['editcalculation'] = 'Edit calculation';
+$string['editcalculationverbose'] = 'Edit calculation for $a->category$a->itemmodule $a->itemname';
 $string['editfeedback'] = 'Edit feedback';
 $string['editgrade'] = 'Edit grade';
 $string['editoutcomes'] = 'Edit outcomes';
 $string['edittree'] = 'Categories and items';
+$string['editverbose'] = 'Edit $a->category$a->itemmodule $a->itemname';
 $string['enableajax'] = 'Enable AJAX';
 $string['enableoutcomes'] = 'Enable outcomes';
 $string['encoding'] = 'Encoding';
@@ -236,6 +239,7 @@ $string['hidelocks'] = 'Hide locks';
 $string['hidenooutcomes'] = 'Show outcomes';
 $string['hidefeedback'] = 'Hide feedback';
 $string['hideranges'] = 'Hide ranges';
+$string['hideverbose'] = 'Hide $a->category$a->itemmodule $a->itemname';
 $string['highgradeascending'] = 'Sort by high grade ascending';
 $string['highgradedescending'] = 'Sort by high grade descending';
 $string['highgradeletter'] = 'High';
@@ -273,6 +277,7 @@ $string['lock'] = 'Lock';
 $string['locked'] = 'Locked';
 $string['locktime'] = 'Lock after';
 $string['locktimedate'] = 'Locked after: $a';
+$string['lockverbose'] = 'Lock $a->category$a->itemmodule $a->itemname';
 $string['lowest'] = 'Lowest';
 $string['lowgradeletter'] = 'Low';
 $string['manualitem'] = 'Manual item';
@@ -418,6 +423,7 @@ $string['shownumberofgrades'] = 'Show number of grades in averages';
 $string['showranges'] = 'Show ranges';
 $string['showrank'] = 'Show rank';
 $string['showuserimage'] = 'Show user profile images';
+$string['showverbose'] = 'Show $a->category$a->itemmodule $a->itemname';
 $string['sitewide'] = 'Site-wide';
 $string['sort'] = 'sort';
 $string['sortasc'] = 'Sort in ascending order';
@@ -447,6 +453,7 @@ $string['updatedgradesonly'] = 'Export new or updated grades only';
 $string['uncategorised'] = 'Uncategorised';
 $string['unchangedgrade'] = 'Grade unchanged';
 $string['unlock'] = 'Unlock';
+$string['unlockverbose'] = 'Unlock $a->category$a->itemmodule $a->itemname';
 $string['unused'] = 'Unused';
 $string['uploadgrades'] = 'Upload grades';
 $string['useadvanced'] = 'Use Advanced Features';