From fd81b4639864982537f955adfa71bd6125fba7ed Mon Sep 17 00:00:00 2001 From: dongsheng Date: Thu, 10 Apr 2008 06:28:20 +0000 Subject: [PATCH] MDL-14129, createing error string --- lang/en_utf8/error.php | 1 + lang/en_utf8/moodle.php | 1 + 2 files changed, 2 insertions(+) diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 038db14a7e..a8dd723926 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -98,6 +98,7 @@ $string['listcantmoveleft'] = 'Failed to move item left, it has no parent.'; $string['listcantmoveright'] = 'Failed to move item right, their is no peer to make it a child of. Move it below another peer and then you can move it right.'; $string['loginasonecourse'] = 'You can not enter this course.
You have to terminate the \"Login as\" session before entering any other course.'; $string['loginasnoenrol'] = 'You can not use enrol or unenrol when in course \"Login as\" session.'; +$string['messagingdisable'] = 'Messaging is disabled on this site'; $string['missingfield'] = 'Field \"$a\" is missing.'; $string['missingrequiredfield'] = 'Some required field is missing'; $string['moduledoesnotexist'] = 'The instance of this module doesn\'t exist'; diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 2958474bb9..28900e0959 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1392,6 +1392,7 @@ $string['stats'] = 'Statistics'; $string['statslogins'] = 'Logins'; $string['statsmodedetailed'] = 'Detailed (user) view'; $string['statsmodegeneral'] = 'General view'; +$string['statsnodata'] = 'There is no available data for that combination of course and time period.'; $string['statsnodatauser'] = 'There is no available data for that combination of course, user and time period.'; $string['statsoff'] = 'Statistics is not currently enabled'; $string['statsreads'] = 'Views'; -- 2.39.5