From 8a73f57081b36ea72050050ee81be85fde37bfd6 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Tue, 5 Oct 2010 03:28:23 +0000 Subject: [PATCH] rss MDL-24509 added some support for 1.9 rss feed requests --- lang/en/moodle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index b6776b613da..dac1334fd65 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -1398,6 +1398,7 @@ $string['rss'] = 'RSS'; $string['rssarticles'] = 'Number of RSS recent articles'; $string['rsserror'] = 'Error reading RSS data'; $string['rsserrorauth'] = 'Your RSS link does not contain a valid authentication token.'; +$string['rsserrorguest'] = 'This feed uses guest access to access the data, but guest does not have permission to read the data. Visit the original location that this feed comes from (URL) as a valid user and get a new RSS link from there.'; $string['rsstype'] = 'RSS feed for this activity'; $string['saveandnext'] = 'Save and show next'; $string['savedat'] = 'Saved at:'; -- 2.43.0