Update and fixes.
authorRotem Liss <rotem@users.mediawiki.org>
Sun, 1 Jun 2008 05:51:37 +0000 (05:51 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sun, 1 Jun 2008 05:51:37 +0000 (05:51 +0000)
languages/messages/MessagesEn.php
languages/messages/MessagesHe.php
maintenance/language/messages.inc

index fdcc7be..3b0d8c2 100644 (file)
@@ -3392,7 +3392,8 @@ Enter the filename without the "{{ns:image}}:" prefix.',
 'fileduplicatesearch-result-n' => 'The file "$1" has {{PLURAL:$2|1 identical duplication|$2 identical duplications}}.',
 
 # Special:SpecialPages
-'specialpages-note'              => "<hr>\n* <span class=\"mw-specialpagerestricted\">Highlighted</span> special pages are restricted.",
+'specialpages-note'              => '<hr />
+* <span class="mw-specialpagerestricted">Highlighted</span> special pages are restricted.',
 'specialpages-group-maintenance' => 'Maintenance reports',
 'specialpages-group-other'       => 'Other special pages',
 'specialpages-group-login'       => 'Login / sign up',
index 7b0959b..a08c1f2 100644 (file)
@@ -2059,7 +2059,7 @@ $1',
 'movepage-page-exists'    => 'הדף $1 קיים כבר ולא ניתן לדרוס אותו אוטומטית.',
 'movepage-page-moved'     => 'הדף $1 הועבר לשם $2.',
 'movepage-page-unmoved'   => 'לא ניתן להעביר את הדף $1 לשם $2.',
-'movepage-max-pages'      => 'המספר המקסימלי של $1 דפים כבר הועבר ולא ניתן להעביר דפים נוספים אוטומטית.',
+'movepage-max-pages'      => 'המספר המקסימלי של {{plural:$1|דף אחד|$1 דפים}} כבר הועבר ולא ניתן להעביר דפים נוספים אוטומטית.',
 '1movedto2'               => '[[$1]] הועבר ל[[$2]]',
 '1movedto2_redir'         => '[[$1]] הועבר ל[[$2]] במקום הפניה',
 'movelogpage'             => 'יומן העברות',
@@ -2815,13 +2815,19 @@ $1',
 'fileduplicatesearch-result-n' => 'לקובץ "$1" יש {{plural:$2|עותק כפול אחד|$2 עותקים כפולים}}.',
 
 # Special:SpecialPages
+'specialpages-note'              => '<hr />
+* דפים מיוחדים <span class="mw-specialpagerestricted">מובלטים</span> הם מוגבלים.',
 'specialpages-group-maintenance' => 'דיווחי תחזוקה',
 'specialpages-group-other'       => 'דפים מיוחדים אחרים',
 'specialpages-group-login'       => 'כניסה / הרשמה לחשבון',
 'specialpages-group-changes'     => 'שינויים אחרונים ויומנים',
 'specialpages-group-media'       => 'קובצי מדיה והעלאות',
 'specialpages-group-users'       => 'משתמשים והרשאות',
-'specialpages-group-needy'       => 'דפים הדורשים עבודה',
 'specialpages-group-highuse'     => 'דפים בשימוש רב',
+'specialpages-group-pages'       => 'רשימות דפים',
+'specialpages-group-pagetools'   => 'כלים לדפים',
+'specialpages-group-wiki'        => 'מידע וכלים על האתר',
+'specialpages-group-redirects'   => 'הפניות מדפים מיוחדים',
+'specialpages-group-spam'        => 'כלי ספאם',
 
 );
index 53c3b28..8824994 100644 (file)
@@ -2561,17 +2561,18 @@ $wgMessageStructure = array(
                'fileduplicatesearch-result-n',
        ),
        'specialpages-group' => array(
+               'specialpages-note',
                'specialpages-group-maintenance',
                'specialpages-group-other',
                'specialpages-group-login',
                'specialpages-group-changes',
                'specialpages-group-media',
                'specialpages-group-users',
-               'specialpages-group-needy',
                'specialpages-group-highuse',
                'specialpages-group-pages',
                'specialpages-group-pagetools',
                'specialpages-group-wiki',
+               'specialpages-group-redirects',
                'specialpages-group-spam',
        ),
 );