]> git.mjollnir.org Git - moodle.git/commitdiff
Some new strings for RSS
authormoodler <moodler>
Mon, 3 May 2004 14:36:06 +0000 (14:36 +0000)
committermoodler <moodler>
Mon, 3 May 2004 14:36:06 +0000 (14:36 +0000)
lang/en/forum.php
lang/en/moodle.php

index 5a4155828fc49917bd2d9a33f5140af52cd0b8ab..d12f9826a0f23466c0b7757edd9f7b3ea38b0af1 100644 (file)
@@ -12,6 +12,7 @@ $string['anyfile'] = 'Any file';
 $string['attachment'] = 'Attachment';
 $string['bynameondate'] = 'by $a->name - $a->date';
 $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.';
 $string['configlongpost'] = 'Any post over this length (not including HTML) is considered long.';
 $string['configmanydiscussions'] = 'Maximum number of discussions shown in a forum per page';
 $string['configmaxbytes'] = 'Default maximum size for all forum attachments on the site (subject to course limits and other local settings)';
@@ -111,8 +112,10 @@ $string['repliesmany'] = '$a replies so far';
 $string['repliesone'] = '$a reply so far';
 $string['reply'] = 'Reply';
 $string['replyforum'] = 'Reply to forum';
-$string['rsssubscriberssdiscussions'] = 'This is a link to susbscribe to the \'$a\' forum RSS discussions channel';
-$string['rsssubscriberssposts'] = 'This is a link to subscribe to the \'$a\' forum RSS posts channel';
+$string['rsssubscriberssdiscussions'] = 'Display the RSS feed for \'$a\' discussions';
+$string['rsssubscriberssposts'] = 'Display the RSS feed for \'$a\' posts';
+$string['rsstype'] = "RSS feed for this forum";
+$string['rssarticles'] = "Number of RSS recent articles";
 $string['search'] = 'Search';
 $string['searchforums'] = 'Search forums';
 $string['searcholderposts'] = 'Search older posts...';
index 5d4a43f6445d6d1c0dd4e14a670f4e8849ed7602..f53ab691ae57eba95a33117328eedab0ff38f52c 100644 (file)
@@ -136,6 +136,7 @@ $string['configcachetext'] = 'For larger sites or sites that use text filters, t
 $string['configcountry'] = 'If you set a country here, then this country will be selected by default on new user accounts.  To force users to choose a country, just leave this unset.';
 $string['configdebug'] = 'If you turn this on, then PHP\'s error_reporting will be increased so that more warnings are printed.  This is only useful for developers.';
 $string['configdeleteunconfirmed'] = 'If you are using email authentication, this is the period within which a response will be accepted from users.  After this period, old unconfirmed accounts are deleted.';
+$string['configenablerssfeeds'] = 'This switch will enable RSS feeds from across the site.  To actually see any change you will need to enable RSS feeds in the individual modules too - go to the Modules settings under Admin Configuration.';
 $string['configerrorlevel'] = 'Choose the amount of PHP warnings that you want to be displayed.  Normal is usually the best choice.';
 $string['configfilteruploadedfiles'] = 'Enabling this setting will cause Moodle to process all uploaded HTML and text files with the filters before displaying them.';
 $string['configforcelogin'] = 'Normally, the front page of the site and the course listings (but not courses) can be read by people without logging in to the site.  If you want to force people to log in before they do ANYTHING on the site, then you should enable this setting.';