From: stronk7 Date: Fri, 10 Mar 2006 00:56:14 +0000 (+0000) Subject: Automatic installer.php by installer_builder (20060310) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=844474a21be31182239226231f78cf47a5321160;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 6f0803b53f..f430adda68 100644 --- a/install/lang/en_utf8/installer.php +++ b/install/lang/en_utf8/installer.php @@ -112,6 +112,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'; +$string['langdownloadok'] = 'Language $a installed successfully. The rest of the installation will follow in your selected language'; $string['language'] = 'Language'; $string['magicquotesruntime'] = 'Magic Quotes Run Time'; $string['magicquotesruntimeerror'] = 'This should be off';