http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70449

Revision: 70449
Author:   nikerabbit
Date:     2010-08-04 04:56:12 +0000 (Wed, 04 Aug 2010)

Log Message:
-----------
X installed -> X is installed

Trying to make it more clear that we only detected the state and
not that we installed X now.

Modified Paths:
--------------
    trunk/phase3/includes/installer/Installer.i18n.php

Modified: trunk/phase3/includes/installer/Installer.i18n.php
===================================================================
--- trunk/phase3/includes/installer/Installer.i18n.php  2010-08-04 04:30:12 UTC 
(rev 70448)
+++ trunk/phase3/includes/installer/Installer.i18n.php  2010-08-04 04:56:12 UTC 
(rev 70449)
@@ -74,7 +74,7 @@
 You can install MediaWiki.</span>', // FIXME: take span out of message.
        'config-env-bad'                  => 'The environment has been checked.
 You cannot install MediaWiki.',
-       'config-env-php'                  => 'PHP $1 installed.',
+       'config-env-php'                  => 'PHP $1 is installed.',
        'config-env-latest-ok'            => 'You are installing the latest 
version of Mediawiki.',
        'config-env-latest-new'           => "'''Note:''' You are installing a 
development version of Mediawiki.",
        '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 @@
        'config-memory-bad'               => "'''Warning:''' PHP's 
<code>memory_limit</code> is $1.
 This is probably too low.
 The installation may fail!",
-       'config-xcache'                   => '[http://trac.lighttpd.net/xcache/ 
XCache] installed',
-       'config-apc'                      => '[http://www.php.net/apc APC] 
installed',
-       'config-eaccel'                   => 
'[http://eaccelerator.sourceforge.net/ eAccelerator] installed',
-       'config-wincache'                 => 
'[http://www.iis.net/download/WinCacheForPhp WinCache] installed',
+       'config-xcache'                   => '[http://trac.lighttpd.net/xcache/ 
XCache] is installed',
+       'config-apc'                      => '[http://www.php.net/apc APC] is 
installed',
+       'config-eaccel'                   => 
'[http://eaccelerator.sourceforge.net/ eAccelerator] is installed',
+       'config-wincache'                 => 
'[http://www.iis.net/download/WinCacheForPhp WinCache] is installed',
        '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].
 Object caching is not enabled.",
        'config-diff3-good'               => 'Found GNU diff3: 
<code>$1</code>.',



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to