r65154 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65153‎ | r65154 | r65155 >
Date:08:25, 17 April 2010
Author:rotem
Status:ok
Tags:
Comment:
Localization update for he, updating messages.inc, and rebuilding en.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesHe.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -1214,6 +1214,17 @@
12151215 'filetype-unwanted-type',
12161216 'filetype-banned-type',
12171217 'filetype-missing',
 1218+ 'empty-file',
 1219+ 'file-too-large',
 1220+ 'filename-tooshort',
 1221+ 'filetype-banned',
 1222+ 'verification-error',
 1223+ 'hookaborted',
 1224+ 'illegal-filename',
 1225+ 'overwrite',
 1226+ 'unknown-error',
 1227+ 'tmp-create-error',
 1228+ 'tmp-write-error',
12181229 'large-file',
12191230 'largefileserver',
12201231 'emptyfile',
Index: trunk/phase3/languages/messages/MessagesHe.php
@@ -1644,6 +1644,17 @@
16451645 'filetype-unwanted-type' => "'''\".\$1\"''' הוא סוג קובץ בלתי מומלץ. {{PLURAL:\$3|סוג הקובץ המומלץ הוא|סוגי הקבצים המומלצים הם}} \$2.",
16461646 'filetype-banned-type' => "'''\".\$1\"''' הוא סוג קובץ אסור להעלאה. {{PLURAL:\$3|סוג הקובץ המותר הוא|סוגי הקבצים המותרים הם}} \$2.",
16471647 'filetype-missing' => 'לקובץ אין סיומת (כדוגמת ".jpg").',
 1648+'empty-file' => 'הקובץ ששלחת היה ריק',
 1649+'file-too-large' => 'הקובץ ששלחת היה גדול מדי',
 1650+'filename-tooshort' => 'שם הקובץ קצר מדי',
 1651+'filetype-banned' => 'סוג הקובץ הזה אסור להעלאה',
 1652+'verification-error' => 'קובץ זה לא עבר את תהליך אימות הקבצים',
 1653+'hookaborted' => 'השינוי שניסית לבצע הופסק על ידי מבנה Hook של הרחבה',
 1654+'illegal-filename' => 'שם הקובץ אינו מותר להעלאה',
 1655+'overwrite' => 'דריסת קובץ קיים אינה מותרת',
 1656+'unknown-error' => 'אירעה שגיאה בלתי ידועה',
 1657+'tmp-create-error' => 'לא ניתן ליצור קובץ זמני',
 1658+'tmp-write-error' => 'שגיאה בכתיבה לקובץ הזמני',
16481659 'large-file' => 'מומלץ שהקבצים לא יהיו גדולים יותר מ־$1 (גודל הקובץ שהעליתם הוא $2).',
16491660 'largefileserver' => 'גודל הקובץ שהעליתם חורג ממגבלת השרת.',
16501661 'emptyfile' => 'הקובץ שהעליתם ריק. ייתכן שהסיבה לכך היא שגיאת הקלדה בשם הקובץ. אנא ודאו שזהו הקובץ שברצונך להעלות.',
@@ -1676,6 +1687,7 @@
16771688 'uploadedimage' => 'העלה את הקובץ [[$1]]',
16781689 'overwroteimage' => 'העלה גרסה חדשה של הקובץ [[$1]]',
16791690 'uploaddisabled' => 'העלאת קבצים מבוטלת',
 1691+'copyuploaddisabled' => 'העלאת קבצים מכתובת URL מבוטלת',
16801692 'uploaddisabledtext' => 'אפשרות העלאת הקבצים מבוטלת.',
16811693 'php-uploaddisabledtext' => 'אפשרות העלאת הקבצים מבוטלת ברמת PHP. אנא בדקו את ההגדרה file_uploads.',
16821694 'uploadscripted' => 'הקובץ כולל קוד סקריפט או HTML שעשוי להתפרש או להתבצע בטעות על ידי הדפדפן.',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2064,7 +2064,7 @@
20652065 'illegal-filename' => 'The filename is not allowed',
20662066 'overwrite' => 'Overwriting an existing file is not allowed',
20672067 'unknown-error' => 'An unknown error occured',
2068 -'tmp-create-error' => 'Couldn\'t create temporary file',
 2068+'tmp-create-error' => "Couldn't create temporary file",
20692069 'tmp-write-error' => 'Error writing temporary file',
20702070 'large-file' => 'It is recommended that files are no larger than $1;
20712071 this file is $2.',

Status & tagging log