From a716b6495f541db79b047fe2725eaace2b62fd61 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 19 Jan 2006 18:24:50 +0000 Subject: [PATCH] Added some strings (related to external installers), so translators can work with them. Needed to implement the script to create install/lang/xx/install.php files automatically from official lang files. --- lang/en/install.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lang/en/install.php b/lang/en/install.php index 8ef4acae1f1..38ce6a9cd9e 100755 --- a/lang/en/install.php +++ b/lang/en/install.php @@ -154,6 +154,20 @@ $string['sessionautostarterror'] = 'This should be off'; $string['sessionautostarthelp'] = '

Moodle requires session support and will not function without it.

Sessions can be enabled in the php.ini file ... look for the session.auto_start parameter.

'; +$string['welcomep10'] = '$a->installername ($a->installerversion)'; +$string['welcomep20'] = 'You are seeing this page because you have successfully installed and + launched the $a->packname $a->packversion package in your computer. Congratulations!'; +$string['welcomep30'] = 'This release of the $a->installername includes the applications + which create an environment in Moodle will operate, namely:'; +$string['welcomep40'] = 'The package also includes Moodle $a->moodlerelease ($a->moodleversion).'; +$string['welcomep50'] = 'The use of all the applications in this package is governed by their respective + licences. The complete $a->installername package is + open source and is distributed + under the GPL license.'; +$string['welcomep60'] = 'The following pages will lead you through some easy to follow steps to + configure and set up Moodle on your computer. You may accept the default + settings or, optionally, amend them to suit your own needs.'; +$string['welcomep70'] = 'Click the \"Next\" button below to continue with the set up of Moodle.'; $string['wwwroot'] = 'Web address'; $string['wwwrooterror'] = 'The web address does not appear to be valid - this Moodle installation doesn\'t appear to be there.';