From 21fa4b99d235f1cb727e81ccc7e477fce7479c2c Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 10 Mar 2006 17:28:30 +0000 Subject: [PATCH] Automatic installer.php by installer_builder (20060310) --- install/lang/en_utf8/installer.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php index 1fcc391d55..82ff7137b4 100644 --- a/install/lang/en_utf8/installer.php +++ b/install/lang/en_utf8/installer.php @@ -89,8 +89,10 @@ $string['dirroot'] = 'Moodle Directory'; $string['dirrooterror'] = 'The \'Moodle Directory\' setting seems to be incorrect - we can\'t find a Moodle installation there. The value below has been reset.'; $string['download'] = 'Download'; $string['downloadedfilecheckfailed'] = 'Downloaded file check failed.'; +$string['downloadlanguagebutton'] = 'Download \"$a\" language pack'; $string['downloadlanguagehead'] = 'Download language pack'; -$string['downloadlanguagesub'] = 'Here you can try to download the complete lang pack you have selected to continue the installation using it.

If the process doesn\'t end or you get an error, so can safely skip this step and continue with the installation in English.'; +$string['downloadlanguagenotneeded'] = 'You are using the \"$a\" lang pack and it\'s included with Moodle by default, so you can continue'; +$string['downloadlanguagesub'] = 'Here you can try to download the complete lang pack you have selected to continue the installation using it.

If the process doesn\'t end or you get an error, you can safely skip this step and continue with the installation in English.'; $string['environmenterrortodo'] = 'You must solve all the environmental problems (errors) found above before proceeding to install this Moodle version!'; $string['environmenthead'] = 'Checking your environment ...'; $string['environmentrecommendinstall'] = 'is recommended to be installed/enabled'; -- 2.39.5