Followup r63389: remove useless CACHE_DB and confusing CACHE_ANYTHING from cache...
[lhc/web/wiklou.git] / includes / installer / Installer.i18n.php
index 4ea47d8..ab9a0c3 100644 (file)
@@ -406,8 +406,6 @@ Medium to large sites are highly encouraged to enable this, and small sites will
 No functionality is removed, but speed may be impacted.',
        'config-cache-accel'              => 'PHP object caching (APC, eAccelerator, XCache or WinCache)',
        'config-cache-memcached'          => 'Use Memcached (requires additional setup and configuration)',
-       'config-cache-db'                 => 'Cache data into the database',
-       'config-cache-anything'           => 'MediaWiki will attempt to cache data anywhere possible, except in Memcached, unless indicated explicitely',
        'config-memcached-servers'        => 'Memcached servers:',
        'config-memcached-help'           => 'List of IP addresses to use for Memcached.
 Should be separated with commas and specify the port to be used (for example: 1.2.3.4:56, 7.8.9.10:11).',
@@ -430,7 +428,11 @@ Consider changing it manually.",
        'config-install-sysop'            => 'Creating administrator user account',
        'config-install-localsettings'    => 'Creating LocalSettings.php',
        'config-install-localsettings-unwritable' => 'Warning: Could not write <code>LocalSettings.php</code>.
-Create it yourself, using the following text:',
+Create it yourself, using the following text:
+<textarea name="LocalSettings" id="LocalSettings" cols="80" rows="25" readonly="readonly">
+$1
+</textarea>
+',
        'config-install-done'             => "'''Congratulations!'''
 You have successfully installed MediaWiki.