// 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.';
$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';
</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>