Skip to content

Commit

Permalink
Added some strings to the be able to download lang packs from
Browse files Browse the repository at this point in the history
the installer.

Please, check them!!!
  • Loading branch information
stronk7 committed Mar 10, 2006
1 parent 8198e4f commit 77c42ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/en_utf8/error.php
Expand Up @@ -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.';
Expand Down
4 changes: 4 additions & 0 deletions lang/en_utf8/install.php
Expand Up @@ -115,6 +115,8 @@
$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';
Expand Down Expand Up @@ -153,6 +155,8 @@
</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>
Expand Down

0 comments on commit 77c42ea

Please sign in to comment.