From 77c42ea4582c2789c2a356c68c3384439ef4e23f Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 10 Mar 2006 00:55:49 +0000 Subject: [PATCH] Added some strings to the be able to download lang packs from the installer. Please, check them!!! --- lang/en_utf8/error.php | 1 + lang/en_utf8/install.php | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 73de2a3df4..270b85b0bf 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -2,6 +2,7 @@ // error.php - created with Moodle 1.2 development (2003122600) $string['adminprimarynoedit'] = 'The primary admin cannot be edited by others'; +$string['cannotcreatelangdir'] = 'Cannot create lang dir.'; $string['cannotcreatetempdir'] = 'Cannot create temp dir.'; $string['cannotdownloadcomponents'] = 'Cannot download components.'; $string['cannotdownloadzipfile'] = 'Cannot download ZIP file.'; diff --git a/lang/en_utf8/install.php b/lang/en_utf8/install.php index abea1556eb..569def1e52 100644 --- a/lang/en_utf8/install.php +++ b/lang/en_utf8/install.php @@ -115,6 +115,8 @@ directly via the web.'; $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['downloadlanguagehead'] = 'Download language pack'; +$string['downloadlanguagesub'] = 'Now the installer is trying to download the complete lang pack that you have selected in order to continue the installation using it.'; $string['environmenthead'] = 'Checking your environment ...'; $string['environmentsub'] = 'We are checking if the various components of your system meet the system requirements'; $string['fail'] = 'Fail'; @@ -153,6 +155,8 @@ $string['globalsquoteshelp'] = '

Combination of disabled Magic Quotes GPC and

'; $string['installation'] = 'Installation'; +$string['langdownloadok'] = 'Language $a installed successfully. The rest of the installation will follow 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'; $string['magicquotesruntime'] = 'Magic Quotes Run Time'; $string['magicquotesruntimeerror'] = 'This should be off'; $string['magicquotesruntimehelp'] = '

Magic quotes runtime should be turned off for Moodle to function properly.

-- 2.39.5