mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
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
This commit is contained in:
parent
bb9f1b4a85
commit
40e2ccee27
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user