From: nicolasconnault Date: Wed, 5 Dec 2007 09:35:19 +0000 (+0000) Subject: MDL-11835 Implemented changes discussed in http://moodle.org/mod/forum/discuss.php... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=40e2ccee27ffce914e8cf57d67eb4c18d6e6e2f7;p=moodle.git MDL-11835 Implemented changes discussed in http://moodle.org/mod/forum/discuss.php?d=85908. Also added item name and module name and category name (for category totals) in alt tags of icons --- diff --git a/lang/en_utf8/grades.php b/lang/en_utf8/grades.php index 6b2bfa997e..575e34ee67 100644 --- a/lang/en_utf8/grades.php +++ b/lang/en_utf8/grades.php @@ -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';