From b587bf372ab048576dab064ba87a6f217c8fa764 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 20 Mar 2008 07:06:18 +0000 Subject: [PATCH] * (bug 13322) Messages 'orig' and 'loadhist' removed, unused since ages Message 'isbn' removed too, was replaced by 'booksources-isbn' some time ago --- languages/messages/MessagesEn.php | 3 --- maintenance/language/messageTypes.inc | 1 - maintenance/language/messages.inc | 3 --- 3 files changed, 7 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 5a2b96bb9d..73838d5267 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1110,7 +1110,6 @@ The reason given by $3 is ''$2''", 'nohistory' => 'There is no edit history for this page.', 'revnotfound' => 'Revision not found', 'revnotfoundtext' => 'The old revision of the page you asked for could not be found. Please check the URL you used to access this page.', -'loadhist' => 'Loading page history', 'currentrev' => 'Current revision', 'revisionasof' => 'Revision as of $1', 'revision-info' => 'Revision as of $1 by $2', @@ -1122,7 +1121,6 @@ The reason given by $3 is ''$2''", 'cur' => 'cur', 'next' => 'next', 'last' => 'last', -'orig' => 'orig', 'page_first' => 'first', 'page_last' => 'last', 'histlegend' => 'Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.
@@ -1745,7 +1743,6 @@ The [http://meta.wikimedia.org/wiki/Help:Job_queue job queue] length is '''\$7'' 'booksources-text' => 'Below is a list of links to other sites that sell new and used books, and may also have further information about books you are looking for:', # Magic words -'isbn' => 'ISBN', # only translate this message to other languages if you have to change it 'rfcurl' => 'http://tools.ietf.org/html/rfc$1', # don't translate or duplicate this message to other languages 'pubmedurl' => 'http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=$1', # don't translate or duplicate this message to other languages diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index f2b2511642..c7feba9827 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -213,7 +213,6 @@ $wgOptionalMessages = array( 'exif-lightsource-23', 'exif-filesource-3', 'booksources-isbn', - 'isbn', 'sp-contributions-explain', 'sorbs', 'video-dims', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index b407fb1123..d297997860 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -572,7 +572,6 @@ $wgMessageStructure = array( 'nohistory', 'revnotfound', 'revnotfoundtext', - 'loadhist', 'currentrev', 'revisionasof', 'revision-info', @@ -584,7 +583,6 @@ $wgMessageStructure = array( 'cur', 'next', 'last', - 'orig', 'page_first', 'page_last', 'histlegend', @@ -1149,7 +1147,6 @@ $wgMessageStructure = array( 'booksources-text', ), 'magicwords' => array( - 'isbn', 'rfcurl', 'pubmedurl', ), -- 2.20.1