Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -307,7 +307,6 @@ |
308 | 308 | 'badtitle', |
309 | 309 | 'badtitletext', |
310 | 310 | 'perfdisabled', |
311 | | - 'perfdisabledsub', |
312 | 311 | 'perfcached', |
313 | 312 | 'perfcachedts', |
314 | 313 | 'querypage-no-updates', |
— | — | @@ -2291,7 +2290,6 @@ |
2292 | 2291 | $wgMessageComments = array( |
2293 | 2292 | 'lastmodifiedat' => '$1 date, $2 time', |
2294 | 2293 | 'sitenotice' => 'the equivalent to wgSiteNotice', |
2295 | | - 'perfdisabledsub' => 'obsolete?', |
2296 | 2294 | 'history-feed-item-nocomment' => 'user at time', |
2297 | 2295 | 'editcomment' => 'only shown if there is an edit comment', |
2298 | 2296 | 'lastmodifiedatby' => '$1 date, $2 time, $3 user', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -774,7 +774,6 @@ |
775 | 775 | 'badtitle' => 'Bad title', |
776 | 776 | 'badtitletext' => 'The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. It may contain one or more characters which cannot be used in titles.', |
777 | 777 | 'perfdisabled' => 'Sorry! This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki.', |
778 | | -'perfdisabledsub' => 'Here is a saved copy from $1:', # obsolete? |
779 | 778 | 'perfcached' => 'The following data is cached and may not be up to date.', |
780 | 779 | 'perfcachedts' => 'The following data is cached, and was last updated $1.', |
781 | 780 | 'querypage-no-updates' => 'Updates for this page are currently disabled. Data here will not presently be refreshed.', |