r45368 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45367‎ | r45368 | r45369 >
Date:13:42, 3 January 2009
Author:rotem
Status:ok
Tags:
Comment:
Localization update for he, updating messages.inc, and rebuilding the English file.
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
@@ -1175,15 +1175,16 @@
11761176 'upload_source_file',
11771177 ),
11781178 'filelist' => array(
1179 - 'imagelist-summary',
1180 - 'imagelist_search_for',
 1179+ 'listfiles-summary',
 1180+ 'listfiles_search_for',
11811181 'imgfile',
1182 - 'imagelist',
1183 - 'imagelist_date',
1184 - 'imagelist_name',
1185 - 'imagelist_user',
1186 - 'imagelist_size',
1187 - 'imagelist_description',
 1182+ 'listfiles',
 1183+ 'listfiles_date',
 1184+ 'listfiles_name',
 1185+ 'listfiles_user',
 1186+ 'listfiles_size',
 1187+ 'listfiles_description',
 1188+ 'listfiles_count',
11881189 ),
11891190 'filedescription' => array(
11901191 'filehist',
@@ -1511,6 +1512,8 @@
15121513 'defemailsubject',
15131514 'noemailtitle',
15141515 'noemailtext',
 1516+ 'nowikiemailtitle',
 1517+ 'nowikiemailtext',
15151518 'email-legend',
15161519 'emailfrom',
15171520 'emailto',
@@ -2929,7 +2932,7 @@
29302933 'upload-errors' => '',
29312934 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
29322935 'licenses' => '',
2933 - 'filelist' => 'Special:FileList',
 2936+ 'filelist' => 'Special:ListFiles',
29342937 'filedescription' => 'File description page',
29352938 'filerevert' => 'File reversion',
29362939 'filedelete' => 'File deletion',
Index: trunk/phase3/languages/messages/MessagesHe.php
@@ -204,7 +204,7 @@
205205 'Watchlist' => array( 'רשימת_המעקב', 'רשימת_מעקב', 'רשימת_המעקב_שלי' ),
206206 'Recentchanges' => array( 'שינויים_אחרונים' ),
207207 'Upload' => array( 'העלאה', 'העלאת_קובץ_לשרת' ),
208 - 'Imagelist' => array( 'רשימת_קבצים', 'רשימת_תמונות', 'קבצים', 'תמונות' ),
 208+ 'Listfiles' => array( 'רשימת_קבצים', 'רשימת_תמונות', 'קבצים', 'תמונות' ),
209209 'Newimages' => array( 'קבצים_חדשים', 'תמונות_חדשות', 'גלריית_קבצים_חדשים', 'גלריית_תמונות_חדשות' ),
210210 'Listusers' => array( 'רשימת_משתמשים', 'משתמשים' ),
211211 'Listgrouprights' => array( 'רשימת_הרשאות_לקבוצה' ),
@@ -681,7 +681,8 @@
682682 'namespaceprotected' => "אינכם מורשים לערוך דפים במרחב השם '''$1'''.",
683683 'customcssjsprotected' => 'אינכם מורשים לערוך דף זה, כיוון שהוא כולל את ההגדרות האישיות של משתמש אחר.',
684684 'ns-specialprotected' => 'לא ניתן לערוך דפים מיוחדים.',
685 -'titleprotected' => 'לא ניתן ליצור דף זה, כיוון שהמשתמש [[User:$1|$1]] הגן עליו מפני יצירה בנימוק "$2".',
 685+'titleprotected' => 'לא ניתן ליצור דף זה, כיוון שהמשתמש [[User:$1|$1]] הגן עליו מפני יצירה.
 686+הסיבה שניתנה לחסימה היא "$2".',
686687
687688 # Virus scanner
688689 'virus-badscanner' => 'הגדרות שגויות: סורק הווירוסים אינו ידוע: <i>$1</i>',
@@ -1101,7 +1102,7 @@
11021103 'visualcomparison' => 'השוואה חזותית',
11031104 'wikicodecomparison' => 'השוואת קוד ויקי',
11041105 'editundo' => 'ביטול',
1105 -'diff-multi' => '({{PLURAL:$1|גרסת ביניים אחת אינה מוצגת|$1 גרסאות ביניים אינן מוצגות}}.)',
 1106+'diff-multi' => '({{PLURAL:$1|גרסת ביניים אחת אינה מוצגת|$1 גרסאות ביניים אינן מוצגות}})',
11061107 'diff-movedto' => 'הועבר ל$1',
11071108 'diff-styleadded' => 'נוסף סגנון $1',
11081109 'diff-added' => 'נוסף $1',
@@ -1592,16 +1593,17 @@
15931594 'upload_source_url' => ' (כתובת URL תקפה ונגישה)',
15941595 'upload_source_file' => ' (קובץ במחשב שלך)',
15951596
1596 -# Special:FileList
1597 -'imagelist-summary' => 'דף זה מציג את כל הקבצים שהועלו. כברירת מחדל מוצגים הקבצים האחרונים שהועלו בראש הרשימה. לחיצה על כותרת של עמודה משנה את המיון.',
1598 -'imagelist_search_for' => 'חיפוש קובץ מדיה בשם:',
 1597+# Special:ListFiles
 1598+'listfiles-summary' => 'דף זה מציג את כל הקבצים שהועלו. כברירת מחדל מוצגים הקבצים האחרונים שהועלו בראש הרשימה. לחיצה על כותרת של עמודה משנה את המיון.',
 1599+'listfiles_search_for' => 'חיפוש קובץ מדיה בשם:',
15991600 'imgfile' => 'קובץ',
1600 -'imagelist' => 'רשימת קבצים',
1601 -'imagelist_date' => 'תאריך',
1602 -'imagelist_name' => 'שם',
1603 -'imagelist_user' => 'משתמש',
1604 -'imagelist_size' => 'גודל',
1605 -'imagelist_description' => 'תיאור',
 1601+'listfiles' => 'רשימת קבצים',
 1602+'listfiles_date' => 'תאריך',
 1603+'listfiles_name' => 'שם',
 1604+'listfiles_user' => 'משתמש',
 1605+'listfiles_size' => 'גודל',
 1606+'listfiles_description' => 'תיאור',
 1607+'listfiles_count' => 'גרסאות',
16061608
16071609 # File description page
16081610 'filehist' => 'היסטוריית הקובץ',
@@ -1880,27 +1882,29 @@
18811883 'listgrouprights-removegroup-all' => 'הרשאה להסרת כל הקבוצות',
18821884
18831885 # E-mail user
1884 -'mailnologin' => 'אין כתובת לשליחה',
1885 -'mailnologintext' => 'עליכם [[Special:UserLogin|להיכנס לחשבון]] ולהגדיר לעצמכם כתובת דואר אלקטרוני תקינה ב[[Special:Preferences|העדפות המשתמש]] שלכם כדי לשלוח דואר למשתמש אחר.',
1886 -'emailuser' => 'שליחת דואר אלקטרוני למשתמש זה',
1887 -'emailpage' => 'שליחת דואר למשתמש',
1888 -'emailpagetext' => 'ניתן להשתמש בטופס כדי לשלוח הודעת דואר אלקטרוני למשתמש זה.
1889 -// כתובת הדואר האלקטרוני שהזנתם ב[[Special:Preferences|העדפות המשתמש שלכם]] תופיע ככתובת ממנה נשלחה ההודעה, כדי לאפשר תגובה ישירה למכתב.',
1890 -'usermailererror' => 'אוביקט הדואר החזיר שגיאה:',
1891 -'defemailsubject' => 'דוא"ל {{SITENAME}}',
1892 -'noemailtitle' => 'אין כתובת דואר אלקטרוני',
1893 -'noemailtext' => 'משתמש זה לא הזין כתובת דואר אלקטרוני חוקית או בחר שלא לקבל דואר אלקטרוני ממשתמשים אחרים.',
1894 -'email-legend' => 'שליחת דואר אלקטרוני למשתמש אחר של {{SITENAME}}',
1895 -'emailfrom' => 'מאת:',
1896 -'emailto' => 'אל:',
1897 -'emailsubject' => 'נושא:',
1898 -'emailmessage' => 'הודעה:',
1899 -'emailsend' => 'שליחה',
1900 -'emailccme' => 'קבלת העתק של הודעה זו בדואר האלקטרוני.',
1901 -'emailccsubject' => 'העתק של הודעתך למשתמש $1: $2',
1902 -'emailsent' => 'הדואר נשלח',
1903 -'emailsenttext' => 'הודעת הדואר האלקטרוני שלך נשלחה.',
1904 -'emailuserfooter' => 'דואר זה נשלח על ידי $1 למשתמש $2 באמצעות תכונת "שליחת דואר אלקטרוני למשתמש זה" ב{{grammar:תחילית|{{SITENAME}}}}.',
 1886+'mailnologin' => 'אין כתובת לשליחה',
 1887+'mailnologintext' => 'עליכם [[Special:UserLogin|להיכנס לחשבון]] ולהגדיר לעצמכם כתובת דואר אלקטרוני תקינה ב[[Special:Preferences|העדפות המשתמש]] שלכם כדי לשלוח דואר למשתמש אחר.',
 1888+'emailuser' => 'שליחת דואר אלקטרוני למשתמש זה',
 1889+'emailpage' => 'שליחת דואר למשתמש',
 1890+'emailpagetext' => 'ניתן להשתמש בטופס כדי לשלוח הודעת דואר אלקטרוני למשתמש זה.
 1891+כתובת הדואר האלקטרוני שכתבתם ב[[Special:Preferences|העדפות המשתמש שלכם]] תופיע ככתובת ממנה נשלחה ההודעה, כדי לאפשר תגובה ישירה למכתב.',
 1892+'usermailererror' => 'אוביקט הדואר החזיר שגיאה:',
 1893+'defemailsubject' => 'דוא"ל {{SITENAME}}',
 1894+'noemailtitle' => 'אין כתובת דואר אלקטרוני',
 1895+'noemailtext' => 'משתמש זה לא הזין כתובת דואר אלקטרוני חוקית.',
 1896+'nowikiemailtitle' => 'שליחת דוא"ל אינה אפשרית',
 1897+'nowikiemailtext' => 'משתמש זה בחר שלא לקבל דואר אלקטרוני ממשתמשים אחרים.',
 1898+'email-legend' => 'שליחת דואר אלקטרוני למשתמש אחר של {{SITENAME}}',
 1899+'emailfrom' => 'מאת:',
 1900+'emailto' => 'אל:',
 1901+'emailsubject' => 'נושא:',
 1902+'emailmessage' => 'הודעה:',
 1903+'emailsend' => 'שליחה',
 1904+'emailccme' => 'קבלת העתק של הודעה זו בדואר האלקטרוני.',
 1905+'emailccsubject' => 'העתק של הודעתך למשתמש $1: $2',
 1906+'emailsent' => 'הדואר נשלח',
 1907+'emailsenttext' => 'הודעת הדואר האלקטרוני שלך נשלחה.',
 1908+'emailuserfooter' => 'דואר זה נשלח על ידי $1 למשתמש $2 באמצעות תכונת "שליחת דואר אלקטרוני למשתמש זה" ב{{grammar:תחילית|{{SITENAME}}}}.',
19051909
19061910 # Watchlist
19071911 'watchlist' => 'רשימת המעקב שלי',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -851,8 +851,8 @@
852852 'namespaceprotected' => "You do not have permission to edit pages in the '''$1''' namespace.",
853853 'customcssjsprotected' => "You do not have permission to edit this page, because it contains another user's personal settings.",
854854 'ns-specialprotected' => 'Special pages cannot be edited.',
855 -'titleprotected' => "This title has been protected from creation by [[User:$1|$1]].
856 -The reason given is \"<i>$2</i>\".",
 855+'titleprotected' => 'This title has been protected from creation by [[User:$1|$1]].
 856+The reason given is "<i>$2</i>".',
857857
858858 # Virus scanner
859859 'virus-badscanner' => 'Bad configuration: unknown virus scanner: <i>$1</i>',
@@ -1241,9 +1241,9 @@
12421242 'last' => 'prev',
12431243 'page_first' => 'first',
12441244 'page_last' => 'last',
1245 -'histlegend' => 'Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br />
1246 -Legend: \'\'\'(cur)\'\'\' = difference with current version,
1247 -\'\'\'(prev)\'\'\' = difference with preceding version, \'\'\'m\'\'\' = minor edit.',
 1245+'histlegend' => "Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br />
 1246+Legend: '''(cur)''' = difference with current version,
 1247+'''(prev)''' = difference with preceding version, '''m''' = minor edit.",
12481248 'history-fieldset-title' => 'Browse history',
12491249 'history_copyright' => '-', # do not translate or duplicate this message to other languages
12501250 'deletedrev' => '[deleted]',
@@ -2227,29 +2227,29 @@
22282228 'listgrouprights-removegroup-all' => 'Can remove all groups',
22292229
22302230 # E-mail user
2231 -'mailnologin' => 'No send address',
2232 -'mailnologintext' => 'You must be [[Special:UserLogin|logged in]] and have a valid e-mail address in your [[Special:Preferences|preferences]] to send e-mail to other users.',
2233 -'emailuser' => 'E-mail this user',
2234 -'emailpage' => 'E-mail user',
2235 -'emailpagetext' => 'You can use the form below to send an e-mail message to this user.
 2231+'mailnologin' => 'No send address',
 2232+'mailnologintext' => 'You must be [[Special:UserLogin|logged in]] and have a valid e-mail address in your [[Special:Preferences|preferences]] to send e-mail to other users.',
 2233+'emailuser' => 'E-mail this user',
 2234+'emailpage' => 'E-mail user',
 2235+'emailpagetext' => 'You can use the form below to send an e-mail message to this user.
22362236 The e-mail address you entered in [[Special:Preferences|your user preferences]] will appear as the "From" address of the e-mail, so the recipient will be able to reply directly to you.',
2237 -'usermailererror' => 'Mail object returned error:',
2238 -'defemailsubject' => '{{SITENAME}} e-mail',
2239 -'noemailtitle' => 'No e-mail address',
2240 -'noemailtext' => 'This user has not specified a valid e-mail address.',
 2237+'usermailererror' => 'Mail object returned error:',
 2238+'defemailsubject' => '{{SITENAME}} e-mail',
 2239+'noemailtitle' => 'No e-mail address',
 2240+'noemailtext' => 'This user has not specified a valid e-mail address.',
22412241 'nowikiemailtitle' => 'No e-mail allowed',
2242 -'nowikiemailtext' => 'This user has chosen not to receive e-mail from other users.',
2243 -'email-legend' => 'Send an e-mail to another {{SITENAME}} user',
2244 -'emailfrom' => 'From:',
2245 -'emailto' => 'To:',
2246 -'emailsubject' => 'Subject:',
2247 -'emailmessage' => 'Message:',
2248 -'emailsend' => 'Send',
2249 -'emailccme' => 'E-mail me a copy of my message.',
2250 -'emailccsubject' => 'Copy of your message to $1: $2',
2251 -'emailsent' => 'E-mail sent',
2252 -'emailsenttext' => 'Your e-mail message has been sent.',
2253 -'emailuserfooter' => 'This e-mail was sent by $1 to $2 by the "Email user" function at {{SITENAME}}.',
 2242+'nowikiemailtext' => 'This user has chosen not to receive e-mail from other users.',
 2243+'email-legend' => 'Send an e-mail to another {{SITENAME}} user',
 2244+'emailfrom' => 'From:',
 2245+'emailto' => 'To:',
 2246+'emailsubject' => 'Subject:',
 2247+'emailmessage' => 'Message:',
 2248+'emailsend' => 'Send',
 2249+'emailccme' => 'E-mail me a copy of my message.',
 2250+'emailccsubject' => 'Copy of your message to $1: $2',
 2251+'emailsent' => 'E-mail sent',
 2252+'emailsenttext' => 'Your e-mail message has been sent.',
 2253+'emailuserfooter' => 'This e-mail was sent by $1 to $2 by the "Email user" function at {{SITENAME}}.',
22542254
22552255 # Watchlist
22562256 'watchlist' => 'My watchlist',

Status & tagging log