Index: trunk/phase3/includes/templates/Userlogin.php |
— | — | @@ -24,6 +24,7 @@ |
25 | 25 | <div class="visualClear"></div> |
26 | 26 | <?php } ?> |
27 | 27 | |
| 28 | +<div id="loginstart"><?php $this->msgWiki( 'loginstart' ); ?></div> |
28 | 29 | <div id="userloginForm"> |
29 | 30 | <form name="userlogin" method="post" action="<?php $this->text('action') ?>"> |
30 | 31 | <h2><?php $this->msg('login') ?></h2> |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -882,6 +882,7 @@ |
883 | 883 | 'throttled-mailpassword' => 'A password reminder has already been sent, within the |
884 | 884 | last $1 hours. To prevent abuse, only one password reminder will be sent per |
885 | 885 | $1 hours.', |
| 886 | +'loginstart' => '', # don't translate or duplicate this message to other languages |
886 | 887 | 'loginend' => '', # don't translate or duplicate this message to other languages |
887 | 888 | 'signupend' => '{{int:loginend}}', # don't translate or duplicate this message to other languages |
888 | 889 | 'mailerror' => 'Error sending mail: $1', |