r18181 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r18180‎ | r18181 | r18182 >
Date:14:40, 5 December 2006
Author:rotem
Status:old
Tags:
Comment:
Reverting r18153, per the revert of Special:Contributions and Special:NewbieContributions in r18166.
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,11 +1088,22 @@
10891089 'contributions',
10901090 'mycontris',
10911091 'contribsub',
 1092+ 'nocontribs',
 1093+ 'ucnote',
 1094+ 'uclinks',
10921095 'uctop',
 1096+ 'newbies',
10931097 ),
1094 - 'newbiecontributions' => array(
1095 - 'newbiecontributions',
 1098+ 'newimages-showfrom' => array(
 1099+ 'sp-newimages-showfrom',
10961100 ),
 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+ ),
10971108 'whatlinkshere' => array(
10981109 'whatlinkshere',
10991110 'whatlinkshere-summary',
@@ -1376,7 +1387,6 @@
13771388 'newimages-summary',
13781389 'showhidebots',
13791390 'noimages',
1380 - 'sp-newimages-showfrom',
13811391 ),
13821392 'variantname-zh' => array(
13831393 'variantname-zh-cn',
@@ -1893,7 +1903,8 @@
18941904 'undelete' => 'Undelete',
18951905 'nsform' => 'Namespace form on various pages',
18961906 'contributions' => 'Contributions',
1897 - 'newbiecontributions' => 'Newbie contributions',
 1907+ 'newimages-showfrom' => '',
 1908+ 'contributions2' => '',
18981909 'whatlinkshere' => 'What links here',
18991910 'block' => 'Block/unblock',
19001911 'developertools' => 'Developer tools',
Index: trunk/phase3/languages/messages/MessagesHe.php
@@ -1344,11 +1344,20 @@
13451345 'contributions' => 'תרומות המשתמש',
13461346 'mycontris' => 'התרומות שלי',
13471347 'contribsub' => 'עבור $1',
 1348+'nocontribs' => 'לא נמצאו שינויים המתאימים לקריטריונים אלו.',
 1349+'ucnote' => "להלן '''$1''' השינויים האחרונים שביצע משתמש זה ב־'''$2''' הימים האחרונים:",
 1350+'uclinks' => 'צפה ב־$1 השינויים האחרונים; צפה ב־$2 הימים האחרונים',
13481351 'uctop' => '(אחרון)',
 1352+'newbies' => 'משתמשים חדשים',
13491353
1350 -# Newbie contributions
1351 -'newbiecontributions' => 'תרומות משתמשים חדשים',
 1354+'sp-newimages-showfrom' => 'הצג תמונות חדשות החל מ־$1',
13521355
 1356+'sp-contributions-newest' => 'חדשות ביותר',
 1357+'sp-contributions-oldest' => 'ישנות ביותר',
 1358+'sp-contributions-newer' => '$1 החדשות',
 1359+'sp-contributions-older' => '$1 הישנות',
 1360+'sp-contributions-newbies-sub' => 'עבור משתמשים חדשים',
 1361+
13531362 # What links here
13541363 'whatlinkshere' => 'דפים המקושרים לכאן',
13551364 'notargettitle' => 'אין דף מטרה',
@@ -1712,10 +1721,9 @@
17131722 'thumbsize' => 'הקטן לגודל של:',
17141723 'showbigimage' => 'הורד גרסת רזולוציה גבוהה ($1x$2, גודל: $3 קילובייטים)',
17151724
1716 -'newimages' => 'גלריית תמונות חדשות',
1717 -'showhidebots' => '($1 בוטים)',
1718 -'noimages' => 'אין תמונות.',
1719 -'sp-newimages-showfrom' => 'הצג תמונות חדשות החל מ־$1',
 1725+'newimages' => 'גלריית תמונות חדשות',
 1726+'showhidebots' => '($1 בוטים)',
 1727+'noimages' => 'אין תמונות.',
17201728
17211729 /*
17221730 Short names for language variants used for language conversion links.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r18153Update.rotem15:09, 3 December 2006
r18166Restore Special:Contributions to its state as of 17964...brion01:11, 5 December 2006