Index: trunk/extensions/Translate/MessageGroups.php |
— | — | @@ -706,50 +706,51 @@ |
707 | 707 | protected $classes = null; |
708 | 708 | |
709 | 709 | protected $wmfextensions = array( |
710 | | - 'ext-inputbox', |
711 | | - 'ext-dismissablesitenotice', |
| 710 | + 'ext-antispoof', |
| 711 | + 'ext-assertedit', |
| 712 | + 'ext-boardvote', |
| 713 | + 'ext-bookinformation', |
712 | 714 | 'ext-categorytree', |
713 | | - 'ext-bookinformation', |
| 715 | + 'ext-centralauth', |
| 716 | + 'ext-centralnotice', |
| 717 | + 'ext-checkuser', |
714 | 718 | 'ext-cite', |
715 | 719 | 'ext-citespecial', |
716 | | - 'ext-sitematrix', |
717 | 720 | 'ext-confirmedit', |
718 | 721 | 'ext-confirmeditfancycaptcha', |
719 | 722 | 'ext-crossnamespacelinks', |
| 723 | + 'ext-deletedcontribs', |
| 724 | + 'ext-dismissablesitenotice', |
| 725 | + 'ext-doublewiki', |
720 | 726 | 'ext-expandtemplates', |
721 | 727 | 'ext-flaggedrevs', |
722 | 728 | 'ext-gadgets', |
723 | 729 | 'ext-imagemap', |
724 | | - 'ext-centralauth', |
| 730 | + 'ext-inputbox', |
| 731 | + 'ext-intersection', |
725 | 732 | 'ext-labeledsectiontransclusion', |
726 | 733 | 'ext-linksearch', |
727 | 734 | 'ext-mwsearch', |
728 | 735 | 'ext-newuserlog', |
| 736 | + 'ext-nuke', |
729 | 737 | 'ext-ogghandler', |
| 738 | + 'ext-oversight', |
730 | 739 | 'ext-parserdifftest', |
731 | 740 | 'ext-parserfunctions', |
732 | 741 | 'ext-poem', |
| 742 | + 'ext-proofreadpage', |
| 743 | + 'ext-quiz', |
| 744 | + 'ext-renameuser', |
| 745 | + 'ext-scanset', |
| 746 | + 'ext-simpleantispam', |
| 747 | + 'ext-sitematrix', |
733 | 748 | 'ext-skinperpage', |
734 | 749 | 'ext-spamblacklist', |
735 | 750 | 'ext-syntaxhighlightgeshi', |
736 | | - 'ext-centralnotice', |
737 | | - 'ext-boardvote', |
738 | 751 | 'ext-timeline', |
739 | 752 | 'ext-titleblacklist', |
740 | 753 | 'ext-usernameblacklist', |
741 | 754 | 'ext-wikihiero', |
742 | | - 'ext-deletedcontribs', |
743 | | - 'ext-antispoof', |
744 | | - 'ext-renameuser', |
745 | | - 'ext-proofreadpage', |
746 | | - 'ext-doublewiki', |
747 | | - 'ext-intersection', |
748 | | - 'ext-quiz', |
749 | | - 'ext-assertedit', |
750 | | - 'ext-scanset', |
751 | | - 'ext-oversight', |
752 | | - 'ext-checkuser', |
753 | | - 'ext-nuke', |
754 | 755 | ); |
755 | 756 | |
756 | 757 | protected function init() { |