From e85a8915d71987417c232d864daa5f19adf21b19 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 19 Dec 2004 13:25:47 +0000 Subject: [PATCH] Two new strings --- lang/en/moodle.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 1e60c58ccb..41c65c2c5e 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -503,6 +503,7 @@ $string['fullname'] = 'Full name'; $string['fullnamedisplay'] = '$a->firstname $a->lastname'; $string['fullprofile'] = 'Full profile'; $string['fullsitename'] = 'Full site name'; +$string['functiondisabled'] = 'That functionality is currently disabled'; $string['gd1'] = 'GD 1.x is installed'; $string['gd2'] = 'GD 2.x is installed'; $string['gdneed'] = 'GD must be installed to see this graph'; @@ -892,6 +893,7 @@ $string['revert'] = 'Revert'; $string['role'] = 'Role'; $string['rss'] = 'RSS'; $string['rssarticles'] = 'Number of RSS recent articles'; +$string['rsserror'] = 'Error reading RSS data'; $string['rsstype'] = 'RSS feed for this activity'; $string['savechanges'] = 'Save changes'; $string['saveto'] = 'Save to'; -- 2.39.5