From: Rotem Liss Date: Tue, 3 Jun 2008 12:58:57 +0000 (+0000) Subject: Removing obsolete messages, referring to the division of special pages to normal... X-Git-Tag: 1.31.0-rc.0~47219 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=ab101a7c73f0eee799aec5d86f99aadc4cd3ea34;p=lhc%2Fweb%2Fwiklou.git Removing obsolete messages, referring to the division of special pages to normal and restricted, and moving the messages of Special:Specialpages to this page section. --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 8add9838b4..9270158bba 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1906,10 +1906,6 @@ A page is treated as disambiguation page if it uses a template which is linked f 'protectedtitlesempty' => 'No titles are currently protected with these parameters.', 'listusers' => 'User list', 'listusers-summary' => '', # only translate this message to other languages if you have to change it -'specialpages' => 'Special pages', -'specialpages-summary' => '', # only translate this message to other languages if you have to change it -'spheading' => 'Special pages for all users', -'restrictedpheading' => 'Restricted special pages', 'newpages' => 'New pages', 'newpages-summary' => '', # only translate this message to other languages if you have to change it 'newpages-username' => 'Username:', @@ -3392,6 +3388,8 @@ Enter the filename without the "{{ns:image}}:" prefix.', 'fileduplicatesearch-result-n' => 'The file "$1" has {{PLURAL:$2|1 identical duplication|$2 identical duplications}}.', # Special:SpecialPages +'specialpages' => 'Special pages', +'specialpages-summary' => '', # only translate this message to other languages if you have to change it 'specialpages-note' => '---- * Normal special pages. * Restricted special pages.', diff --git a/languages/messages/MessagesHe.php b/languages/messages/MessagesHe.php index a989dd1484..b75f598fe5 100644 --- a/languages/messages/MessagesHe.php +++ b/languages/messages/MessagesHe.php @@ -1570,9 +1570,6 @@ $2', 'protectedtitlestext' => 'הכותרות הבאות מוגנות מפני יצירה:', 'protectedtitlesempty' => 'אין כרגע כותרות מוגנות עם הפרמטרים האלה.', 'listusers' => 'רשימת משתמשים', -'specialpages' => 'דפים מיוחדים', -'spheading' => 'דפים מיוחדים', -'restrictedpheading' => 'דפים מיוחדים מוגבלים', 'newpages' => 'דפים חדשים', 'newpages-username' => 'שם משתמש:', 'ancientpages' => 'דפים מוזנחים', @@ -2815,6 +2812,7 @@ $1', 'fileduplicatesearch-result-n' => 'לקובץ "$1" יש {{plural:$2|עותק כפול אחד|$2 עותקים כפולים}}.', # Special:SpecialPages +'specialpages' => 'דפים מיוחדים', 'specialpages-note' => '---- * דפים מיוחדים רגילים. * דפים מיוחדים מוגבלים.', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 8824994921..de830e6eb9 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -1234,10 +1234,6 @@ $wgMessageStructure = array( 'protectedtitlesempty', 'listusers', 'listusers-summary', - 'specialpages', - 'specialpages-summary', - 'spheading', - 'restrictedpheading', 'newpages', 'newpages-summary', 'newpages-username', @@ -2560,7 +2556,9 @@ $wgMessageStructure = array( 'fileduplicatesearch-result-1', 'fileduplicatesearch-result-n', ), - 'specialpages-group' => array( + 'special-specialpages' => array( + 'specialpages', + 'specialpages-summary', 'specialpages-note', 'specialpages-group-maintenance', 'specialpages-group-other', @@ -2760,7 +2758,7 @@ Variants for Chinese language", 'version' => 'Special:Version', 'filepath' => 'Special:Filepath', 'fileduplicatesearch' => 'Special:FileDuplicateSearch', - 'specialpages-group' => 'Special:SpecialPages', + 'special-specialpages' => 'Special:SpecialPages', ); /** Short comments for standalone messages */