Update.
authorRotem Liss <rotem@users.mediawiki.org>
Mon, 20 Nov 2006 14:35:44 +0000 (14:35 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Mon, 20 Nov 2006 14:35:44 +0000 (14:35 +0000)
languages/messages/MessagesHe.php
maintenance/language/messages.inc

index cc3eeed..8983709 100644 (file)
@@ -711,6 +711,7 @@ $messages = array(
 'semiprotectedpagewarning'  => "'''הערה:''' דף זה ננעל כך שרק משתמשים רשומים יכולים לערוך אותו.",
 'templatesused'             => 'תבניות המופיעות בדף זה:',
 'templatesusedpreview'      => 'תבניות המופיעות בתצוגה המקדימה הזו:',
+'templatesusedsection'      => 'תבניות המופיעות בפיסקה זו:',
 'edittools'                 => '<!-- הטקסט הנכתב כאן יוצג מתחת לטפסי עריכת דפים והעלאת קבצים, ולפיכך ניתן לכתוב להציג בו תווים קשים לכתיבה, קטעים מוכנים של טקסט ועוד. -->',
 'nocreatetitle'             => 'יצירת הדפים הוגבלה',
 'nocreatetext'              => 'אתר זה מגביל את האפשרות ליצור דפים חדשים. באפשרותכם לחזור אחורה ולערוך דף קיים, או [[{{ns:special}}:Userlogin|להיכנס לחשבון]].',
@@ -2139,9 +2140,10 @@ $1',
 'table_pager_empty'        => 'ללא תוצאות',
 
 # Auto-summaries
-'autosumm-blank'   => 'מסיר את כל התוכן מדף זה',
-'autosumm-replace' => "מחליף את הדף עם '$1'",
-'autoredircomment' => 'הפניה לדף [[$1]]', # This should be changed to the new naming convention, but existed beforehand
+'autosumm-blank'    => 'מסיר את כל התוכן מדף זה',
+'autosumm-replace'  => "מחליף את הדף עם '$1'",
+'autoredircomment'  => 'הפניה לדף [[$1]]', # This should be changed to the new naming convention, but existed beforehand
+'autosumm-shortnew' => 'דף חדש: $1',
 
 );
 
index b984c55..2a15a14 100644 (file)
@@ -475,6 +475,7 @@ $wgMessageStrucutre = array(
                'semiprotectedpagewarning',
                'templatesused',
                'templatesusedpreview',
+               'templatesusedsection',
                'edittools',
                'nocreatetitle',
                'nocreatetext',
@@ -1822,6 +1823,7 @@ $wgMessageStrucutre = array(
                'autosumm-blank',
                'autosumm-replace',
                'autoredircomment',
+               'autosumm-shortnew',
        ),
 );
 /** Comments for each block */