From 8c09c186182d106916d475f9cad334ddb9e7d64b Mon Sep 17 00:00:00 2001 From: Kevin Israel Date: Thu, 5 Dec 2013 23:58:26 -0500 Subject: [PATCH] Remove 3 unused movepage messages Follows-up r4134 (751a0a35f26b): * movedto Follows-up r24618 (877d2bac2f0b): * movenologin Follows-up r35213 (c75649cf5a10): * talkexists Change-Id: I1db90a202f3cb0d93cecd10f6e60874d5478e50a --- languages/messages/MessagesEn.php | 4 ---- maintenance/language/messages.inc | 3 --- 2 files changed, 7 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index f8912eb9ca..fb157cb237 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3452,7 +3452,6 @@ please be sure you understand the consequences of this before proceeding.", In those cases, you will have to move or merge the page manually if desired.", 'movearticle' => 'Move page:', 'moveuserpage-warning' => "'''Warning:''' You are about to move a user page. Please note that only the page will be moved and the user will ''not'' be renamed.", -'movenologin' => 'Not logged in', 'movenologintext' => 'You must be a registered user and [[Special:UserLogin|logged in]] to move a page.', 'movenotallowed' => 'You do not have permission to move pages.', 'movenotallowedfile' => 'You do not have permission to move files.', @@ -3468,9 +3467,6 @@ In those cases, you will have to move or merge the page manually if desired.", 'articleexists' => 'A page of that name already exists, or the name you have chosen is not valid. Please choose another name.', 'cantmove-titleprotected' => 'You cannot move a page to this location because the new title has been protected from creation', -'talkexists' => "'''The page itself was moved successfully, but the talk page could not be moved because one already exists at the new title. -Please merge them manually.'''", -'movedto' => 'moved to', 'movetalk' => 'Move associated talk page', 'move-subpages' => 'Move subpages (up to $1)', 'move-talk-subpages' => 'Move subpages of talk page (up to $1)', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 36f80bdb0b..7479cb68c5 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -2389,7 +2389,6 @@ $wgMessageStructure = array( 'movepagetalktext', 'movearticle', 'moveuserpage-warning', - 'movenologin', 'movenologintext', 'movenotallowed', 'movenotallowedfile', @@ -2404,8 +2403,6 @@ $wgMessageStructure = array( 'movepage-moved-noredirect', 'articleexists', 'cantmove-titleprotected', - 'talkexists', - 'movedto', 'movetalk', 'move-subpages', 'move-talk-subpages', -- 2.20.1