From: dongsheng Date: Fri, 11 Apr 2008 08:14:00 +0000 (+0000) Subject: MDL-14129, add new error strings for print_error() X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3204b7a2861905aa4c8dc02f8f85e58c7a8ce5a5;p=moodle.git MDL-14129, add new error strings for print_error() --- diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index a8dd723926..2d3a6701a9 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -60,6 +60,7 @@ $string['errorcreatingfile'] = 'Error creating file \"$a\"'; $string['erroronline'] = 'Error on line $a'; $string['errorreadingfile'] = 'Error reading file \"$a\"'; $string['errorunzippingfiles'] = 'Error unzipping files'; +$string['failtoloadblocks'] = 'One or more blocks are registered in the database, but they all failed to load!'; $string['fieldrequired'] = '\"$a\" is a required field'; $string['filenotfound'] = 'Sorry, the requested file could not be found'; $string['filemismatch'] = 'Non-core filename mismatch. The file \"$a[0]\" should be {$a[1]}{$a[2]}.php'; @@ -105,6 +106,7 @@ $string['moduledoesnotexist'] = 'The instance of this module doesn\'t exist'; $string['modulemissingcode'] = 'Module $a is missing the code needed to perform this function'; $string['modulerequirementsnotmet'] = 'Module \"$a->modulename\" ($a->moduleversion) could not be installed. It requires a newer version of Moodle (currently you are using $a->currentmoodle, you need $a->requiremoodle).'; $string['mustbeteacher'] = 'You must be a teacher to look at this page'; +$string['noblocks'] = 'No blocks found!'; $string['nocontext'] = 'Sorry, but that course is not a valid context'; $string['noinstances'] = 'There are no instances of $a in this course!'; $string['nologinas'] = 'You are not allowed to login as that user';