Index: trunk/extensions/CodeReview/CodeReview.i18n.php |
— | — | @@ -151,58 +151,58 @@ |
152 | 152 | 'codereview-overview-desc' => 'Show a graphical overview of this list', |
153 | 153 | |
154 | 154 | 'codereview-email-subj' => '[$1 $2]: New comment added', |
155 | | - 'codereview-email-body' => 'User "$1" posted a comment on $3. |
| 155 | + 'codereview-email-body' => '"$1" posted a comment on $3. |
| 156 | +URL: $2 |
156 | 157 | |
157 | | -Full URL: $2 |
158 | | -Commit summary: |
| 158 | +Commit summary for $3: |
159 | 159 | |
160 | 160 | $5 |
161 | 161 | |
162 | | -Comment: |
| 162 | +$1\'s comment: |
163 | 163 | |
164 | 164 | $4', |
165 | 165 | |
166 | 166 | 'codereview-email-subj2' => '[$1 $2]: Follow-up changes', |
167 | | - 'codereview-email-body2' => 'User "$1" made follow-up changes to $2. |
| 167 | + 'codereview-email-body2' => '"$1" made follow-up changes to $2. |
| 168 | +URL: $5 |
168 | 169 | |
169 | | -Full URL for followed up revision: $5 |
170 | | -Commit summary: |
| 170 | +Commit summary for followed-up $2: |
171 | 171 | |
172 | 172 | $6 |
173 | 173 | |
174 | | -Full URL: $3 |
175 | | -Commit summary: |
| 174 | +Follow-up URL: $3 |
| 175 | +Follow-up summary by "$1": |
176 | 176 | |
177 | 177 | $4', |
178 | 178 | |
179 | 179 | 'codereview-email-subj3' => '[$1 $2]: Revision status changed', |
180 | | - 'codereview-email-body3' => 'User "$1" changed the status of $2. |
| 180 | + 'codereview-email-body3' => '"$1" changed the status of $2 to "$4" |
| 181 | +URL: $5 |
181 | 182 | |
182 | | -Old Status: $3 |
183 | | -New Status: $4 |
| 183 | +Old status: $3 |
| 184 | +> New status: $4 |
184 | 185 | |
185 | | -Full URL: $5 |
186 | | -Commit summary: |
| 186 | +Commit summary for $2: |
187 | 187 | |
188 | 188 | $6', |
189 | 189 | |
190 | 190 | 'codereview-email-subj4' => '[$1 $2]: New comment added, and revision status changed', |
191 | | - 'codereview-email-body4' => 'User "$1" changed the status of $2. |
| 191 | + 'codereview-email-body4' => '"$1" changed the status of $2 to "$4" and commented it. |
| 192 | +URL: $5 |
192 | 193 | |
193 | 194 | Old Status: $3 |
194 | | -New Status: $4 |
| 195 | +> New Status: $4 |
195 | 196 | |
196 | | -User "$1" also posted a comment on $2. |
| 197 | +Commit summary for $2: |
197 | 198 | |
198 | | -Full URL: $5 |
199 | | -Commit summary: |
200 | | - |
201 | 199 | $7 |
202 | 200 | |
203 | | -Comment: |
| 201 | +$1\'s comment: |
204 | 202 | |
205 | | -$6', |
| 203 | +$6 |
206 | 204 | |
| 205 | +', |
| 206 | + |
207 | 207 | 'code-stats' => 'statistics', |
208 | 208 | 'code-stats-header' => 'Statistics for repository $1', |
209 | 209 | 'code-stats-main' => 'As of $1, the repository has $2 {{PLURAL:$2|revision|revisions}} by [[Special:Code/$3/author|$4 {{PLURAL:$4|author|authors}}]].', |