Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -449,6 +449,7 @@ |
450 | 450 | 'throttled-mailpassword', |
451 | 451 | 'loginstart', |
452 | 452 | 'loginend', |
| 453 | + 'signupstart', |
453 | 454 | 'signupend', |
454 | 455 | 'mailerror', |
455 | 456 | 'acct_creation_throttle_hit', |
Index: trunk/phase3/includes/templates/Userlogin.php |
— | — | @@ -148,6 +148,8 @@ |
149 | 149 | </div> |
150 | 150 | <div class="visualClear"></div> |
151 | 151 | <?php } ?> |
| 152 | + |
| 153 | +<div id="signupstart"><?php $this->msgWiki( 'signupstart' ); ?></div> |
152 | 154 | <div id="userlogin"> |
153 | 155 | |
154 | 156 | <form name="userlogin2" id="userlogin2" method="post" action="<?php $this->text('action') ?>"> |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1115,6 +1115,7 @@ |
1116 | 1116 | To prevent abuse, only one password reminder will be sent per {{PLURAL:$1|hour|$1 hours}}.', |
1117 | 1117 | 'loginstart' => '', # do not translate or duplicate this message to other languages |
1118 | 1118 | 'loginend' => '', # do not translate or duplicate this message to other languages |
| 1119 | +'signupstart' => '{{int:loginstart}}', # do not translate or duplicate this message to other languages |
1119 | 1120 | 'signupend' => '{{int:loginend}}', # do not translate or duplicate this message to other languages |
1120 | 1121 | 'mailerror' => 'Error sending mail: $1', |
1121 | 1122 | '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. |