Remove unused 'cachederror' and 'loginpagetitle'
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 26 Apr 2009 14:49:15 +0000 (14:49 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 26 Apr 2009 14:49:15 +0000 (14:49 +0000)
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 135a081..7ac90e5 100644 (file)
@@ -812,7 +812,6 @@ The last attempted database query was:
 "$1"
 from within function "$2".
 MySQL returned error "$3: $4"',
-'cachederror'          => 'The following is a cached copy of the requested page, and may not be up to date.',
 'laggedslavemode'      => 'Warning: Page may not contain recent updates.',
 'readonly'             => 'Database locked',
 'enterlockreason'      => 'Enter a reason for the lock, including an estimate of when the lock will be released',
@@ -884,7 +883,6 @@ Note that some pages may continue to be displayed as if you were still logged in
 'welcomecreation'            => '== Welcome, $1! ==
 Your account has been created.
 Do not forget to change your [[Special:Preferences|{{SITENAME}} preferences]].',
-'loginpagetitle'             => 'User login',
 'yourname'                   => 'Username:',
 'yourpassword'               => 'Password:',
 'yourpasswordagain'          => 'Retype password:',
index 74f27fb..a096aa7 100644 (file)
@@ -316,7 +316,6 @@ $wgMessageStructure = array(
                'databaseerror',
                'dberrortext',
                'dberrortextcl',
-               'cachederror',
                'laggedslavemode',
                'readonly',
                'enterlockreason',
@@ -366,7 +365,6 @@ $wgMessageStructure = array(
        'login' => array(
                'logouttext',
                'welcomecreation',
-               'loginpagetitle',
                'yourname',
                'yourpassword',
                'yourpasswordagain',