r108749: added missing backend-fail-contenttype message
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 17 Jan 2012 22:56:43 +0000 (22:56 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 17 Jan 2012 22:56:43 +0000 (22:56 +0000)
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 1595d86..b644b3c 100644 (file)
@@ -2257,6 +2257,7 @@ If the problem persists, contact an [[Special:ListUsers/sysop|administrator]].',
 'backend-fail-synced'        => 'The file "$1" is in an inconsistent state within the internal backends',
 'backend-fail-connect'       => 'Could not connect to file backend "$1".',
 'backend-fail-internal'      => 'An unknown error occurred in file backend "$1".',
+'backend-fail-contenttype'   => 'Could not determine the content type of file to store at "$1".',
 
 # Lock manager
 'lockmanager-notlocked'        => 'Could not unlock "$1"; it is not locked.',
index 26271ab..5dfacc6 100644 (file)
@@ -1366,7 +1366,8 @@ $wgMessageStructure = array(
                'backend-fail-readonly',
                'backend-fail-synced',
                'backend-fail-connect',
-               'backend-fail-internal'
+               'backend-fail-internal',
+               'backend-fail-contenttype'
        ),
 
        'lockmanager-errors' => array(