mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
MDL-20900 iconv now required in 2.0
This commit is contained in:
parent
19c6d3f408
commit
5552c5cc9d
@ -227,9 +227,9 @@
|
||||
<PHP version="5.2.8" level="required">
|
||||
</PHP>
|
||||
<PHP_EXTENSIONS>
|
||||
<PHP_EXTENSION name="iconv" level="optional">
|
||||
<PHP_EXTENSION name="iconv" level="required">
|
||||
<FEEDBACK>
|
||||
<ON_CHECK message="iconvrecommended" />
|
||||
<ON_CHECK message="iconvrequired" />
|
||||
</FEEDBACK>
|
||||
</PHP_EXTENSION>
|
||||
<PHP_EXTENSION name="mbstring" level="optional">
|
||||
|
@ -514,6 +514,7 @@ $string['htmlsettings'] = 'HTML settings';
|
||||
$string['http'] = 'HTTP';
|
||||
$string['httpsecurity'] = 'HTTP security';
|
||||
$string['iconvrecommended'] = 'Installing the optional ICONV library is highly recommended in order to improve site performance, particularly if your site is supporting non-Latin languages.';
|
||||
$string['iconvrequired'] = 'Installing the optional ICONV library is required.';
|
||||
$string['ignore'] = 'Ignore';
|
||||
$string['importlangreminder'] = 'The database migration process is commencing. You will need to <b>log in again</b> for the upgrade to take effect. Please install unicode language packs as soon as possible from Admin->Lang->Lang Import Utility <b>after</b> the database migration process is completed.';
|
||||
$string['importtimezones'] = 'Update complete list of timezones';
|
||||
|
Loading…
x
Reference in New Issue
Block a user