Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -437,7 +437,7 @@ |
438 | 438 | return false; |
439 | 439 | } |
440 | 440 | |
441 | | - $this->showMessage( 'config-have-db', $wgLang->commaList( $goodNames ) ); |
| 441 | + $this->showMessage( 'config-have-db', $wgLang->listToText( $goodNames ), count( $goodNames ) ); |
442 | 442 | } |
443 | 443 | |
444 | 444 | /** |
Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -95,7 +95,7 @@ |
96 | 96 | If you are on shared hosting, ask your hosting provider to install a suitable database driver. |
97 | 97 | If you compiled PHP yourself, reconfigure it with a database client enabled, for example using <code>./configure --with-mysql</code>. |
98 | 98 | If you installed PHP from a Debian or Ubuntu package, then you also need install the php5-mysql module.', |
99 | | - 'config-have-db' => 'Found database drivers: $1.', |
| 99 | + 'config-have-db' => 'Found database {{PLURAL:$2|driver|drivers}}: $1.', |
100 | 100 | 'config-register-globals' => "'''Warning: PHP's <code>[http://php.net/register_globals register_globals]</code> option is enabled.''' |
101 | 101 | '''Disable it if you can.''' |
102 | 102 | MediaWiki will work, but your server is exposed to potential security vulnerabilities.", |
— | — | @@ -504,7 +504,8 @@ |
505 | 505 | 'config-no-db-help' => 'Parameters: |
506 | 506 | * $1 is comma separated list of supported database types by MediaWiki.', |
507 | 507 | 'config-have-db' => 'Parameters: |
508 | | -* $1 is comma separated list of database drivers found in the application environment.', |
| 508 | +* $1 is comma separated list of database drivers found in the application environment. |
| 509 | +* $2 is the number of aforementioned drivers', |
509 | 510 | 'config-memory-ok' => 'Parameters: |
510 | 511 | * $1 is the configured <code>memory_limit</code>.', |
511 | 512 | 'config-memory-raised' => 'Parameters: |