Update.
authorRotem Liss <rotem@users.mediawiki.org>
Sat, 23 Dec 2006 15:23:09 +0000 (15:23 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sat, 23 Dec 2006 15:23:09 +0000 (15:23 +0000)
languages/messages/MessagesHe.php
maintenance/language/messages.inc

index c6d8c89..b29fef5 100644 (file)
@@ -966,7 +966,7 @@ $messages = array(
 'illegalfilename'             => 'הקובץ "$1" מכיל תוים בלתי חוקיים. אנא שנו את שמו ונסו להעלותו שנית.',
 'badfilename'                 => 'שם התמונה שונה ל־"$1".',
 'badfiletype'                 => '"$1" אינו פורמט מומלץ לשמירת תמונות.',
-'largefile'                   => 'מומלץ שגודל הקובץ לא יחרוג מ־$1 בייטים (גודל הקובץ שהעליתם הוא $2 בייטים).',
+'large-file'                  => 'מומלץ שהקבצים לא יהיו גדולים יותר מ־$1 (גודל הקובץ שהעליתם הוא $2).',
 'largefileserver'             => 'גודל הקובץ שהעליתם חורג ממגבלת השרת.',
 'emptyfile'                   => 'הקובץ שהעליתם ריק. ייתכן שהסיבה לכך היא שגיאת הקלדה בשם הקובץ. אנא ודאו שזהו הקובץ שברצונך להעלות.',
 'fileexists'                  => 'קובץ בשם זה כבר קיים, אנא בדקו את $1 אם אינכם בטוחים שברצונכם להחליף אותו.',
@@ -2175,6 +2175,12 @@ $1',
 'autoredircomment' => 'הפניה לדף [[$1]]', # This should be changed to the new naming convention, but existed beforehand
 'autosumm-new'     => 'דף חדש: $1',
 
+# Size units
+'size-bytes'     => '$1 בייטים',
+'size-kilobytes' => '$1 קילו־בייטים',
+'size-megabytes' => '$1 מגה־בייטים',
+'size-gigabytes' => "$1 ג'יגה־בייטים",
+
 );
 
 ?>
index 7d71ff7..3fa6c65 100644 (file)
@@ -729,7 +729,7 @@ $wgMessageStrucutre = array(
                'illegalfilename',
                'badfilename',
                'badfiletype',
-               'largefile',
+               'large-file',
                'largefileserver',
                'emptyfile',
                'fileexists',
@@ -1866,6 +1866,12 @@ $wgMessageStrucutre = array(
        'autoblock_whitelist' => array(
                'autoblock_whitelist',
        ),
+       'sizeunits' => array(
+               'size-bytes',
+               'size-kilobytes',
+               'size-megabytes',
+               'size-gigabytes',
+       ),
 );
 /** Comments for each block */
 $wgBlockComments = array(
@@ -2023,6 +2029,7 @@ Variants for Chinese language",
        'tablepager'          => 'Table pager',
        'autosumm'            => 'Auto-summaries',
        'autoblock_whitelist' => 'Autoblock whitelist',
+       'sizeunits'           => 'Site units',
 );
 
 /** Short comments for standalone messages */