From 3e7f959bb88f0e5720d00cacbd8061cbfbddd900 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 17 Jan 2009 19:32:54 +0000 Subject: [PATCH] MDL-17364 forum ajax rating - needed strings --- lang/en_utf8/forum.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en_utf8/forum.php b/lang/en_utf8/forum.php index dbaff4e738..04d18f39a6 100644 --- a/lang/en_utf8/forum.php +++ b/lang/en_utf8/forum.php @@ -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.'; -- 2.39.5