From: mudrd8mz <mudrd8mz> Date: Thu, 28 Aug 2008 16:39:42 +0000 (+0000) Subject: MDL-14826 Added missing string. Merged from 1.9 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cbe3e895bfbd18519985c29b165334591ee5a5be;p=moodle.git MDL-14826 Added missing string. Merged from 1.9 --- diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 3fb485556c..069f27b0ee 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -200,6 +200,7 @@ $string['errorcreatingdirectory'] = 'Error creating directory \"$a\"'; $string['errorcreatingfile'] = 'Error creating file \"$a\"'; $string['erroronline'] = 'Error on line $a'; $string['errorreadingfile'] = 'Error reading file \"$a\"'; +$string['errortoomanylogins'] = 'Error - too many logins'; $string['errorunzippingfiles'] = 'Error unzipping files'; $string['expiredkey'] = 'Expired key'; $string['failtoloadblocks'] = 'One or more blocks are registered in the database, but they all failed to load!';