Add missing messages for [right|action]-move-userpages
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 31 Oct 2008 22:47:24 +0000 (22:47 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 31 Oct 2008 22:47:24 +0000 (22:47 +0000)
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index ebb9351..32de666 100644 (file)
@@ -1643,6 +1643,7 @@ please see math/README to configure.',
 'right-userrights'           => 'Edit all user rights',
 'right-userrights-interwiki' => 'Edit user rights of users on other wikis',
 'right-siteadmin'            => 'Lock and unlock the database',
+'right-move-rootuserpages'   => 'Move root user pages',
 
 # User rights log
 'rightslog'      => 'User rights log',
@@ -1683,6 +1684,7 @@ please see math/README to configure.',
 'action-userrights'           => 'edit all user rights',
 'action-userrights-interwiki' => 'edit user rights of users on other wikis',
 'action-siteadmin'            => 'lock or unlock the database',
+'action-move-rootuserpages'   => 'move root user pages',
 
 # Recent changes
 'nchanges'                          => '$1 {{PLURAL:$1|change|changes}}',
index 00012e1..841e5da 100644 (file)
@@ -964,6 +964,7 @@ $wgMessageStructure = array(
                'right-userrights',
                'right-userrights-interwiki',
                'right-siteadmin',
+               'right-move-rootuserpages',
        ),
        'rightslog' => array(
                'rightslog',
@@ -1004,6 +1005,7 @@ $wgMessageStructure = array(
                'action-userrights',
                'action-userrights-interwiki',
                'action-siteadmin',
+               'action-move-rootuserpages',
        ),
        'recentchanges' => array(
                'nchanges',