]> git.mjollnir.org Git - moodle.git/commitdiff
Automatic installer.php lang files by installer_builder (20080502)
authormoodlerobot <moodlerobot>
Fri, 2 May 2008 01:17:35 +0000 (01:17 +0000)
committermoodlerobot <moodlerobot>
Fri, 2 May 2008 01:17:35 +0000 (01:17 +0000)
install/lang/en_utf8/installer.php

index b2ecbc40dd60a030e84d8fc5f2e6b14d794baa2e..9ee56c887ea3d35e4306306817e1a2db034bb099 100644 (file)
@@ -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'] = '<p>Moodle requires a PHP version of at least 5.2.0.</p>
+<p>You are currently running version $a</p>
+<p>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'] = '<p>Moodle requires a PHP version of at least 4.3.0 or 5.1.0 (5.0.x has a number of known problems).</p>
 <p>You are currently running version $a</p>
 <p>You must upgrade PHP or move to a host with a newer version of PHP!<br/>