]> git.mjollnir.org Git - moodle.git/commitdiff
New strings for environment check
authormoodler <moodler>
Thu, 15 Feb 2007 06:31:35 +0000 (06:31 +0000)
committermoodler <moodler>
Thu, 15 Feb 2007 06:31:35 +0000 (06:31 +0000)
lang/en_utf8/admin.php

index 13e701a64eafb5ab5d5e9da133fde5cf17c10f1a..89bd91d575872835337bafff4c949a7501f6bd5c 100644 (file)
@@ -257,6 +257,8 @@ $string['enablestats'] = 'Enable statistics';
 $string['enabletrusttext'] = 'Enable Trusted Content';
 $string['environment'] = 'Environment';
 $string['environmenterrortodo'] = 'You must solve all the environmental problems (errors) found above before proceeding to install this Moodle version!';
+$string['environmenterrorupgrade'] = 'Wwarning: you should solve all the environmental problems (errors) found above before proceeding to upgrade this Moodle version!  Upgrading without fixing these requirements could cause problems such as data loss.  Are you sure you want to continue with the upgrade?';
+$string['environmentok'] = 'Your server environment meets all minimum requirements.';
 $string['environmentrecommendinstall'] = 'is recommended to be installed/enabled';
 $string['environmentrecommendversion'] = 'version $a->needed is recommended and you are running $a->current';
 $string['environmentrequireinstall'] = 'is required to be installed/enabled.';