diff --git a/lang/en/forum.php b/lang/en/forum.php
index d12f9826a0f..3a7985223d5 100644
--- a/lang/en/forum.php
+++ b/lang/en/forum.php
@@ -114,8 +114,6 @@ $string['reply'] = 'Reply';
$string['replyforum'] = 'Reply to forum';
$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/glossary.php b/lang/en/glossary.php
index 2913907970b..da2b2809b70 100644
--- a/lang/en/glossary.php
+++ b/lang/en/glossary.php
@@ -49,6 +49,7 @@ $string['commentson'] = 'Comments on';
$string['commentupdated'] = 'The comment has been updated.';
$string['concept'] = 'Concept';
$string['concepts'] = 'Concepts';
+$string['configenablerssfeeds'] = 'This switch will enable the possibility of RSS feeds for all glosaries. You will still need to turn feeds on manually in the settings for each glossary.';
$string['currentglossary'] = 'Current glossary';
$string['dateview'] = 'Browse by date';
$string['defaultapproval'] = 'Default approval status';
@@ -135,6 +136,7 @@ $string['ratingsuse'] = 'Use ratings';
$string['ratingtime'] = 'Restrict ratings to entries with dates in this range:';
$string['rejectedentries'] = 'Rejected entries';
$string['rejectionrpt'] = 'Rejection Report';
+$string['rsssubscriberss'] = 'Display the RSS feed for \'$a\' concepts';
$string['searchindefinition'] = 'Search full text';
$string['secondaryglossary'] = 'Secondary glossary';
$string['sendinratings'] = 'Send in my latest ratings';
diff --git a/lang/en/help/glossary/rssarticles.html b/lang/en/help/glossary/rssarticles.html
new file mode 100644
index 00000000000..d3f33f6c40a
--- /dev/null
+++ b/lang/en/help/glossary/rssarticles.html
@@ -0,0 +1,8 @@
+
Number of RSS recent articles
+
+
This option allows you to select the number of articles
+ to include in the RSS Feed.
+
+
A number between 5 and 20 should be appropiate for
+ most glossaries. Increase it if the glossary is very used.
+
diff --git a/lang/en/help/glossary/rsstype.html b/lang/en/help/glossary/rsstype.html
new file mode 100644
index 00000000000..0256a2f4f73
--- /dev/null
+++ b/lang/en/help/glossary/rsstype.html
@@ -0,0 +1,14 @@
+
RSS feed for this glossary
+
+
This option allows you to enable RSS feeds in this glossary.
+
+
You can select between two types of feeds:
+
+
+
With author: Using this, generated feeds will include
+ the name of the autor in every article.
+
+
Without author: Using this, generated feeds won't include
+ the name of the autor in every article.
+
+
diff --git a/lang/en/moodle.php b/lang/en/moodle.php
index d2f8bbf302c..b148227b451 100644
--- a/lang/en/moodle.php
+++ b/lang/en/moodle.php
@@ -142,6 +142,7 @@ $string['configcountry'] = 'If you set a country here, then this country will be
$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['configenablerssfeedsdisabled'] = ' It is not available because RSS feeds are disabled in all the Site. To enable them, go to the Variables 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.';
@@ -756,6 +757,8 @@ $string['restoreto'] = 'Restore to';
$string['returningtosite'] = 'Returning to this web site?';
$string['revert'] = 'Revert';
$string['role'] = 'Role';
+$string['rsstype'] = "RSS feed for this activity";
+$string['rssarticles'] = "Number of RSS recent articles";
$string['savechanges'] = 'Save changes';
$string['saveto'] = 'Save to';
$string['scale'] = 'Scale';
diff --git a/mod/forum/config.html b/mod/forum/config.html
index 7b44f470d1a..783cabe9cd0 100644
--- a/mod/forum/config.html
+++ b/mod/forum/config.html
@@ -67,7 +67,7 @@
enablerssfeeds == 0) {
- print_string("configenablerssfeedsdisabled","forum");
+ print_string("configenablerssfeedsdisabled");
}
?>
diff --git a/mod/forum/mod.html b/mod/forum/mod.html
index 18d4df98b79..e7e7d7d9e29 100644
--- a/mod/forum/mod.html
+++ b/mod/forum/mod.html
@@ -119,19 +119,19 @@
//Only show rss parameters if rss is activated at site and forum levels
if ($CFG->enablerssfeeds && $CFG->forum_enablerssfeeds) {
echo "