Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -472,6 +472,7 @@ |
473 | 473 | 'loginend-https', |
474 | 474 | 'signupstart', |
475 | 475 | 'signupend', |
| 476 | + 'signupend-https', |
476 | 477 | 'mailerror', |
477 | 478 | 'acct_creation_throttle_hit', |
478 | 479 | 'emailauthenticated', |
Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -129,6 +129,7 @@ |
130 | 130 | 'signature-anon', |
131 | 131 | 'signupstart', |
132 | 132 | 'signupend', |
| 133 | + 'signupend-https', |
133 | 134 | 'sitenotice', |
134 | 135 | 'sitesubtitle', |
135 | 136 | 'sitetitle', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1117,6 +1117,7 @@ |
1118 | 1118 | 'loginend-https' => '', # do not translate or duplicate this message to other languages |
1119 | 1119 | 'signupstart' => '{{int:loginstart}}', # do not translate or duplicate this message to other languages |
1120 | 1120 | 'signupend' => '{{int:loginend}}', # do not translate or duplicate this message to other languages |
| 1121 | +'signupend-https' => '{{int:loginend-https}}', # do not translate or duplicate this message to other languages |
1121 | 1122 | 'mailerror' => 'Error sending mail: $1', |
1122 | 1123 | 'acct_creation_throttle_hit' => 'Visitors to this wiki using your IP address have created {{PLURAL:$1|1 account|$1 accounts}} in the last day, which is the maximum allowed in this time period. |
1123 | 1124 | As a result, visitors using this IP address cannot create any more accounts at the moment.', |