From: moodlerobot Date: Fri, 2 May 2008 01:17:35 +0000 (+0000) Subject: Automatic installer.php lang files by installer_builder (20080502) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2b06a8fd3b79a6edbbc170da8d1699e4239bdb74;p=moodle.git Automatic installer.php lang files by installer_builder (20080502) --- diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php index b2ecbc40dd..9ee56c887e 100644 --- a/install/lang/en_utf8/installer.php +++ b/install/lang/en_utf8/installer.php @@ -345,8 +345,11 @@ $string['pass'] = 'Pass'; $string['password'] = 'Password'; $string['pgsqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the PGSQL extension so that it can communicate with PostgreSQL. Please check your php.ini file or recompile PHP.'; $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['php52versionerror'] = 'PHP version must be at least 5.2.0.'; +$string['php52versionhelp'] = '

Moodle requires a PHP version of at least 5.2.0.

+

You are currently running version $a

+

You must upgrade PHP or move to a host with a newer version of PHP!'; $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).

You are currently running version $a

You must upgrade PHP or move to a host with a newer version of PHP!