r18153 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r18152‎ | r18153 | r18154 >
Date:15:09, 3 December 2006
Author:rotem
Status:old
Tags:
Comment:
Update.
Modified paths:
  • /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
@@ -1088,22 +1088,11 @@
10891089 'contributions',
10901090 'mycontris',
10911091 'contribsub',
1092 - 'nocontribs',
1093 - 'ucnote',
1094 - 'uclinks',
10951092 'uctop',
1096 - 'newbies',
10971093 ),
1098 - 'newimages-showfrom' => array(
1099 - 'sp-newimages-showfrom',
 1094+ 'newbiecontributions' => array(
 1095+ 'newbiecontributions',
11001096 ),
1101 - 'contributions2' => array(
1102 - 'sp-contributions-newest',
1103 - 'sp-contributions-oldest',
1104 - 'sp-contributions-newer',
1105 - 'sp-contributions-older',
1106 - 'sp-contributions-newbies-sub',
1107 - ),
11081097 'whatlinkshere' => array(
11091098 'whatlinkshere',
11101099 'whatlinkshere-summary',
@@ -1387,6 +1376,7 @@
13881377 'newimages-summary',
13891378 'showhidebots',
13901379 'noimages',
 1380+ 'sp-newimages-showfrom',
13911381 ),
13921382 'variantname-zh' => array(
13931383 'variantname-zh-cn',
@@ -1903,8 +1893,7 @@
19041894 'undelete' => 'Undelete',
19051895 'nsform' => 'Namespace form on various pages',
19061896 'contributions' => 'Contributions',
1907 - 'newimages-showfrom' => '',
1908 - 'contributions2' => '',
 1897+ 'newbiecontributions' => 'Newbie contributions',
19091898 'whatlinkshere' => 'What links here',
19101899 'block' => 'Block/unblock',
19111900 'developertools' => 'Developer tools',
Index: trunk/phase3/languages/messages/MessagesHe.php
@@ -1344,20 +1344,11 @@
13451345 'contributions' => 'תרומות המשתמש',
13461346 'mycontris' => 'התרומות שלי',
13471347 'contribsub' => 'עבור $1',
1348 -'nocontribs' => 'לא נמצאו שינויים המתאימים לקריטריונים אלו.',
1349 -'ucnote' => "להלן '''$1''' השינויים האחרונים שביצע משתמש זה ב־'''$2''' הימים האחרונים:",
1350 -'uclinks' => 'צפה ב־$1 השינויים האחרונים; צפה ב־$2 הימים האחרונים',
13511348 'uctop' => '(אחרון)',
1352 -'newbies' => 'משתמשים חדשים',
13531349
1354 -'sp-newimages-showfrom' => 'הצג תמונות חדשות החל מ־$1',
 1350+# Newbie contributions
 1351+'newbiecontributions' => 'תרומות משתמשים חדשים',
13551352
1356 -'sp-contributions-newest' => 'חדשות ביותר',
1357 -'sp-contributions-oldest' => 'ישנות ביותר',
1358 -'sp-contributions-newer' => '$1 החדשות',
1359 -'sp-contributions-older' => '$1 הישנות',
1360 -'sp-contributions-newbies-sub' => 'עבור משתמשים חדשים',
1361 -
13621353 # What links here
13631354 'whatlinkshere' => 'דפים המקושרים לכאן',
13641355 'notargettitle' => 'אין דף מטרה',
@@ -1721,9 +1712,10 @@
17221713 'thumbsize' => 'הקטן לגודל של:',
17231714 'showbigimage' => 'הורד גרסת רזולוציה גבוהה ($1x$2, גודל: $3 קילובייטים)',
17241715
1725 -'newimages' => 'גלריית תמונות חדשות',
1726 -'showhidebots' => '($1 בוטים)',
1727 -'noimages' => 'אין תמונות.',
 1716+'newimages' => 'גלריית תמונות חדשות',
 1717+'showhidebots' => '($1 בוטים)',
 1718+'noimages' => 'אין תמונות.',
 1719+'sp-newimages-showfrom' => 'הצג תמונות חדשות החל מ־$1',
17281720
17291721 /*
17301722 Short names for language variants used for language conversion links.

Follow-up revisions

RevisionCommit summaryAuthorDate
r18181Reverting r18153, per the revert of Special:Contributions and Special:NewbieC...rotem14:40, 5 December 2006