From: stronk7 Date: Fri, 10 Mar 2006 18:19:55 +0000 (+0000) Subject: Automatic installer.php by installer_builder (20060310) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6df9bd8ebcf4a8c701aa9464484a87e0d881ae8f;p=moodle.git Automatic installer.php by installer_builder (20060310) --- diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php index dcbb5f99ff..b3a6c6a9cc 100644 --- a/install/lang/en_utf8/installer.php +++ b/install/lang/en_utf8/installer.php @@ -114,8 +114,8 @@ $string['iconvrecommended'] = 'Installing the optional ICONV library is highly r $string['info'] = 'Information'; $string['installation'] = 'Installation'; $string['invalidmd5'] = 'Invalid md5'; -$string['langdownloaderror'] = 'Language $a not installed. The rest of the installation will continue in English. You can download and install other languages once the installation ends from the Admin pages.'; -$string['langdownloadok'] = 'Language $a installed successfully. The rest of the installation will continue in your selected language.'; +$string['langdownloaderror'] = 'Language \"$a\" not installed. The rest of the installation will continue in English. You can download and install other languages once the installation ends from the Admin pages.'; +$string['langdownloadok'] = 'Language \"$a\" installed successfully. The rest of the installation will continue in your selected language.'; $string['language'] = 'Language'; $string['magicquotesruntime'] = 'Magic Quotes Run Time'; $string['magicquotesruntimeerror'] = 'This should be off';