From: stronk7 Date: Sun, 30 Nov 2008 23:22:28 +0000 (+0000) Subject: MDL-13202 Windows Installer: Add new string to show mysqli usage X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fed640276f748e842ec669dff6ce2c375a873f7e;p=moodle.git MDL-13202 Windows Installer: Add new string to show mysqli usage --- diff --git a/install/stringnames.txt b/install/stringnames.txt index 2bcdf80585..cbd8b514d6 100644 --- a/install/stringnames.txt +++ b/install/stringnames.txt @@ -54,6 +54,7 @@ database databasecreationsettings databasecreationsettingshead databasecreationsettingssub +databasecreationsettingssub2 databasehost databasename databasepass diff --git a/lang/en_utf8/install.php b/lang/en_utf8/install.php index f30c1d8c57..65be7c3738 100644 --- a/lang/en_utf8/install.php +++ b/lang/en_utf8/install.php @@ -64,6 +64,12 @@ $string['databasecreationsettingssub'] = 'Type: fixed to \"mysql\" by the User: fixed to \"root\" by the installer
Password: your database password
Tables Prefix: optional prefix to use for all table names'; +$string['databasecreationsettingssub2'] = 'Type: fixed to \"mysqli\" 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['databasehost']='Database host :'; $string['databasename']='Database name : '; $string['databasepass']='Database password :';