From 2b57e0cd1250ba29ee71a0e67be6eb22ed940c15 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Wed, 29 Jun 2005 09:19:27 +0000 Subject: [PATCH] Added one new string to be used by the m4w installer --- lang/en/install.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lang/en/install.php b/lang/en/install.php index 3cfb8644313..10d0661e1d2 100755 --- a/lang/en/install.php +++ b/lang/en/install.php @@ -27,6 +27,16 @@ $string['databasesettings'] = ' Now you need to configure the database where User: your database username
Password: your database password
Tables Prefix: optional prefix to use for all table names'; +$string['databasecreationsettings'] = ' Now you need to configure the database settings where most Moodle data + will be stored. This database will be created automatically by the Moodle4Windows installer + with the settings specified below.
+

+ 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['dataroot'] = 'Data Directory'; $string['datarooterror'] = 'The \'Data Directory\' you specified could not be found or created. Either correct the path or create that directory manually.'; $string['dbconnectionerror'] = 'We could not connect to the database you specified. Please check your database settings.';