diff options
author | Aaron Schulz <aschulz@wikimedia.org> | 2012-05-12 01:41:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2012-05-12 01:41:26 +0000 |
commit | 3a8c2e47f710092dfbfc06b9e89b901973cc92ba (patch) | |
tree | 11f51ca271b952e4059d6e083da364a1111d8dd2 /languages/messages | |
parent | 2f1368089f4c915c59febad5eb6826ccea9a8525 (diff) | |
parent | 4909deab9397c1a30eec99b1969f7aaa1143ae3d (diff) | |
download | mediawikicore-3a8c2e47f710092dfbfc06b9e89b901973cc92ba.tar.gz mediawikicore-3a8c2e47f710092dfbfc06b9e89b901973cc92ba.zip |
Merge "Add username as parameter for gender support"
Diffstat (limited to 'languages/messages')
-rw-r--r-- | languages/messages/MessagesQqq.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index 542950bfd4f8..0a1736098c7f 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -1534,12 +1534,14 @@ Used in [[Special:Preferences]], tab "Watchlist". The display options refer to: 'userrights-groupsmember' => 'Used when editing user groups in [[Special:Userrights]]. The messsage is followed by a list of group names. Parameters: -* $1 - optional, for PLURAL use, the number of items in the list following the message. Avoid PLURAL, if your language can do without.', +* $1 - optional, for PLURAL use, the number of items in the list following the message. Avoid PLURAL, if your language can do without. +* $2 - optional, a username that can be used for GENDER.', 'userrights-groupsmember-auto' => 'Used when editing user groups in [[Special:Userrights]]. The messsage is followed by a list of group names. "Implicit" is for groups that the user was automatically added to (such as "autoconfirmed"); cf. {{msg-mw|userrights-groupsmember}} Parameters: -* $1 - optional, for PLURAL use, the number of items in the list following the message. Please avoid PLURAL, if your language can do without.', +* $1 - optional, for PLURAL use, the number of items in the list following the message. Please avoid PLURAL, if your language can do without. +* $2 - optional, a username that can be used for GENDER.', 'userrights-groups-help' => 'Instructions displayed on [[Special:UserRights]]. Parameters: * $1 is a username - optional, can be used for GENDER', 'userrights-reason' => 'Text beside log field when editing user groups |