From: Rotem Liss Date: Wed, 31 Dec 2008 19:04:54 +0000 (+0000) Subject: Localization: Removing right and action messages for the 'restrict' feature, which... X-Git-Tag: 1.31.0-rc.0~43665 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=287d967fc2d1b3c0578bbc6972268ada099ce3f2;p=lhc%2Fweb%2Fwiklou.git Localization: Removing right and action messages for the 'restrict' feature, which was reverted. --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 336e5ccec2..1fbf9ad778 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1665,7 +1665,6 @@ please see math/README to configure.', 'right-userrights' => 'Edit all user rights', 'right-userrights-interwiki' => 'Edit user rights of users on other wikis', 'right-siteadmin' => 'Lock and unlock the database', -'right-restrict' => 'Restrict users from editing certain pages and namespaces', # User rights log 'rightslog' => 'User rights log', @@ -1707,7 +1706,6 @@ please see math/README to configure.', 'action-userrights' => 'edit all user rights', 'action-userrights-interwiki' => 'edit user rights of users on other wikis', 'action-siteadmin' => 'lock or unlock the database', -'action-restrict' => 'restrict users from editing pages', # Recent changes 'nchanges' => '$1 {{PLURAL:$1|change|changes}}', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index bf148e6b8e..36cdea79b7 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -999,7 +999,6 @@ $wgMessageStructure = array( 'right-userrights', 'right-userrights-interwiki', 'right-siteadmin', - 'right-restrict', ), 'rightslog' => array( 'rightslog', @@ -1041,7 +1040,6 @@ $wgMessageStructure = array( 'action-userrights', 'action-userrights-interwiki', 'action-siteadmin', - 'action-restrict', ), 'recentchanges' => array( 'nchanges',