Follow-up r67094: Tweak message files
authorRaimond Spekking <raymond@users.mediawiki.org>
Sun, 30 May 2010 19:51:37 +0000 (19:51 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Sun, 30 May 2010 19:51:37 +0000 (19:51 +0000)
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc

index 4524fbc..f036ae6 100644 (file)
@@ -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',
index b918dee..635b430 100644 (file)
@@ -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 */
index 09bbb4b..b84a1da 100644 (file)
@@ -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',