From: Raimond Spekking Date: Sun, 30 May 2010 19:51:37 +0000 (+0000) Subject: Follow-up r67094: Tweak message files X-Git-Tag: 1.31.0-rc.0~36655 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=ba81060db6424afd091f180bda1b9b57ce242032;p=lhc%2Fweb%2Fwiklou.git Follow-up r67094: Tweak message files --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 4524fbce1d..f036ae6f9a 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1556,7 +1556,7 @@ See the [[Special:IPBlockList|IP block list]] for the list of currently operatio # SpecialRevisionMove // FIXME add to messages.inc 'moverevlogentry' => 'moved {{PLURAL:$3|one revision|$3 revisions}} from $1 to $2', 'revisionmove' => 'Move revisions from "$1"', -'revisionmove-backlink' => '← $1', +'revisionmove-backlink' => '← $1', # only translate this message to other languages if you have to change it 'revmove-explain' => 'The following revisions will be moved from $1 to the specified target page. If the target does not exist, it is created. Otherwise, these revisions will be merged into the page history.', 'revmove-legend' => 'Set target page and summary', 'revmove-submit' => 'Move revisions to selected page', @@ -1932,6 +1932,7 @@ You can also choose to let others contact you through your user or talk page wit 'right-reset-passwords' => "Reset other users' passwords", 'right-override-export-depth' => 'Export pages including linked pages up to a depth of 5', 'right-sendemail' => 'Send e-mail to other users', +'right-revisionmove' => 'Move revisions', # User rights log 'rightslog' => 'User rights log', diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index b918dee675..635b430ba5 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -357,6 +357,7 @@ $wgOptionalMessages = array( 'prefs-memberingroups-type', 'shared-repo-name-wikimediacommons', 'usermessage-template', + 'revisionmove-backlink', ); /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */ diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 09bbb4b03d..b84a1daadf 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -751,6 +751,7 @@ $wgMessageStructure = array( 'revisionmove' => array( 'moverevlogentry', 'revisionmove', + 'revisionmove-backlink', 'revmove-explain', 'revmove-legend', 'revmove-submit', @@ -1100,6 +1101,7 @@ $wgMessageStructure = array( 'right-reset-passwords', 'right-override-export-depth', 'right-sendemail', + 'right-revisionmove', ), 'rightslog' => array( 'rightslog', @@ -1142,6 +1144,7 @@ $wgMessageStructure = array( 'action-userrights', 'action-userrights-interwiki', 'action-siteadmin', + 'action-revisionmove', ), 'recentchanges' => array( 'nchanges', @@ -3234,6 +3237,7 @@ XHTML id names.", 'history-feed' => 'Revision feed', 'revdelete' => 'Revision deletion', 'suppression' => 'Suppression log', + 'revisionmove' => 'SpecialRevisionMove', 'mergehistory' => 'History merging', 'mergelog' => 'Merge log', 'diffs' => 'Diffs',