From 5482db7eb319d7fc7b49c7fc57df884a837bf717 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 27 Jan 2013 20:02:16 +0100 Subject: [PATCH] Sprinkle over some strings. Change-Id: I80e3c5ec5c28fa6e5a0b449d276db5b4e77a4a89 --- includes/installer/Installer.i18n.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 737df84f66..6e1e6c3cb0 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -17,19 +17,19 @@ $messages['en'] = array( 'config-information' => 'Information', 'config-localsettings-upgrade' => "A LocalSettings.php file has been detected. To upgrade this installation, please enter the value of \$wgUpgradeKey in the box below. -You will find it in LocalSettings.php.", - 'config-localsettings-cli-upgrade' => 'A LocalSettings.php file has been detected. -To upgrade this installation, please run update.php instead', +You will find it in LocalSettings.php.", + 'config-localsettings-cli-upgrade' => 'A LocalSettings.php file has been detected. +To upgrade this installation, please run update.php instead', 'config-localsettings-key' => 'Upgrade key:', 'config-localsettings-badkey' => 'The key you provided is incorrect.', 'config-upgrade-key-missing' => 'An existing installation of MediaWiki has been detected. -To upgrade this installation, please put the following line at the bottom of your LocalSettings.php: +To upgrade this installation, please put the following line at the bottom of your LocalSettings.php: $1', - 'config-localsettings-incomplete' => 'The existing LocalSettings.php appears to be incomplete. + 'config-localsettings-incomplete' => 'The existing LocalSettings.php appears to be incomplete. The $1 variable is not set. -Please change LocalSettings.php so that this variable is set, and click "Continue".', - 'config-localsettings-connection-error' => 'An error was encountered when connecting to the database using the settings specified in LocalSettings.php or AdminSettings.php. Please fix these settings and try again. +Please change LocalSettings.php so that this variable is set, and click "{{int:Config-continue}}".', + 'config-localsettings-connection-error' => 'An error was encountered when connecting to the database using the settings specified in LocalSettings.php or AdminSettings.php. Please fix these settings and try again. $1', 'config-session-error' => 'Error starting session: $1', @@ -317,7 +317,7 @@ This is '''not recommended''' unless you are having problems with your wiki.", You can now [$1 start using your wiki].", 'config-regenerate' => 'Regenerate LocalSettings.php →', - 'config-show-table-status' => 'SHOW TABLE STATUS query failed!', + 'config-show-table-status' => 'SHOW TABLE STATUS query failed!', 'config-unknown-collation' => "'''Warning:''' Database is using unrecognised collation.", 'config-db-web-account' => 'Database account for web access', 'config-db-web-help' => 'Select the username and password that the web server will use to connect to the database server, during ordinary operation of the wiki.', -- 2.20.1