* remove bogus outputFooter call
[lhc/web/wiklou.git] / includes / installer / Installer.i18n.php
index d762cfa..d624532 100644 (file)
@@ -257,6 +257,9 @@ Change its permissions so that the webserver can write to it, and try again.',
 Check the data directory and database name below and try again.',
        'config-sqlite-readonly'          => 'File <code>$1</code> is not writeable.',
        'config-sqlite-cant-create-db'    => 'Could not create database file <code>$1</code>.',
+       'config-sqlite-fts3-downgrade'    => 'PHP is missing FTS3 support, downgrading tables',
+       'config-sqlite-fts3-add'          => 'Adding FTS3 search capabilities',
+       'config-sqlite-fts3-ok'           => 'Fulltext search table appears to be in order',
        'config-can-upgrade'              => "There are MediaWiki tables in this database.
 To upgrade them to MediaWiki $1, click '''Continue'''.",
        'config-upgrade-done'             => "Upgrade complete.
@@ -425,9 +428,13 @@ Make sure that the user "$1" can write to the schema "$2".',
        'config-insecure-secretkey'       => "'''Warning:''' Unable to create secure <code>\$wgSecretKey</code>.
 Consider changing it manually.",
        'config-install-sysop'            => 'Creating administrator user account',
-       'config-install-localsettings'    => 'Creating <code>LocalSettings.php</code>',
+       '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.