]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14129, createing error string
authordongsheng <dongsheng>
Thu, 10 Apr 2008 06:28:20 +0000 (06:28 +0000)
committerdongsheng <dongsheng>
Thu, 10 Apr 2008 06:28:20 +0000 (06:28 +0000)
lang/en_utf8/error.php
lang/en_utf8/moodle.php

index 038db14a7e333bb77fe7a3a3df5de91d1b7953bb..a8dd723926ea37a6fc5771b6a32aac656b4d17e4 100644 (file)
@@ -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.<br /> 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';
index 2958474bb98eba57a9dc6ab4a81c1695e1cdfaaa..28900e0959fa5a86840a5db448448af41d14f114 100644 (file)
@@ -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';