Follow up on r45276:
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Thu, 1 Jan 2009 10:42:17 +0000 (10:42 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Thu, 1 Jan 2009 10:42:17 +0000 (10:42 +0000)
* missing 'action-' message
* add messages to messages.inc

languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 03da274..c5d1b1d 100644 (file)
@@ -1681,6 +1681,7 @@ please see math/README to configure.',
 'action-move'                 => 'move this page',
 'action-move-subpages'        => 'move this page, and its subpages',
 'action-move-rootuserpages'   => 'move root user pages',
+'action-movefile'             => 'move this file',
 'action-upload'               => 'upload this file',
 'action-reupload'             => 'overwrite this existing file',
 'action-reupload-shared'      => 'override this file on a shared repository',
index f0c7c6f..90afbb6 100644 (file)
@@ -955,6 +955,7 @@ $wgMessageStructure = array(
                'right-move',
                'right-move-subpages',
                'right-move-rootuserpages',
+               'right-movefile',
                'right-suppressredirect',
                'right-upload',
                'right-reupload',
@@ -1015,6 +1016,7 @@ $wgMessageStructure = array(
                'action-move',
                'action-move-subpages',
                'action-move-rootuserpages',
+               'action-movefile',
                'action-upload',
                'action-reupload',
                'action-reupload-shared',
@@ -1868,6 +1870,7 @@ $wgMessageStructure = array(
                'movenologin',
                'movenologintext',
                'movenotallowed',
+               'movenotallowedfile',
                'cant-move-user-page',
                'cant-move-to-user-page',
                'newtitle',