Index: trunk/extensions/CodeReview/CodeReview.i18n.php |
— | — | @@ -245,12 +245,16 @@ |
246 | 246 | 'code-status-new' => '{{Identical|New}}', |
247 | 247 | 'code-status-reverted' => '{{Identical|Revert}}', |
248 | 248 | 'code-status-ok' => '{{Identical|OK}}', |
249 | | - 'code-signoffs' => 'A "sign-off" is a concept in code review that means that the person doing the sign-off has the authority to completely approve the involved code changes and has done so.', |
250 | | - 'code-signoff-legend' => 'A "sign-off" is a concept in code review that means that the person doing the sign-off has the authority to completely approve the involved code changes and has done so.', |
| 249 | + 'code-signoffs' => 'A "sign-off" is a concept in code review that means that the person doing the sign-off has approved the involved code changes.', |
| 250 | + 'code-signoff-legend' => 'A "sign-off" is a concept in code review that means that the person doing the sign-off has approved the involved code changes.', |
251 | 251 | 'code-signoff-submit' => 'Submit button text. |
252 | 252 | |
253 | | -A "sign-off" is a concept in code review that means that the person doing the sign-off has the authority to completely approve the involved code changes and has done so.', |
254 | | - 'code-signoff-field-date' => '{{Identical|Date}}', |
| 253 | +A "sign-off" is a concept in code review that means that the person doing the sign-off has approved the involved code changes.', |
| 254 | + 'code-signoff-flag-inspected' => 'Type of sign-off indicating the code has been looked at.', |
| 255 | + 'code-signoff-flag-tested' => 'Type of sign-off indicating the code has been tested.', |
| 256 | + 'code-signoff-field-user' => 'Table column header: name of the user that did the sign-off.', |
| 257 | + 'code-signoff-field-flag' => 'Table column header: "type" of sign-off. One of the code-signoff-flag-* messages.', |
| 258 | + 'code-signoff-field-date' => 'Table column header: timestamp of the sign-off. {{Identical|Date}}', |
255 | 259 | 'code-pathsearch-path' => '{{Identical|Path}}', |
256 | 260 | 'code-revfilter-cr_status' => '{{Identical|Status}}', |
257 | 261 | 'code-revfilter-cr_author' => '{{Identical|Author}}', |
— | — | @@ -293,7 +297,7 @@ |
294 | 298 | 'right-codereview-remove-tag' => '{{doc-right}}', |
295 | 299 | 'right-codereview-post-comment' => '{{doc-right}}', |
296 | 300 | 'right-codereview-set-status' => '{{doc-right}}', |
297 | | - 'right-codereview-signoff' => 'A "sign-off" is a concept in code review that means that the person doing the sign-off has the authority to completely approve the involved code changes and has done so.', |
| 301 | + 'right-codereview-signoff' => 'A "sign-off" is a concept in code review that means that the person doing the sign-off has approved the involved code changes.', |
298 | 302 | 'right-codereview-link-user' => '{{Doc-right}}', |
299 | 303 | ); |
300 | 304 | |