Localization update for he, updating messages.inc, and rebuilding en.
authorRotem Liss <rotem@users.mediawiki.org>
Sat, 17 Apr 2010 08:25:25 +0000 (08:25 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sat, 17 Apr 2010 08:25:25 +0000 (08:25 +0000)
languages/messages/MessagesEn.php
languages/messages/MessagesHe.php
maintenance/language/messages.inc

index 9b6eb43..8634674 100644 (file)
@@ -2064,7 +2064,7 @@ Permitted {{PLURAL:\$3|file type is|file types are}} \$2.",
 'illegal-filename'            => 'The filename is not allowed',
 'overwrite'                   => 'Overwriting an existing file is not allowed',
 'unknown-error'               => 'An unknown error occured',
-'tmp-create-error'            => 'Couldn\'t create temporary file',
+'tmp-create-error'            => "Couldn't create temporary file",
 'tmp-write-error'             => 'Error writing temporary file',
 'large-file'                  => 'It is recommended that files are no larger than $1;
 this file is $2.',
index e92e171..612bde1 100644 (file)
@@ -1644,6 +1644,17 @@ $1",
 'filetype-unwanted-type'      => "'''\".\$1\"''' הוא סוג קובץ בלתי מומלץ. {{PLURAL:\$3|סוג הקובץ המומלץ הוא|סוגי הקבצים המומלצים הם}} \$2.",
 'filetype-banned-type'        => "'''\".\$1\"''' הוא סוג קובץ אסור להעלאה. {{PLURAL:\$3|סוג הקובץ המותר הוא|סוגי הקבצים המותרים הם}} \$2.",
 'filetype-missing'            => 'לקובץ אין סיומת (כדוגמת ".jpg").',
+'empty-file'                  => 'הקובץ ששלחת היה ריק',
+'file-too-large'              => 'הקובץ ששלחת היה גדול מדי',
+'filename-tooshort'           => 'שם הקובץ קצר מדי',
+'filetype-banned'             => 'סוג הקובץ הזה אסור להעלאה',
+'verification-error'          => 'קובץ זה לא עבר את תהליך אימות הקבצים',
+'hookaborted'                 => 'השינוי שניסית לבצע הופסק על ידי מבנה Hook של הרחבה',
+'illegal-filename'            => 'שם הקובץ אינו מותר להעלאה',
+'overwrite'                   => 'דריסת קובץ קיים אינה מותרת',
+'unknown-error'               => 'אירעה שגיאה בלתי ידועה',
+'tmp-create-error'            => 'לא ניתן ליצור קובץ זמני',
+'tmp-write-error'             => 'שגיאה בכתיבה לקובץ הזמני',
 'large-file'                  => 'מומלץ שהקבצים לא יהיו גדולים יותר מ־$1 (גודל הקובץ שהעליתם הוא $2).',
 'largefileserver'             => 'גודל הקובץ שהעליתם חורג ממגבלת השרת.',
 'emptyfile'                   => 'הקובץ שהעליתם ריק. ייתכן שהסיבה לכך היא שגיאת הקלדה בשם הקובץ. אנא ודאו שזהו הקובץ שברצונך להעלות.',
@@ -1676,6 +1687,7 @@ $1",
 'uploadedimage'               => 'העלה את הקובץ [[$1]]',
 'overwroteimage'              => 'העלה גרסה חדשה של הקובץ [[$1]]',
 'uploaddisabled'              => 'העלאת קבצים מבוטלת',
+'copyuploaddisabled'          => 'העלאת קבצים מכתובת URL מבוטלת',
 'uploaddisabledtext'          => 'אפשרות העלאת הקבצים מבוטלת.',
 'php-uploaddisabledtext'      => 'אפשרות העלאת הקבצים מבוטלת ברמת PHP. אנא בדקו את ההגדרה file_uploads.',
 'uploadscripted'              => 'הקובץ כולל קוד סקריפט או HTML שעשוי להתפרש או להתבצע בטעות על ידי הדפדפן.',
index 4fe9433..d03fc47 100644 (file)
@@ -1214,6 +1214,17 @@ $wgMessageStructure = array(
                'filetype-unwanted-type',
                'filetype-banned-type',
                'filetype-missing',
+               'empty-file',
+               'file-too-large',
+               'filename-tooshort',
+               'filetype-banned',
+               'verification-error',
+               'hookaborted',
+               'illegal-filename',
+               'overwrite',
+               'unknown-error',
+               'tmp-create-error',
+               'tmp-write-error',
                'large-file',
                'largefileserver',
                'emptyfile',