From: moodler Date: Mon, 3 May 2004 14:36:06 +0000 (+0000) Subject: Some new strings for RSS X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2195fb589636affd6717d66e40c14a0b1d8a165d;p=moodle.git Some new strings for RSS --- diff --git a/lang/en/forum.php b/lang/en/forum.php index 5a4155828f..d12f9826a0 100644 --- a/lang/en/forum.php +++ b/lang/en/forum.php @@ -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...'; diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 5d4a43f644..f53ab691ae 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -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.';