From f6c08703b68a858128f0463c9f772eeff59400e0 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 9 Jun 2006 15:11:03 +0000 Subject: [PATCH] Automatic installer.php lang files by installer_builder (20060609) --- install/lang/en_utf8/installer.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php index b91aab6d6e..faa9f405a4 100644 --- a/install/lang/en_utf8/installer.php +++ b/install/lang/en_utf8/installer.php @@ -150,6 +150,7 @@ $string['next'] = 'Next'; $string['ok'] = 'OK'; $string['pass'] = 'Pass'; $string['password'] = 'Password'; +$string['php50restricted'] = 'PHP 5.0.x has a number of known problems, please upgrade to 5.1.x or downgrade to 4.3.x or 4.4.x'; $string['phpversion'] = 'PHP version'; $string['phpversionerror'] = 'PHP version must be at least 4.3.0 or 5.1.0 (5.0.x has a number of known problems).'; $string['phpversionhelp'] = '

Moodle requires a PHP version of at least 4.3.0 or 5.1.0 (5.0.x has a number of known problems).

@@ -159,6 +160,7 @@ $string['phpversionhelp'] = '

Moodle requires a PHP version of at least 4.3.0 $string['previous'] = 'Previous'; $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['report'] = 'Report'; +$string['restricted'] = 'Restricted'; $string['safemode'] = 'Safe Mode'; $string['safemodeerror'] = 'Moodle may have trouble with safe mode on'; $string['sessionautostart'] = 'Session Auto Start'; -- 2.39.5