From a86b38051d8de25fb6b2b3c5da7d6ddffed7e991 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 10 Mar 2006 23:22:18 +0000 Subject: [PATCH] Automatic installer.php by installer_builder (20060311) --- install/lang/en_utf8/installer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php index c0dd57d9ce..12b8397f5c 100644 --- a/install/lang/en_utf8/installer.php +++ b/install/lang/en_utf8/installer.php @@ -119,6 +119,7 @@ $string['langdownloadok'] = 'The language \"$a\" was installed successfully. The $string['language'] = 'Language'; $string['magicquotesruntime'] = 'Magic Quotes Run Time'; $string['magicquotesruntimeerror'] = 'This should be off'; +$string['mbstringrecommended'] = 'Installing the optional MBSTRING library is highly recommended in order to improve site performance, particularly if your site is supporting non-latin languages.'; $string['memorylimit'] = 'Memory Limit'; $string['memorylimiterror'] = 'The PHP memory limit is set quite low ... you may run into problems later.'; $string['memorylimithelp'] = '

The PHP memory limit for your server is currently set to $a.

-- 2.39.5