Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -751,6 +751,7 @@ |
752 | 752 | 'revisionmove' => array( |
753 | 753 | 'moverevlogentry', |
754 | 754 | 'revisionmove', |
| 755 | + 'revisionmove-backlink', |
755 | 756 | 'revmove-explain', |
756 | 757 | 'revmove-legend', |
757 | 758 | 'revmove-submit', |
— | — | @@ -1100,6 +1101,7 @@ |
1101 | 1102 | 'right-reset-passwords', |
1102 | 1103 | 'right-override-export-depth', |
1103 | 1104 | 'right-sendemail', |
| 1105 | + 'right-revisionmove', |
1104 | 1106 | ), |
1105 | 1107 | 'rightslog' => array( |
1106 | 1108 | 'rightslog', |
— | — | @@ -1142,6 +1144,7 @@ |
1143 | 1145 | 'action-userrights', |
1144 | 1146 | 'action-userrights-interwiki', |
1145 | 1147 | 'action-siteadmin', |
| 1148 | + 'action-revisionmove', |
1146 | 1149 | ), |
1147 | 1150 | 'recentchanges' => array( |
1148 | 1151 | 'nchanges', |
— | — | @@ -3234,6 +3237,7 @@ |
3235 | 3238 | 'history-feed' => 'Revision feed', |
3236 | 3239 | 'revdelete' => 'Revision deletion', |
3237 | 3240 | 'suppression' => 'Suppression log', |
| 3241 | + 'revisionmove' => 'SpecialRevisionMove', |
3238 | 3242 | 'mergehistory' => 'History merging', |
3239 | 3243 | 'mergelog' => 'Merge log', |
3240 | 3244 | 'diffs' => 'Diffs', |
Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -357,6 +357,7 @@ |
358 | 358 | 'prefs-memberingroups-type', |
359 | 359 | 'shared-repo-name-wikimediacommons', |
360 | 360 | 'usermessage-template', |
| 361 | + 'revisionmove-backlink', |
361 | 362 | ); |
362 | 363 | |
363 | 364 | /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */ |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1556,7 +1556,7 @@ |
1557 | 1557 | # SpecialRevisionMove // FIXME add to messages.inc |
1558 | 1558 | 'moverevlogentry' => 'moved {{PLURAL:$3|one revision|$3 revisions}} from $1 to $2', |
1559 | 1559 | 'revisionmove' => 'Move revisions from "$1"', |
1560 | | -'revisionmove-backlink' => '← $1', |
| 1560 | +'revisionmove-backlink' => '← $1', # only translate this message to other languages if you have to change it |
1561 | 1561 | '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.', |
1562 | 1562 | 'revmove-legend' => 'Set target page and summary', |
1563 | 1563 | 'revmove-submit' => 'Move revisions to selected page', |
— | — | @@ -1932,6 +1932,7 @@ |
1933 | 1933 | 'right-reset-passwords' => "Reset other users' passwords", |
1934 | 1934 | 'right-override-export-depth' => 'Export pages including linked pages up to a depth of 5', |
1935 | 1935 | 'right-sendemail' => 'Send e-mail to other users', |
| 1936 | +'right-revisionmove' => 'Move revisions', |
1936 | 1937 | |
1937 | 1938 | # User rights log |
1938 | 1939 | 'rightslog' => 'User rights log', |