Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -893,6 +893,7 @@ |
894 | 894 | 'right-editusercssjs', |
895 | 895 | 'right-rollback', |
896 | 896 | 'right-markbotedits', |
| 897 | + 'right-noratelimit', |
897 | 898 | 'right-import', |
898 | 899 | 'right-importupload', |
899 | 900 | 'right-patrol', |
— | — | @@ -1613,6 +1614,7 @@ |
1614 | 1615 | 'range_block_disabled', |
1615 | 1616 | 'ipb_expiry_invalid', |
1616 | 1617 | 'ipb_already_blocked', |
| 1618 | + 'ipb_modifying_block', |
1617 | 1619 | 'ipb_cant_unblock', |
1618 | 1620 | 'ipb_blocked_as_range', |
1619 | 1621 | 'ip_range_invalid', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1509,6 +1509,7 @@ |
1510 | 1510 | 'right-editusercssjs' => "Edit other users' CSS and JS files", |
1511 | 1511 | 'right-rollback' => 'Quickly rollback the edits of the last user who edited a particular page', |
1512 | 1512 | 'right-markbotedits' => 'Mark rolled-back edits as bot edits', |
| 1513 | +'right-noratelimit' => 'Not affected by rate limits', |
1513 | 1514 | 'right-import' => 'Import pages from other wikis', |
1514 | 1515 | 'right-importupload' => 'Import pages from a file upload', |
1515 | 1516 | 'right-patrol' => "Mark others' edits as patrolled", |