Index: trunk/extensions/Translate/Translate.php |
— | — | @@ -133,6 +133,7 @@ |
134 | 134 | $wgAvailableRights[] = 'translate'; |
135 | 135 | $wgAvailableRights[] = 'translate-import'; |
136 | 136 | $wgAvailableRights[] = 'translate-manage'; |
| 137 | +$wgAvailableRights[] = 'translate-messagereview'; |
137 | 138 | |
138 | 139 | // New jobs |
139 | 140 | $wgJobClasses['MessageIndexRebuildJob'] = 'MessageIndexRebuildJob'; |
Index: trunk/extensions/Translate/Translate.i18n.php |
— | — | @@ -155,6 +155,7 @@ |
156 | 156 | 'right-translate' => 'Edit using the translate interface', |
157 | 157 | 'right-translate-manage' => 'Manage translation groups', |
158 | 158 | 'right-translate-import' => 'Import offline translations', |
| 159 | + 'right-translate-messagereview' => 'Review translations', |
159 | 160 | |
160 | 161 | 'translate-rc-translation-filter' => 'Filter translations:', |
161 | 162 | 'translate-rc-translation-filter-no' => 'Do nothing', |
— | — | @@ -461,6 +462,7 @@ |
462 | 463 | 'right-translate' => '{{doc-right|translate}}', |
463 | 464 | 'right-translate-manage' => '{{doc-right|translate-manage}}', |
464 | 465 | 'right-translate-import' => '{{doc-right|translate-import}}', |
| 466 | + 'right-translate-messagereview' => '{{doc-right|translate-messagereview}}', |
465 | 467 | '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).', |
466 | 468 | '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.', |
467 | 469 | '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.', |