]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13202 Windows Installer: Add new string to show mysqli usage
authorstronk7 <stronk7>
Sun, 30 Nov 2008 23:22:28 +0000 (23:22 +0000)
committerstronk7 <stronk7>
Sun, 30 Nov 2008 23:22:28 +0000 (23:22 +0000)
install/stringnames.txt
lang/en_utf8/install.php

index 2bcdf805855571941ebe1f660907e8d0db4b6d60..cbd8b514d686b146fde7ef8c2e89462c0e335331 100644 (file)
@@ -54,6 +54,7 @@ database
 databasecreationsettings
 databasecreationsettingshead
 databasecreationsettingssub
+databasecreationsettingssub2
 databasehost
 databasename
 databasepass
index f30c1d8c571f56e0e353d9ce52aca09993912810..65be7c37389de1ca42e618d1a7aa66f393ad6b67 100644 (file)
@@ -64,6 +64,12 @@ $string['databasecreationsettingssub'] = '<b>Type:</b> fixed to \"mysql\" by the
        <b>User:</b> fixed to \"root\" by the installer<br />
        <b>Password:</b> your database password<br />
        <b>Tables Prefix:</b> optional prefix to use for all table names';
+$string['databasecreationsettingssub2'] = '<b>Type:</b> fixed to \"mysqli\" by the installer<br />
+       <b>Host:</b> fixed to \"localhost\" by the installer<br />
+       <b>Name:</b> database name, eg moodle<br />
+       <b>User:</b> fixed to \"root\" by the installer<br />
+       <b>Password:</b> your database password<br />
+       <b>Tables Prefix:</b> optional prefix to use for all table names';
 $string['databasehost']='Database host :';
 $string['databasename']='Database name : ';
 $string['databasepass']='Database password :';