Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -520,12 +520,16 @@ |
521 | 521 | 'passwordreset-pretext', |
522 | 522 | 'passwordreset-username', |
523 | 523 | 'passwordreset-domain', |
| 524 | + 'passwordreset-capture', |
| 525 | + 'passwordreset-capture-help', |
524 | 526 | 'passwordreset-email', |
525 | 527 | 'passwordreset-emailtitle', |
526 | 528 | 'passwordreset-emailtext-ip', |
527 | 529 | 'passwordreset-emailtext-user', |
528 | 530 | 'passwordreset-emailelement', |
529 | 531 | 'passwordreset-emailsent', |
| 532 | + 'passwordreset-emailsent-capture', |
| 533 | + 'passwordreset-emailerror-capture', |
530 | 534 | ), |
531 | 535 | 'changeemail' => array( |
532 | 536 | 'changeemail', |
— | — | @@ -1143,6 +1147,7 @@ |
1144 | 1148 | 'right-siteadmin', |
1145 | 1149 | 'right-override-export-depth', |
1146 | 1150 | 'right-sendemail', |
| 1151 | + 'right-passwordreset', |
1147 | 1152 | ), |
1148 | 1153 | 'rightslog' => array( |
1149 | 1154 | 'rightslog', |
Index: trunk/phase3/languages/messages/MessagesQqq.php |
— | — | @@ -791,6 +791,8 @@ |
792 | 792 | 'passwordreset-pretext' => '$1 is the number of password reset routes. Apparently, this is never 1, but always two or more. Thus, the first plural option is empty in English.', |
793 | 793 | 'passwordreset-username' => '{{Identical|Username}}', |
794 | 794 | 'passwordreset-domain' => 'A domain like used in Domain Name System (DNS) or more specifically like a domain component in the Lightweight Directory Access Protocol (LDAP)', |
| 795 | +'passwordreset-capture' => 'Label for checkbox asking the user whether they want to see the contents of the password reset email (only shown if they have the <tt>passwordreset</tt> permission', |
| 796 | +'passwordreset-capture-help' => 'Longer explanatory message for the capture checkbox label.', |
795 | 797 | 'passwordreset-email' => '{{Identical|E-mail address}}', |
796 | 798 | 'passwordreset-emailtext-ip' => 'Parameters: |
797 | 799 | * $1 - an IP address |
— | — | @@ -1617,6 +1619,7 @@ |
1618 | 1620 | 'right-siteadmin' => '{{doc-right|siteadmin}}', |
1619 | 1621 | 'right-override-export-depth' => '{{doc-right|override-export-depth}}', |
1620 | 1622 | 'right-sendemail' => '{{doc-right}}', |
| 1623 | +'right-passwordreset' => '{{doc-right}}', |
1621 | 1624 | |
1622 | 1625 | # User rights log |
1623 | 1626 | 'rightslog' => 'In [[Special:Log]]', |