diff --git a/admin/environment.xml b/admin/environment.xml index 5fac54c6a9c76..1e937cd91c580 100644 --- a/admin/environment.xml +++ b/admin/environment.xml @@ -1006,6 +1006,11 @@ + + + + + diff --git a/lang/en/admin.php b/lang/en/admin.php index 98c4c5552ce0f..4e963edd27fa5 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -770,6 +770,7 @@ $string['notloggedinroleid'] = 'Role for visitors'; $string['numberofmissingstrings'] = 'Number of missing strings: {$a}'; $string['numberofstrings'] = 'Total number of strings: {$a->strings}
Missing: {$a->missing} ({$a->missingpercent} %)'; +$string['opcacherecommended'] = 'PHP opcode caching improves performance and lowers memory requirements, OPcache extension is recommended and fully supported.'; $string['opensslrecommended'] = 'Installing the optional OpenSSL library is highly recommended -- it enables Moodle Networking functionality.'; $string['opentogoogle'] = 'Open to Google'; $string['optionalmaintenancemessage'] = 'Optional maintenance message';