From 3b0a843ad7ea31304362be0e6d2e2059347d000b Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Thu, 24 Apr 2008 08:57:57 +0000 Subject: [PATCH] Introduce descriptions for user rights. Will be used in new CentralAuth changes, and is now used on Special:Listgrouprights --- languages/messages/MessagesEn.php | 49 ++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index fd053ff1f4..64f2625f39 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1461,6 +1461,53 @@ A * indicates that you cannot remove the group once you have added it, or vice v 'grouppage-bureaucrat' => '{{ns:project}}:Bureaucrats', 'grouppage-suppress' => '{{ns:project}}:Oversight', +# Rights +'right-createpage' => 'Create pages', +'right-editprotected' => 'Edit protected pages', +'right-move' => 'Move pages', +'right-bot' => 'Be treated as an automated process', +'right-minoredit' => 'Mark edits as minor', +'right-blockemail' => 'Block a user from sending email', +'right-apihighlimits' => 'Use API high limits', +'right-read' => 'Read pages', +'right-hiderevision' => 'Review and restore hidden revisions', +'right-reupload' => 'Overwrite an existing file', +'right-autoconfirmed' => 'Be treated as autoconfirmed', +'right-nominornewtalk' => 'Not have minor edits to discussion pages trigger the new messages prompt', +'right-unwatchedpages' => 'View Special:Unwatchedpages', +'right-importupload' => 'Import pages from a file upload', +'right-editusercssjs' => "Edit other users' CSS and JS files", +'right-mergehistory' => 'Merge the history of pages', +'right-delete' => 'Delete pages', +'right-deleterevision' => 'Hide specific revisions of pages', +'right-proxyunbannable' => 'Bypass blocks on proxies', +'right-browsearchive' => 'View deleted pages', +'right-trackback' => 'Submit a trackback', +'right-siteadmin' => 'Lock and unlock the database', +'right-protect' => 'Change protection levels', +'right-edit' => 'Edit pages', +'right-markbotedits' => 'Mark specific edits as bots', +'right-createtalk' => 'Create discussion pages', +'right-rollback' => 'Quickly revert the last user who edited a particular page', +'right-userrights' => 'Edit all user rights', +'right-suppressredirect' => 'Delete a redirect when moving a page to that title', +'right-createaccount' => 'Create new user accounts', +'right-editinterface' => 'Edit the user interface', +'right-upload' => 'Upload files', +'right-hideuser' => 'Hide a username from the public', +'right-purge' => 'Purge the site cache for a page', +'right-upload_by_url' => 'Upload a file with a URL', +'right-undelete' => 'Undelete a page', +'right-suppress' => 'View private logs', +'right-autopatrol' => 'Have edits automatically marked as patrolled', +'right-import' => 'Import pages from other wikis', +'right-deletedhistory' => 'View deleted history entries, without their associated text', +'right-patrol' => 'Mark edits as patrolled', +'right-block' => 'Block other users from editing', +'right-bigdelete' => 'Delete pages with large histories', +'right-reupload-shared' => 'Override files on the shared image repository locally', +'right-ipblock-exempt' => 'Bypass IP blocks', + # User rights log 'rightslog' => 'User rights log', 'rightslogtext' => 'This is a log of changes to user rights.', @@ -1909,7 +1956,7 @@ It may contain one or more characters which cannot be used in titles.', 'listgrouprights-summary' => 'The following is a list of user groups defined on this wiki, with their associated access rights.', 'listgrouprights-group' => 'Group', 'listgrouprights-rights' => 'Rights', -'listgrouprights-link' => '[[{{MediaWiki:Listgrouprights-helppage}}#$1|$1]]', # do not translate or duplicate this message to other languages +'listgrouprights-link' => '[[{{MediaWiki:Listgrouprights-helppage}}#$2|$1]]', # do not translate or duplicate this message to other languages 'listgrouprights-helppage' => 'Help:Group rights', 'listgrouprights-members' => '(list of members)', -- 2.20.1