]> git.mjollnir.org Git - moodle.git/commitdiff
Added some strings to the be able to download lang packs from
authorstronk7 <stronk7>
Fri, 10 Mar 2006 00:55:49 +0000 (00:55 +0000)
committerstronk7 <stronk7>
Fri, 10 Mar 2006 00:55:49 +0000 (00:55 +0000)
the installer.

Please, check them!!!

lang/en_utf8/error.php
lang/en_utf8/install.php

index 73de2a3df4a29bd67fad553ff58869e6b9d6b69a..270b85b0bf3e357225046bb581aacff7b0e01dfd 100644 (file)
@@ -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.';
index abea1556eb17be3228cf7c85279ff88f5ec6a8a1..569def1e52698aaa746e5cfe22d236034113f995 100644 (file)
@@ -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'] = '<p>Combination of disabled Magic Quotes GPC and
 </p>   
    ';
 $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'] = '<p>Magic quotes runtime should be turned off for Moodle to function properly.</p>