From: moodler Date: Fri, 21 Apr 2006 04:42:26 +0000 (+0000) Subject: Fix Bug #1604 - the error/index.php can't be translate X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7c830e314bfc1fa140ed562f2c0384990f858de1;p=moodle.git Fix Bug #1604 - the error/index.php can't be translate --- 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.';