From 31eed5add5518b64b2fe0cc0986c37fe41488f5a Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 1 Jan 2009 10:42:17 +0000 Subject: [PATCH] Follow up on r45276: * missing 'action-' message * add messages to messages.inc --- languages/messages/MessagesEn.php | 1 + maintenance/language/messages.inc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 03da2742a3..c5d1b1d6fe 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index f0c7c6f2ce..90afbb6f74 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -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', -- 2.20.1