Added some strings to the be able to download lang packs from

the installer.

Please, check them!!!
This commit is contained in:
stronk7
2006-03-10 00:55:49 +00:00
parent 8198e4fed3
commit 77c42ea458
2 changed files with 5 additions and 0 deletions
+1
View 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.';
+4
View 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>