From 4eb9f9cc849d4910c636ad69ae2de8f5df594a95 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 5 Oct 2009 17:45:02 +0000 Subject: [PATCH] MDL-18469 restore checksums - add error message string. Merged from 19_STABLE --- 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 487dc9d7fc..c97964fb8d 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -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.

You must download the url\">$a->url 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).

You must download the url\">$a->url 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'; -- 2.39.5