r38989 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38988‎ | r38989 | r38990 >
Date:11:02, 9 August 2008
Author:rotem
Status:old
Tags:
Comment:
Removing colon from links in log events: The colon is shown in Special:Log. The colon is also not necessary in edit summaries, though it doesn't show there, so removing it there too.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesHe.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesHe.php
@@ -1817,9 +1817,9 @@
18181818 'sessionfailure' => 'נראה שיש בעיה בחיבורכם לאתר. פעולתכם בוטלה כאמצעי זהירות כנגד התחזות לתקשורת ממחשבכם. אנא חיזרו לדף הקודם ונסו שנית.',
18191819 'protectlogpage' => 'יומן הגנות',
18201820 'protectlogtext' => 'להלן רשימה של הגנות וביטולי הגנות על דפים. ראו גם את [[Special:ProtectedPages|רשימת הדפים המוגנים]] הנוכחית.',
1821 -'protectedarticle' => 'הגן על [[:$1]]',
1822 -'modifiedarticleprotection' => 'שינה את רמת ההגנה של [[:$1]]',
1823 -'unprotectedarticle' => 'ביטל את ההגנה על [[:$1]]',
 1821+'protectedarticle' => 'הגן על [[$1]]',
 1822+'modifiedarticleprotection' => 'שינה את רמת ההגנה של [[$1]]',
 1823+'unprotectedarticle' => 'ביטל את ההגנה על [[$1]]',
18241824 'protect-title' => 'שינוי רמת ההגנה של "$1"',
18251825 'protect-backlink' => '→ $1',
18261826 'protect-legend' => 'אישור הפעלת ההגנה',
@@ -2098,8 +2098,8 @@
20992099 'movepage-page-moved' => 'הדף $1 הועבר לשם $2.',
21002100 'movepage-page-unmoved' => 'לא ניתן להעביר את הדף $1 לשם $2.',
21012101 'movepage-max-pages' => 'המספר המקסימלי של {{PLURAL:$1|דף אחד|$1 דפים}} כבר הועבר ולא ניתן להעביר דפים נוספים אוטומטית.',
2102 -'1movedto2' => '[[:$1]] הועבר ל[[:$2]]',
2103 -'1movedto2_redir' => '[[:$1]] הועבר ל[[:$2]] במקום הפניה',
 2102+'1movedto2' => '[[$1]] הועבר ל[[$2]]',
 2103+'1movedto2_redir' => '[[$1]] הועבר ל[[$2]] במקום הפניה',
21042104 'movelogpage' => 'יומן העברות',
21052105 'movelogpagetext' => 'להלן רשימה של העברות דפים.',
21062106 'movereason' => 'סיבה:',
@@ -2188,7 +2188,7 @@
21892189 # Import log
21902190 'importlogpage' => 'יומן ייבוא',
21912191 'importlogpagetext' => 'ייבוא מנהלי של דפים (כולל היסטוריית העריכות שלהם) מאתרי ויקי אחרים.',
2192 -'import-logentry-upload' => 'ייבא את [[:$1]] על ידי העלאת קובץ',
 2192+'import-logentry-upload' => 'ייבא את [[$1]] באמצעות העלאת קובץ',
21932193 'import-logentry-upload-detail' => '{{PLURAL:$1|גרסה אחת|$1 גרסאות}}',
21942194 'import-logentry-interwiki' => 'ייבא את $1 בייבוא בין־אתרי',
21952195 'import-logentry-interwiki-detail' => '{{PLURAL:$1|גרסה אחת|$1 גרסאות}} של הדף $2',
@@ -2743,7 +2743,7 @@
27442744 # Auto-summaries
27452745 'autosumm-blank' => 'הסרת כל התוכן מדף זה',
27462746 'autosumm-replace' => "החלפת הדף עם '$1'",
2747 -'autoredircomment' => 'הפניה לדף [[:$1]]',
 2747+'autoredircomment' => 'הפניה לדף [[$1]]',
27482748 'autosumm-new' => 'דף חדש: $1',
27492749
27502750 # Size units
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2191,9 +2191,9 @@
21922192 'protectlogpage' => 'Protection log',
21932193 'protectlogtext' => 'Below is a list of page locks and unlocks.
21942194 See the [[Special:ProtectedPages|protected pages list]] for the list of currently operational page protections.',
2195 -'protectedarticle' => 'protected "[[:$1]]"',
2196 -'modifiedarticleprotection' => 'changed protection level for "[[:$1]]"',
2197 -'unprotectedarticle' => 'unprotected "[[:$1]]"',
 2195+'protectedarticle' => 'protected "[[$1]]"',
 2196+'modifiedarticleprotection' => 'changed protection level for "[[$1]]"',
 2197+'unprotectedarticle' => 'unprotected "[[$1]]"',
21982198 'protect-title' => 'Change protection level for "$1"',
21992199 'protect-backlink' => '← $1', # only translate this message to other languages if you have to change it
22002200 'protect-legend' => 'Confirm protection',
@@ -2491,8 +2491,8 @@
24922492 'movepage-page-moved' => 'The page $1 has been moved to $2.',
24932493 'movepage-page-unmoved' => 'The page $1 could not be moved to $2.',
24942494 'movepage-max-pages' => 'The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.',
2495 -'1movedto2' => '[[:$1]] moved to [[:$2]]',
2496 -'1movedto2_redir' => '[[:$1]] moved to [[:$2]] over redirect',
 2495+'1movedto2' => '[[$1]] moved to [[$2]]',
 2496+'1movedto2_redir' => '[[$1]] moved to [[$2]] over redirect',
24972497 'movelogpage' => 'Move log',
24982498 'movelogpagetext' => 'Below is a list of pages moved.',
24992499 'movereason' => 'Reason:',
@@ -2587,7 +2587,7 @@
25882588 # Import log
25892589 'importlogpage' => 'Import log',
25902590 'importlogpagetext' => 'Administrative imports of pages with edit history from other wikis.',
2591 -'import-logentry-upload' => 'imported [[:$1]] by file upload',
 2591+'import-logentry-upload' => 'imported [[$1]] by file upload',
25922592 'import-logentry-upload-detail' => '$1 {{PLURAL:$1|revision|revisions}}',
25932593 'import-logentry-interwiki' => 'transwikied $1',
25942594 'import-logentry-interwiki-detail' => '$1 {{PLURAL:$1|revision|revisions}} from $2',
@@ -3304,7 +3304,7 @@
33053305 # Auto-summaries
33063306 'autosumm-blank' => 'Removing all content from page',
33073307 'autosumm-replace' => "Replacing page with '$1'",
3308 -'autoredircomment' => 'Redirecting to [[:$1]]',
 3308+'autoredircomment' => 'Redirecting to [[$1]]',
33093309 'autosumm-new' => 'New page: $1',
33103310
33113311 # Autoblock whitelist

Status & tagging log