MDL-13202 Windows Installer: Add new string to show mysqli usage

This commit is contained in:
stronk7
2008-11-30 23:22:28 +00:00
parent 96cdaa4044
commit fed640276f
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -54,6 +54,7 @@ database
databasecreationsettings
databasecreationsettingshead
databasecreationsettingssub
databasecreationsettingssub2
databasehost
databasename
databasepass
+6
View 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 :';