r104245 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104244‎ | r104245 | r104246 >
Date:17:10, 25 November 2011
Author:siebrand
Status:ok
Tags:
Comment:
Backport localisation updates so LocalisationUpdate can pick up the translations.
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/CodeReview/CodeReview.i18n.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/CodeReview/CodeReview.i18n.php
@@ -148,55 +148,53 @@
149149 'codereview-overview-desc' => 'Show a graphical overview of this list',
150150
151151 'codereview-email-subj' => '[$1 $2]: New comment added',
152 - 'codereview-email-body' => 'User "$1" posted a comment on $3.
 152+ 'codereview-email-body' => '"$1" posted a comment on $3.
 153+URL: $2
153154
154 -Full URL: $2
155 -Commit summary:
 155+Commit summary for $3:
156156
157157 $5
158158
159 -Comment:
 159+$1\'s comment:
160160
161161 $4',
162162
163163 'codereview-email-subj2' => '[$1 $2]: Follow-up changes',
164 - 'codereview-email-body2' => 'User "$1" made follow-up changes to $2.
 164+ 'codereview-email-body2' => '"$1" made follow-up changes to $2.
 165+URL: $5
165166
166 -Full URL for followed up revision: $5
167 -Commit summary:
 167+Commit summary for followed-up $2:
168168
169169 $6
170170
171 -Full URL: $3
172 -Commit summary:
 171+Follow-up URL: $3
 172+Follow-up summary by "$1":
173173
174174 $4',
175175
176176 'codereview-email-subj3' => '[$1 $2]: Revision status changed',
177 - 'codereview-email-body3' => 'User "$1" changed the status of $2.
 177+ 'codereview-email-body3' => '"$1" changed the status of $2 to "$4"
 178+URL: $5
178179
179 -Old Status: $3
180 -New Status: $4
 180+Old status: $3
 181+> New status: $4
181182
182 -Full URL: $5
183 -Commit summary:
 183+Commit summary for $2:
184184
185185 $6',
186186
187187 'codereview-email-subj4' => '[$1 $2]: New comment added, and revision status changed',
188 - 'codereview-email-body4' => 'User "$1" changed the status of $2.
 188+ 'codereview-email-body4' => '"$1" changed the status of $2 to "$4" and commented it.
 189+URL: $5
189190
190191 Old Status: $3
191 -New Status: $4
 192+> New Status: $4
192193
193 -User "$1" also posted a comment on $2.
 194+Commit summary for $2:
194195
195 -Full URL: $5
196 -Commit summary:
197 -
198196 $7
199197
200 -Comment:
 198+$1\'s comment:
201199
202200 $6',
203201
@@ -237,7 +235,7 @@
238236 'specialpages-group-developer' => 'Developer tools',
239237
240238 'group-svnadmins' => 'SVN admins',
241 - 'group-svnadmins-member' => 'SVN admin',
 239+ 'group-svnadmins-member' => '{{GENDER:$1|SVN admin}}',
242240 'grouppage-svnadmins' => '{{ns:project}}:SVN admins',
243241 );
244242

Status & tagging log