]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-17364 forum ajax rating - needed strings
authorstronk7 <stronk7>
Sat, 17 Jan 2009 19:32:54 +0000 (19:32 +0000)
committerstronk7 <stronk7>
Sat, 17 Jan 2009 19:32:54 +0000 (19:32 +0000)
lang/en_utf8/forum.php

index dbaff4e738e4156f4324819b1ea0e44e0b0e6dca..04d18f39a68ff67016ddcccbc6e74169591d1e57 100644 (file)
@@ -12,6 +12,7 @@ $string['aggregatemin'] = 'Minimum rating';
 $string['aggregatenone'] = 'No ratings';
 $string['aggregatesum'] = 'Sum of ratings';
 $string['aggregatetype'] = 'Aggregate type';
+$string['ajaxrating'] = 'Enable AJAX rating';
 $string['allforums'] = 'All forums';
 $string['allowchoice'] = 'Allow everyone to choose';
 $string['allowdiscussions'] = 'Can a $a post to this forum?';
@@ -72,6 +73,7 @@ $string['completionpostsgroup'] = 'Require posts';
 $string['completionreplies'] = 'User must post replies:';
 $string['completionreplieshelp'] = 'requiring replies to complete';
 $string['completionrepliesgroup'] = 'Require replies'; 
+$string['configajaxrating'] = 'If enabled, forum will allow users to perform AJAX ratings in the forum module (requires both the site and the user having AJAX facilities enabled)';
 $string['configcleanreadtime'] = 'The hour of the day to clean old posts from the \'read\' table.';
 $string['configdisplaymode'] = 'The default display mode for discussions if one isn\'t set.';
 $string['configenablerssfeeds'] = 'This switch will enable the possibility of RSS feeds for all forums.  You will still need to turn feeds on manually in the settings for each forum.';