From: Kunal Mehta Date: Thu, 17 Jul 2014 05:09:18 +0000 (-0700) Subject: Installer: Minor change to "config-register-globals-error" message X-Git-Tag: 1.31.0-rc.0~14910^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=aed715d336b852f765c1d44ef5ad69308b00aed4;p=lhc%2Fweb%2Fwiklou.git Installer: Minor change to "config-register-globals-error" message Suggested in If951d152 post-merge Change-Id: Ifca6bd7af37f8cc55c759bd066860b3e93cf2962 --- diff --git a/includes/installer/i18n/en.json b/includes/installer/i18n/en.json index e0cd1bf411..c397173c51 100644 --- a/includes/installer/i18n/en.json +++ b/includes/installer/i18n/en.json @@ -51,7 +51,7 @@ "config-no-db": "Could not find a suitable database driver! You need to install a database driver for PHP.\nThe following database types are supported: $1.\n\nIf you compiled PHP yourself, reconfigure it with a database client enabled, for example, using ./configure --with-mysqli.\nIf you installed PHP from a Debian or Ubuntu package, then you also need to install, for example, the php5-mysql package.", "config-outdated-sqlite": "Warning: you have SQLite $1, which is lower than minimum required version $2. SQLite will be unavailable.", "config-no-fts3": "Warning: SQLite is compiled without the [//sqlite.org/fts3.html FTS3 module], search features will be unavailable on this backend.", - "config-register-globals-error": "Error: PHP's [http://php.net/register_globals register_globals] option is enabled.\nIt must be disabled to continue with installation.\nSee [https://www.mediawiki.org/wiki/register_globals https://www.mediawiki.org/wiki/register_globals] for help on how to do so.", + "config-register-globals-error": "Error: PHP's [http://php.net/register_globals register_globals] option is enabled.\nIt must be disabled to continue with the installation.\nSee [https://www.mediawiki.org/wiki/register_globals https://www.mediawiki.org/wiki/register_globals] for help on how to do so.", "config-magic-quotes-runtime": "Fatal: [http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-runtime magic_quotes_runtime] is active!'\nThis option corrupts data input unpredictably.\nYou cannot install or use MediaWiki unless this option is disabled.", "config-magic-quotes-sybase": "Fatal: [http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-sybase magic_quotes_sybase] is active!\nThis option corrupts data input unpredictably.\nYou cannot install or use MediaWiki unless this option is disabled.", "config-mbstring": "Fatal: [http://www.php.net/manual/en/ref.mbstring.php#mbstring.overload mbstring.func_overload] is active!\nThis option causes errors and may corrupt data unpredictably.\nYou cannot install or use MediaWiki unless this option is disabled.",