Index: branches/new-installer/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -73,26 +73,30 @@ |
74 | 74 | 'config-env-latest-new' => "'''Note:''' You are installing a development version of Mediawiki.", |
75 | 75 | 'config-env-latest-old' => "'''Warning:''' You are installing an outdated version of Mediawiki.", |
76 | 76 | 'config-env-latest-help' => 'You are installing version $1, but the latest version is $2. |
77 | | -You are advised to use the latest release, which can be downloaded from [http://www.mediawiki.org/wiki/Download Mediawiki.org]', |
| 77 | +You are advised to use the latest release, which can be downloaded from [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
78 | 78 | 'config-no-db' => 'Could not find a suitable database driver!', |
79 | 79 | 'config-no-db-help' => 'You need to install a database driver for PHP. |
80 | 80 | The following database types are supported: $1. |
81 | 81 | |
82 | 82 | If you are on shared hosting, ask your hosting provider to install a suitable database driver. |
83 | | -If you compiled PHP yourself, reconfigure it with a database client enabled, for example using the ./configure --with-mysql. |
| 83 | +If you compiled PHP yourself, reconfigure it with a database client enabled, for example using <code>./configure --with-mysql</code>. |
84 | 84 | If you installed PHP from a Debian or Ubuntu package, then you also need install the php5-mysql module.', |
85 | | - 'config-have-db' => 'Found database drivers for: $1', |
86 | | - 'config-register-globals' => "'''Warning: PHP\'s <code>[http://php.net/register_globals register_globals]</code> option is enabled.''' |
| 85 | + 'config-have-db' => 'Found database drivers: $1', |
| 86 | + 'config-register-globals' => "'''Warning: PHP's <code>[http://php.net/register_globals register_globals]</code> option is enabled.''' |
87 | 87 | '''Disable it if you can.''' |
88 | 88 | MediaWiki will work, but your server is exposed to potential security vulnerabilities.", |
89 | 89 | 'config-magic-quotes-runtime' => "'''Fatal: [http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-runtime magic_quotes_runtime] is active!''' |
90 | | -This option corrupts data input unpredictably; you cannot install or use MediaWiki unless this option is disabled.", |
| 90 | +This option corrupts data input unpredictably. |
| 91 | +You cannot install or use MediaWiki unless this option is disabled.", |
91 | 92 | 'config-magic-quotes-sybase' => "'''Fatal: [http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-sybase magic_quotes_sybase] is active!''' |
92 | | -This option corrupts data input unpredictably; you cannot install or use MediaWiki unless this option is disabled.", |
| 93 | +This option corrupts data input unpredictably. |
| 94 | +You cannot install or use MediaWiki unless this option is disabled.", |
93 | 95 | 'config-mbstring' => "'''Fatal: [http://www.php.net/manual/en/ref.mbstring.php#mbstring.overload mbstring.func_overload] is active!''' |
94 | | -This option causes errors and may corrupt data unpredictably; you cannot install or use MediaWiki unless this option is disabled.", |
| 96 | +This option causes errors and may corrupt data unpredictably. |
| 97 | +You cannot install or use MediaWiki unless this option is disabled.", |
95 | 98 | 'config-ze1' => "'''Fatal: [http://www.php.net/manual/en/ini.core.php zend.ze1_compatibility_mode] is active!''' |
96 | | -This option causes horrible bugs with MediaWiki; you cannot install or use MediaWiki unless this option is disabled.", |
| 99 | +This option causes horrible bugs with MediaWiki. |
| 100 | +You cannot install or use MediaWiki unless this option is disabled.", |
97 | 101 | 'config-safe-mode' => "'''Warning:''' |
98 | 102 | '''PHP's [http://www.php.net/features.safe-mode safe mode] is active.''' |
99 | 103 | It may cause problems, particularly if using image uploads and math support.", |