Index: trunk/extensions/Translate/Translate.i18n.php |
— | — | @@ -382,6 +382,12 @@ |
383 | 383 | |
384 | 384 | 'translate-messagereview-no-fuzzy' => 'Fuzzy translations cannot be reviewed', |
385 | 385 | 'translate-messagereview-no-own' => 'You cannot review your own translations', |
| 386 | + |
| 387 | + // Damn the 16 character limit for user group names! |
| 388 | + 'group-translate-proofr' => 'Translation reviewers', |
| 389 | + 'group-translate-proofr-member' => '{{GENDER:$1|translation reviewer}}', |
| 390 | + 'grouppage-translate-proofr' => '{{ns:project}}:Translation reviewers', |
| 391 | + |
386 | 392 | ); |
387 | 393 | |
388 | 394 | /** Message documentation (Message documentation) |