From 0e38a4706fab4facce285e7f4f5efed6483dbb92 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 29 Feb 2008 06:36:56 +0000 Subject: [PATCH] Added error string for MDL-13725 --- lang/en_utf8/error.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 6e4e500514..96485f482f 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -95,6 +95,7 @@ $string['sessionerroruser'] = 'Your session has timed out. Please login again.' $string['sessionerroruser2'] = 'A server error that affects your login session was detected. Please login again or restart your browser.'; $string['sessionipnomatch'] = 'Sorry, but your IP number seems to have changed from when you first logged in. This security feature prevents crackers stealing your identity while logged in to this site. Normal users should not be seeing this message - please ask the site administrator for help.'; $string['statscatchupmode'] = 'Statistics is currently in catchup mode. So far $a->daysdone day(s) have been processed and $a->dayspending are pending. Check back soon!'; +$string['tagnotfound'] = 'The specified tag was not found in the database'; $string['unicodeupgradeerror'] = 'Sorry, but your database is not already in Unicode, and this version of Moodle is not able to migrate your database to Unicode. Please upgrade to Moodle 1.7.x first and perform the Unicode migration from the Admin page. After that is done you should be able to migrate to Moodle $a'; $string['unknowncourse'] = 'Unknown course named \"$a\"'; $string['unknowncourseidnumber'] = 'Unknown Course ID \"$a\"'; -- 2.39.5