Index: trunk/phase3/includes/api/ApiBase.php |
— | — | @@ -763,6 +763,10 @@ |
764 | 764 | 'markedaspatrollederror-noautopatrol' => array('code' => 'noautopatrol', 'info' => "You don't have permission to patrol your own changes"), |
765 | 765 | 'delete-toobig' => array('code' => 'bigdelete', 'info' => "You can't delete this page because it has more than \$1 revisions"), |
766 | 766 | 'movenotallowedfile' => array('code' => 'cantmovefile', 'info' => "You don't have permission to move files"), |
| 767 | + 'userrights-no-interwiki' => array('code' => 'nointerwikiuserrights', 'info' => "You don't have permission to change user rights on other wikis"), |
| 768 | + 'userrights-nodatabase' => array('code' => 'nosuchdatabase', 'info' => "Database ``\$1'' does not exist or is not local"), |
| 769 | + 'nouserspecified' => array('code' => 'invaliduser', 'info' => "Invalid username ``\$1''"), |
| 770 | + 'noname' => array('code' => 'invaliduser', 'info' => "Invalid username ``\$1''"), |
767 | 771 | |
768 | 772 | // API-specific messages |
769 | 773 | 'readrequired' => array('code' => 'readapidenied', 'info' => "You need read permission to use this module"), |