mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-10275 moved the rest of environment tests from install.php to admin/index.php; please note that there is no need to update installer lacg packs becuase install.php will not have environment checks anymore soon ;-)
This commit is contained in:
parent
a825fec763
commit
c808379ef8
3 changed files with 117 additions and 7 deletions
|
@ -378,6 +378,9 @@ $string['enrolmultipleusers'] = 'Enrol the users';
|
|||
$string['environment'] = 'Environment';
|
||||
$string['environmenterrortodo'] = 'You must solve all the environmental problems (errors) found above before proceeding to install this Moodle version!';
|
||||
$string['environmenterrorupgrade'] = 'Warning: 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['environmenmustfixsetting'] = 'PHP setting must be changed.';
|
||||
$string['environmenshouldfixsetting'] = 'PHP setting should be changed.';
|
||||
$string['environmentsettingok'] = 'Recommended setting detected';
|
||||
$string['environmentok'] = 'Your server environment meets all minimum requirements.';
|
||||
$string['environmentrecommendcustomcheck'] = 'if this test fails, it indicates a potential problem';
|
||||
$string['environmentrecommendinstall'] = 'should be installed and enabled for best results';
|
||||
|
@ -421,6 +424,7 @@ $string['frontpagerestore'] = 'Front Page restore';
|
|||
$string['frontpageroles'] = 'Front Page roles';
|
||||
$string['frontpagesettings'] = 'Front Page settings';
|
||||
$string['fullnamedisplay'] = 'Full Name Format';
|
||||
$string['gdrecommended'] = 'GD extension is used for conversion of images, some features such as user progile images will not be available if missing.';
|
||||
$string['gdversion'] = 'GD version';
|
||||
$string['generalsettings'] = 'General settings';
|
||||
$string['geoipfile'] = 'GeoIP City data file';
|
||||
|
@ -723,6 +727,9 @@ $string['sessioncookiedomain'] = 'Cookie domain';
|
|||
$string['sessioncookiepath'] = 'Cookie path';
|
||||
$string['sessionhandling'] = 'Session Handling';
|
||||
$string['sessiontimeout'] = 'Timeout';
|
||||
$string['settingsafemode'] = 'Moodle is not fully compatible with safe mode, please ask server administrator to turn it off. Running Moodle under safe mode is not supported, please expect various problems if you do so.';
|
||||
$string['settingfileuploads'] = 'File uploading is required for normal operation, please neable it in PHP configuration.';
|
||||
$string['settingmemorylimit'] = 'Insufficient memory detected, please set higher memory limit in PHP settings.';
|
||||
$string['showblocksonmodpages'] = 'Show blocks on module pages';
|
||||
$string['showdetails'] = 'Show details';
|
||||
$string['simpletest'] = 'Unit tests';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue