Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -316,8 +316,6 @@ |
317 | 317 | 'databaseerror', |
318 | 318 | 'dberrortext', |
319 | 319 | 'dberrortextcl', |
320 | | - 'noconnect', |
321 | | - 'nodb', |
322 | 320 | 'cachederror', |
323 | 321 | 'laggedslavemode', |
324 | 322 | 'readonly', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -812,9 +812,6 @@ |
813 | 813 | "$1" |
814 | 814 | from within function "$2". |
815 | 815 | MySQL returned error "$3: $4"', |
816 | | -'noconnect' => 'Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server.<br /> |
817 | | -$1', |
818 | | -'nodb' => 'Could not select database $1', |
819 | 816 | 'cachederror' => 'The following is a cached copy of the requested page, and may not be up to date.', |
820 | 817 | 'laggedslavemode' => 'Warning: Page may not contain recent updates.', |
821 | 818 | 'readonly' => 'Database locked', |