Update.
authorRotem Liss <rotem@users.mediawiki.org>
Sat, 15 Dec 2007 12:39:50 +0000 (12:39 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sat, 15 Dec 2007 12:39:50 +0000 (12:39 +0000)
languages/messages/MessagesHe.php
maintenance/language/messages.inc

index 58b8d8d..47fcb7b 100644 (file)
@@ -225,6 +225,7 @@ $specialPageAliases = array(
        'Ancientpages'              => array( 'דפים_מוזנחים' ),
        'Deadendpages'              => array( 'דפים_ללא_קישורים' ),
        'Protectedpages'            => array( 'דפים_מוגנים' ),
+       'Protectedtitles'           => array( 'כותרות_מוגנות' ),
        'Allpages'                  => array( 'כל_הדפים' ),
        'Prefixindex'               => array( 'דפים_המתחילים_ב' ) ,
        'Ipblocklist'               => array( 'רשימת_חסומים', 'רשימת_משתמשים_חסומים', 'משתמשים_חסומים' ),
@@ -1398,6 +1399,9 @@ $2',
 'protectedpages'          => 'דפים מוגנים',
 'protectedpagestext'      => 'הדפים הבאים מוגנים מפני עריכה או העברה:',
 'protectedpagesempty'     => 'אין כרגע דפים מוגנים עם הפרמטרים הללו.',
+'protectedtitles'         => 'כותרות מוגנות',
+'protectedtitlestext'     => 'הכותרות הבאות מוגנות מפני יצירה:',
+'protectedtitlesempty'    => 'אין כרגע כותרות מוגנות עם הפרמטרים האלה.',
 'listusers'               => 'רשימת משתמשים',
 'specialpages'            => 'דפים מיוחדים',
 'spheading'               => 'דפים מיוחדים',
index 6680781..2e295bc 100644 (file)
@@ -1070,6 +1070,10 @@ $wgMessageStructure = array(
                'protectedpages-summary',
                'protectedpagestext',
                'protectedpagesempty',
+               'protectedtitles',
+               'protectedtitles-summary',
+               'protectedtitlestext',
+               'protectedtitlesempty',
                'listusers',
                'listusers-summary',
                'specialpages',