From: Rotem Liss Date: Sat, 15 Dec 2007 12:39:50 +0000 (+0000) Subject: Update. X-Git-Tag: 1.31.0-rc.0~50420 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=91f9783a672f147030bf24050830836b9f5386f0;p=lhc%2Fweb%2Fwiklou.git Update. --- diff --git a/languages/messages/MessagesHe.php b/languages/messages/MessagesHe.php index 58b8d8da93..47fcb7bf68 100644 --- a/languages/messages/MessagesHe.php +++ b/languages/messages/MessagesHe.php @@ -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' => 'דפים מיוחדים', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 66807812a7..2e295bc441 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -1070,6 +1070,10 @@ $wgMessageStructure = array( 'protectedpages-summary', 'protectedpagestext', 'protectedpagesempty', + 'protectedtitles', + 'protectedtitles-summary', + 'protectedtitlestext', + 'protectedtitlesempty', 'listusers', 'listusers-summary', 'specialpages',