Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -10,9 +10,7 @@ |
11 | 11 | |
12 | 12 | $messages = array(); |
13 | 13 | |
14 | | -/** |
15 | | - * English |
16 | | - */ |
| 14 | +/** English */ |
17 | 15 | $messages['en'] = array( |
18 | 16 | 'config-desc' => 'The installer for MediaWiki', |
19 | 17 | 'config-title' => 'MediaWiki $1 installation', |
— | — | @@ -78,10 +76,10 @@ |
79 | 77 | 'config-env-bad' => 'The environment has been checked. |
80 | 78 | You cannot install MediaWiki.', |
81 | 79 | 'config-env-php' => 'PHP $1 is installed.', |
82 | | - 'config-env-latest-ok' => 'You are installing the latest version of Mediawiki.', |
83 | | - 'config-env-latest-new' => "'''Note:''' You are installing a development version of Mediawiki.", |
| 80 | + 'config-env-latest-ok' => 'You are installing the latest version of MediaWiki.', |
| 81 | + 'config-env-latest-new' => "'''Note:''' You are installing a development version of MediaWiki.", |
84 | 82 | 'config-env-latest-can-not-check' => "'''Warning:''' The installer was unable to retrieve information about the latest MediaWiki release from [$1].", |
85 | | - 'config-env-latest-old' => "'''Warning:''' You are installing an outdated version of Mediawiki.", |
| 83 | + 'config-env-latest-old' => "'''Warning:''' You are installing an outdated version of MediaWiki.", |
86 | 84 | 'config-env-latest-help' => 'You are installing version $1, but the latest version is $2. |
87 | 85 | You are advised to use the latest release, which can be downloaded from [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
88 | 86 | 'config-unicode-using-php' => 'Using the slow PHP implementation for Unicode normalization.', |
— | — | @@ -226,9 +224,9 @@ |
227 | 225 | 'config-type-postgres' => 'PostgreSQL', |
228 | 226 | 'config-type-sqlite' => 'SQLite', |
229 | 227 | 'config-type-oracle' => 'Oracle', |
230 | | - 'config-type-info' => 'Mediawiki supports the following database systems: |
| 228 | + 'config-type-info' => 'MediaWiki supports the following database systems: |
231 | 229 | |
232 | | -* $1 is the primary target for Mediawiki and is best supported ([http://www.php.net/manual/en/mysql.installation.php how to compile PHP with MySQL support]) |
| 230 | +* $1 is the primary target for MediaWiki and is best supported ([http://www.php.net/manual/en/mysql.installation.php how to compile PHP with MySQL support]) |
233 | 231 | * $2 is a popular open souce database system as an alternative to MySQL ([http://www.php.net/manual/en/pgsql.installation.php how to compile PHP with PostgreSQL support]) |
234 | 232 | * $3 is a lightweight database system which is very well supported. ([http://www.php.net/manual/en/pdo.installation.php How to compile PHP with SQLite support], uses PDO)', |
235 | 233 | 'config-header-mysql' => 'MySQL settings', |