From: Petr Skoda Date: Wed, 18 Nov 2009 22:26:16 +0000 (+0000) Subject: MDL-20900 iconv now required in 2.0 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5552c5cc9dc0ce7eb48723dc9faac8f9fd9727c7;p=moodle.git MDL-20900 iconv now required in 2.0 --- diff --git a/admin/environment.xml b/admin/environment.xml index b3d2fb2c38..dc243a3870 100644 --- a/admin/environment.xml +++ b/admin/environment.xml @@ -227,9 +227,9 @@ - + - + diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 231d9a2cab..184b5d1619 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -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 log in again for the upgrade to take effect. Please install unicode language packs as soon as possible from Admin->Lang->Lang Import Utility after the database migration process is completed.'; $string['importtimezones'] = 'Update complete list of timezones';