mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 11:26:41 +02:00
MDL-3942 - various forum scoring types - patch by Anthony Borrow; merged from MOODLE_19_STABLE
This commit is contained in:
parent
df1c2c71da
commit
13bbe067f0
5 changed files with 305 additions and 31 deletions
|
@ -5,6 +5,13 @@ $string['addanewdiscussion'] = 'Add a new discussion topic';
|
|||
$string['addanewquestion'] = 'Add a new question';
|
||||
$string['addanewtopic'] = 'Add a new topic';
|
||||
$string['advancedsearch'] = 'Advanced search';
|
||||
$string['aggregateavg'] = 'Average of ratings';
|
||||
$string['aggregatecount'] = 'Count of ratings';
|
||||
$string['aggregatemax'] = 'Maximum rating';
|
||||
$string['aggregatemin'] = 'Minimum rating';
|
||||
$string['aggregatenone'] = 'No ratings';
|
||||
$string['aggregatesum'] = 'Sum of ratings';
|
||||
$string['aggregatetype'] = 'Aggregate type';
|
||||
$string['allforums'] = 'All forums';
|
||||
$string['allowchoice'] = 'Allow everyone to choose';
|
||||
$string['allowdiscussions'] = 'Can a $a post to this forum?';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue