Index: trunk/extensions/CodeReview/CodeReview.i18n.php |
— | — | @@ -256,6 +256,8 @@ |
257 | 257 | 'code-signoff-submit' => 'Submit button text. |
258 | 258 | |
259 | 259 | A "sign-off" is a concept in code review that means that the person doing the sign-off has approved the involved code changes.', |
| 260 | + 'code-signoff-strike' => 'Submit button that, when clicked, will cause the selected sign-offs to be struck. Struck sign-offs are visible but displayed <s>with a line through them</s>.', |
| 261 | + 'code-signoff-signoff' => 'Label text which is followed by a checkbox for each sign-off state and a submit button.', |
260 | 262 | 'code-signoff-flag-inspected' => 'Type of sign-off indicating the code has been looked at.', |
261 | 263 | 'code-signoff-flag-tested' => 'Type of sign-off indicating the code has been tested.', |
262 | 264 | 'code-signoff-field-user' => 'Table column header: name of the user that did the sign-off.', |
— | — | @@ -263,6 +265,7 @@ |
264 | 266 | * {{msg-mw|code-signoff-flag-inspected}} |
265 | 267 | * {{msg-mw|code-signoff-flag-tested}}', |
266 | 268 | 'code-signoff-field-date' => 'Table column header: timestamp of the sign-off. {{Identical|Date}}', |
| 269 | + 'code-signoff-struckdate' => 'This is displayed in the date column for a struck sign-off. $1 is the timestamp of the sign-off, $2 is the timestamp of when it was struck.', |
267 | 270 | 'code-pathsearch-path' => '{{Identical|Path}}', |
268 | 271 | 'code-revfilter-cr_status' => '{{Identical|Status}}', |
269 | 272 | 'code-revfilter-cr_author' => '{{Identical|Author}}', |