Update.
authorRotem Liss <rotem@users.mediawiki.org>
Tue, 11 Dec 2007 16:57:15 +0000 (16:57 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Tue, 11 Dec 2007 16:57:15 +0000 (16:57 +0000)
languages/messages/MessagesHe.php
maintenance/language/messages.inc

index 32e007d..f15c2d5 100644 (file)
@@ -646,6 +646,7 @@ $2',
 'namespaceprotected'   => "אינכם מורשים לערוך דפים במרחב השם '''$1'''.",
 'customcssjsprotected' => 'אינכם מורשים לערוך דף זה, כיוון שהוא כולל את ההגדרות האישיות של משתמש אחר.',
 'ns-specialprotected'  => 'לא ניתן לערוך דפים מיוחדים.',
+'titleprotected'       => 'לא ניתן ליצור דף זה, כיוון שהמשתמש [[User:$1|$1]] הגן עליו מפני יצירה בנימוק "$2".',
 
 # Login and logout pages
 'logouttitle'                => 'יציאה מהחשבון',
@@ -1629,8 +1630,9 @@ $NEWPAGE
 'pagesize'                    => '(בבתים)',
 
 # Restrictions (nouns)
-'restriction-edit' => 'עריכה',
-'restriction-move' => 'העברה',
+'restriction-edit'   => 'עריכה',
+'restriction-move'   => 'העברה',
+'restriction-create' => 'יצירה',
 
 # Restriction levels
 'restriction-level-sysop'         => 'הגנה מלאה',
index 35ea5fc..bd362e7 100644 (file)
@@ -336,6 +336,7 @@ $wgMessageStructure = array(
                'namespaceprotected',
                'customcssjsprotected',
                'ns-specialprotected',
+               'titleprotected',
        ),
        'login' => array(
                'logouttitle',
@@ -1278,6 +1279,7 @@ $wgMessageStructure = array(
        'restrictions' => array(
                'restriction-edit',
                'restriction-move',
+               'restriction-create',
        ),
        'restriction-levels' => array(
                'restriction-level-sysop',