]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-18469 restore checksums - add error message string. Merged from 19_STABLE
authorstronk7 <stronk7>
Mon, 5 Oct 2009 17:45:02 +0000 (17:45 +0000)
committerstronk7 <stronk7>
Mon, 5 Oct 2009 17:45:02 +0000 (17:45 +0000)
lang/en_utf8/error.php

index 487dc9d7fc7fdd3901bc4be6cda701f5b0901d64..c97964fb8df9e1f8a7d2e1cfb9e58f612a53f596 100644 (file)
@@ -386,6 +386,7 @@ $string['refoundtoorigi'] = 'Refunded to original amount: $a';
 $string['refoundto'] = 'Can be refunded to $a';
 $string['remotedownloaderror'] = 'Download of component to your server failed, please verify proxy settings, PHP cURL extension is highly recommended.<br /><br />You must download the <a href=\"$a->url\">$a->url</a> file manually, copy it to \"$a->dest\" in your server and unzip it there.';
 $string['remotedownloadnotallowed'] = 'Download of components to your server isn\'t allowed (allow_url_fopen is disabled).<br /><br />You must download the <a href=\"$a->url\">$a->url</a> file manually, copy it to \"$a->dest\" in your server and unzip it there.';
+$string['restorechecksumfailed'] = 'Some problem happened with the restore information stored in your session. Please check your PHP memory/DB package size limits. Restore stopped.';
 $string['restricteduser'] = 'Sorry, but your current account \"$a\" is restricted from doing that';
 $string['restrictedcontextexception'] = 'Sorry, execution of external function violates context restriction.';
 $string['reportnotavailable'] = 'This type of report is only available for the site course';