From: Max Semenik Date: Sun, 10 Oct 2010 12:35:36 +0000 (+0000) Subject: Localisation tweak X-Git-Tag: 1.31.0-rc.0~34549 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=9659b87b76f31978a88c775f6fd4c96a222a74f7;p=lhc%2Fweb%2Fwiklou.git Localisation tweak --- diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 4a2b093c0f..600143f685 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -96,8 +96,8 @@ If you are on shared hosting, ask your hosting provider to install a suitable da If you compiled PHP yourself, reconfigure it with a database client enabled, for example using ./configure --with-mysql. If you installed PHP from a Debian or Ubuntu package, then you also need install the php5-mysql module.', 'config-have-db' => 'Found database {{PLURAL:$2|driver|drivers}}: $1.', - 'config-have-fts3' => 'SQLite is compiled with the [http://sqlite.org/fts3.html FTS3] module, search features will be available on this backend.', - 'config-no-fts3' => "'''Warning''': SQLite is compiled without the [http://sqlite.org/fts3.html FTS3] module, search features will be unavailable on this backend.", + 'config-have-fts3' => 'SQLite is compiled with the [http://sqlite.org/fts3.html FTS3 module], search features will be available on this backend.', + 'config-no-fts3' => "'''Warning''': SQLite is compiled without the [http://sqlite.org/fts3.html FTS3 module], search features will be unavailable on this backend.", 'config-register-globals' => "'''Warning: PHP's [http://php.net/register_globals register_globals] option is enabled.''' '''Disable it if you can.''' MediaWiki will work, but your server is exposed to potential security vulnerabilities.",