Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1366,7 +1366,8 @@ |
1367 | 1367 | 'backend-fail-readonly', |
1368 | 1368 | 'backend-fail-synced', |
1369 | 1369 | 'backend-fail-connect', |
1370 | | - 'backend-fail-internal' |
| 1370 | + 'backend-fail-internal', |
| 1371 | + 'backend-fail-contenttype' |
1371 | 1372 | ), |
1372 | 1373 | |
1373 | 1374 | 'lockmanager-errors' => array( |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2257,6 +2257,7 @@ |
2258 | 2258 | 'backend-fail-synced' => 'The file "$1" is in an inconsistent state within the internal backends', |
2259 | 2259 | 'backend-fail-connect' => 'Could not connect to file backend "$1".', |
2260 | 2260 | 'backend-fail-internal' => 'An unknown error occurred in file backend "$1".', |
| 2261 | +'backend-fail-contenttype' => 'Could not determine the content type of file to store at "$1".', |
2261 | 2262 | |
2262 | 2263 | # Lock manager |
2263 | 2264 | 'lockmanager-notlocked' => 'Could not unlock "$1"; it is not locked.', |