Update.
authorRotem Liss <rotem@users.mediawiki.org>
Mon, 1 Jan 2007 10:44:02 +0000 (10:44 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Mon, 1 Jan 2007 10:44:02 +0000 (10:44 +0000)
languages/messages/MessagesHe.php
maintenance/language/messages.inc

index 070c3e4..62ca68c 100644 (file)
@@ -1380,13 +1380,14 @@ $NEWPAGE
 'uctop'         => '(אחרון)',
 'newbies'       => 'משתמשים חדשים',
 
-'sp-newimages-showfrom' => 'הצג תמונות חדשות החל מ־$1',
-
 'sp-contributions-newest'      => 'חדשות ביותר',
 'sp-contributions-oldest'      => 'ישנות ביותר',
 'sp-contributions-newer'       => '$1 החדשות',
 'sp-contributions-older'       => '$1 הישנות',
 'sp-contributions-newbies-sub' => 'עבור משתמשים חדשים',
+'sp-contributions-blocklog'    => 'יומן חסימות',
+
+'sp-newimages-showfrom' => 'הצג תמונות חדשות החל מ־$1',
 
 # What links here
 'whatlinkshere' => 'דפים המקושרים לכאן',
index 5d22f8d..edf00b3 100644 (file)
@@ -1126,15 +1126,16 @@ $wgMessageStrucutre = array(
                'uctop',
                'newbies',
        ),
-       'newimages-showfrom' => array(
-               'sp-newimages-showfrom',
-       ),
-       'contributions2' => array(
+       'sp-contributions' => array(
                'sp-contributions-newest',
                'sp-contributions-oldest',
                'sp-contributions-newer',
                'sp-contributions-older',
                'sp-contributions-newbies-sub',
+               'sp-contributions-blocklog',
+       ),
+       'newimages-showfrom' => array(
+               'sp-newimages-showfrom',
        ),
        'whatlinkshere' => array(
                'whatlinkshere',
@@ -1949,8 +1950,8 @@ XHTML id names.",
        'undelete'            => 'Undelete',
        'nsform'              => 'Namespace form on various pages',
        'contributions'       => 'Contributions',
+       'sp-contributions'    => '',
        'newimages-showfrom'  => '',
-       'contributions2'      => '',
        'whatlinkshere'       => 'What links here',
        'block'               => 'Block/unblock',
        'developertools'      => 'Developer tools',