Index: trunk/extensions/Translate/Translate.php |
— | — | @@ -136,6 +136,7 @@ |
137 | 137 | $wgAvailableRights[] = 'translate-import'; |
138 | 138 | $wgAvailableRights[] = 'translate-manage'; |
139 | 139 | $wgAvailableRights[] = 'translate-messagereview'; |
| 140 | +$wgAvailableRights[] = 'translate-groupreview'; |
140 | 141 | |
141 | 142 | // New rights group |
142 | 143 | $wgGroupPermissions['translate-proofr']['translate-messagereview'] = true; |
Index: trunk/extensions/Translate/Translate.i18n.php |
— | — | @@ -159,6 +159,7 @@ |
160 | 160 | 'right-translate-manage' => 'Manage translation groups', |
161 | 161 | 'right-translate-import' => 'Import offline translations', |
162 | 162 | 'right-translate-messagereview' => 'Review translations', |
| 163 | + 'right-translate-groupreview' => 'Review translations of message groups', |
163 | 164 | |
164 | 165 | 'translate-rc-translation-filter' => 'Filter translations:', |
165 | 166 | 'translate-rc-translation-filter-no' => 'Do nothing', |
— | — | @@ -405,6 +406,7 @@ |
406 | 407 | |
407 | 408 | /** Message documentation (Message documentation) |
408 | 409 | * @author Ans |
| 410 | + * @author Amire80 |
409 | 411 | * @author Assele |
410 | 412 | * @author Darth Kule |
411 | 413 | * @author Dbc334 |
— | — | @@ -486,6 +488,7 @@ |
487 | 489 | 'right-translate-manage' => '{{doc-right|translate-manage}}', |
488 | 490 | 'right-translate-import' => '{{doc-right|translate-import}}', |
489 | 491 | 'right-translate-messagereview' => '{{doc-right|translate-messagereview}}', |
| 492 | + 'right-translate-groupreview' => '{{doc-right|translate-groupreview}}', |
490 | 493 | 'translate-rc-translation-filter' => 'Name of filter in [[Special:RecentChanges]]. Gives a user the option to filter out translations, show translations only, or do nothing (default).', |
491 | 494 | 'translate-rc-translation-filter-no' => 'Option for filter in [[Special:RecentChanges]]. Selecting this option results in the filter not doing anything. It is the default value.', |
492 | 495 | 'translate-rc-translation-filter-only' => 'Option for filter in [[Special:RecentChanges]]. Selecting this option results in the filter only showing recent changes that are translations.', |