From 7c830e314bfc1fa140ed562f2c0384990f858de1 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 21 Apr 2006 04:42:26 +0000 Subject: [PATCH] Fix Bug #1604 - the error/index.php can't be translate --- error/index.php | 7 +++---- lang/en_utf8/error.php | 3 +++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/error/index.php b/error/index.php index ce75f43622..919c88e7ad 100644 --- a/error/index.php +++ b/error/index.php @@ -19,18 +19,17 @@ $requesturi = empty($_SERVER['REQUEST_URI']) ? '' : $_SERVER['REQUEST_URI']; print_header($site->fullname .':Error', $site->fullname .': Error 404', '', 'form.text'); - print_simple_box('

An unusual error occurred (tried to reach a page that doesn\'t exist).
'.s($requesturi).'

', 'center'); + print_simple_box('

'. get_string('pagenotexist', 'error'). '
'.s($requesturi).'

', 'center'); ?>
-

If you have time, please let us know what you were trying - to do when the error occurred: +


- +
pluginname\" ($a->pluginversion) could not be installed. It requires a newer version of Moodle (currently you are using $a->currentmoodle, you need $a->requiremoodle).'; $string['processingstops'] = 'Processing stops here. Remaining records ignored.'; $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['sendmessage'] = 'Send Message'; $string['restricteduser'] = 'Sorry, but your current account \"$a\" is restricted from doing that.'; $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.'; -- 2.39.5