Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -74,7 +74,7 @@ |
75 | 75 | You can install MediaWiki.</span>', // FIXME: take span out of message. |
76 | 76 | 'config-env-bad' => 'The environment has been checked. |
77 | 77 | You cannot install MediaWiki.', |
78 | | - 'config-env-php' => 'PHP $1 installed.', |
| 78 | + 'config-env-php' => 'PHP $1 is installed.', |
79 | 79 | 'config-env-latest-ok' => 'You are installing the latest version of Mediawiki.', |
80 | 80 | 'config-env-latest-new' => "'''Note:''' You are installing a development version of Mediawiki.", |
81 | 81 | 'config-env-latest-can-not-check' => "'''Note:''' The installer was unable to retrieve information about the latest MediaWiki release from [$1].", |
— | — | @@ -127,10 +127,10 @@ |
128 | 128 | 'config-memory-bad' => "'''Warning:''' PHP's <code>memory_limit</code> is $1. |
129 | 129 | This is probably too low. |
130 | 130 | The installation may fail!", |
131 | | - 'config-xcache' => '[http://trac.lighttpd.net/xcache/ XCache] installed', |
132 | | - 'config-apc' => '[http://www.php.net/apc APC] installed', |
133 | | - 'config-eaccel' => '[http://eaccelerator.sourceforge.net/ eAccelerator] installed', |
134 | | - 'config-wincache' => '[http://www.iis.net/download/WinCacheForPhp WinCache] installed', |
| 131 | + 'config-xcache' => '[http://trac.lighttpd.net/xcache/ XCache] is installed', |
| 132 | + 'config-apc' => '[http://www.php.net/apc APC] is installed', |
| 133 | + 'config-eaccel' => '[http://eaccelerator.sourceforge.net/ eAccelerator] is installed', |
| 134 | + 'config-wincache' => '[http://www.iis.net/download/WinCacheForPhp WinCache] is installed', |
135 | 135 | 'config-no-cache' => "'''Warning:''' Could not find [http://eaccelerator.sourceforge.net eAccelerator], [http://www.php.net/apc APC], [http://trac.lighttpd.net/xcache/ XCache] or [http://www.iis.net/download/WinCacheForPhp WinCache]. |
136 | 136 | Object caching is not enabled.", |
137 | 137 | 'config-diff3-good' => 'Found GNU diff3: <code>$1</code>.', |