Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1554,23 +1554,21 @@ |
1555 | 1555 | See the [[Special:IPBlockList|IP block list]] for the list of currently operational bans and blocks.', |
1556 | 1556 | |
1557 | 1557 | # SpecialRevisionMove // FIXME add to messages.inc |
1558 | | -'moverevlogentry' => 'moved $3 revisions from $1 to $2', |
| 1558 | +'moverevlogentry' => 'moved {{PLURAL:$3|One revision|$3 revisions}} from $1 to $2', |
1559 | 1559 | 'revisionmove' => 'Move revisions from "$1"', |
1560 | 1560 | 'revisionmove-backlink' => '← $1', |
1561 | | -'revmove-explain' => 'The following revisions will be moved from $1 to the specified target page. If the target doesn\'t exist, it is created. Otherwise, these revisions will be merged into the page history.', |
| 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', |
1564 | 1564 | 'revisionmoveselectedversions' => 'Move selected revisions', |
1565 | | -'revmove-reasonfield' => 'Summary and reason:', |
| 1565 | +'revmove-reasonfield' => 'Reason:', |
1566 | 1566 | 'revmove-titlefield' => 'Target page:', |
1567 | 1567 | 'revmove-badparam-title' => 'Bad parameters', |
1568 | 1568 | 'revmove-badparam' => '<span class="error">Your request contains illegal or insufficient parameters. Please hit "back" and try again.</span>', |
1569 | 1569 | 'revmove-norevisions-title' => 'Invalid target revision', |
1570 | | -'revmove-norevisions' => 'You have either not specified a target revision(s) to perform this function or the specified revision does not exist.', |
| 1570 | +'revmove-norevisions' => '<span class="error">You have not specified one or more target revisions to perform this function or the specified revision does not exist.</span>', |
1571 | 1571 | 'revmove-nullmove-title' => 'Bad title', |
1572 | 1572 | 'revmove-nullmove' => '<span class="error">Source and target page are identical. Please hit "back" and enter a page name different to "$1".</span>', |
1573 | | -'revmove-permissionerror-title' => 'Blub', |
1574 | | -'revmove-permissionerror' => 'Bla', |
1575 | 1573 | 'revmove-success-existing' => '{{PLURAL:$1|One revision from [[$2]] has|$1 revisions from [[$2]] have}} been moved to the existing page [[$3]].', |
1576 | 1574 | 'revmove-success-created' => '{{PLURAL:$1|One revision from [[$2]] has|$1 revisions from [[$2]] have}} been moved to the newly created page [[$3]].', |
1577 | 1575 | |