From: stronk7 Date: Thu, 9 Mar 2006 23:04:23 +0000 (+0000) Subject: Automatic installer.php by installer_builder (20060310) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c6ebacf671f7489456aed3c0af2f29d464c5cb8e;p=moodle.git Automatic installer.php by installer_builder (20060310) --- diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php index 8a17f6dd19..ed8647b4ae 100644 --- a/install/lang/en_utf8/installer.php +++ b/install/lang/en_utf8/installer.php @@ -32,6 +32,15 @@ $string['configurationcompletehead'] = 'Configuration completed'; $string['configurationcompletesub'] = 'Moodle made an attempt to save your configuration in a file in the root of your Moodle installation.'; $string['continue'] = 'Continue'; $string['database'] = 'Database'; +$string['databasecreationsettingshead'] = 'Now you need to configure the database settings where most Moodle data + will be stored. This database will be created automatically by the installer + with the settings specified below.'; +$string['databasecreationsettingssub'] = 'Type: fixed to \"mysql\" by the installer
+ Host: fixed to \"localhost\" by the installer
+ Name: database name, eg moodle
+ User: fixed to \"root\" by the installer
+ Password: your database password
+ Tables Prefix: optional prefix to use for all table names'; $string['databasesettingshead'] = 'Now you need to configure the database where most Moodle data will be stored. This database must already have been created and a username and password created to access it.'; @@ -151,6 +160,7 @@ $string['welcomep50'] = 'The use of all the applications in this package is gove $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.'; ?>