Removing obsolete messages, referring to the division of special pages to normal...
authorRotem Liss <rotem@users.mediawiki.org>
Tue, 3 Jun 2008 12:58:57 +0000 (12:58 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Tue, 3 Jun 2008 12:58:57 +0000 (12:58 +0000)
languages/messages/MessagesEn.php
languages/messages/MessagesHe.php
maintenance/language/messages.inc

index 8add983..9270158 100644 (file)
@@ -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.
 * <span class="mw-specialpagerestricted">Restricted special pages.</span>',
index a989dd1..b75f598 100644 (file)
@@ -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'              => '----
 * דפים מיוחדים רגילים.
 * <span class="mw-specialpagerestricted">דפים מיוחדים מוגבלים.</span>',
index 8824994..de830e6 100644 (file)
@@ -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 */