I have added rel no follow for SEO purposes to all links and also I have used the phrases built in VB so no need to translate a thing. Hope it helps:
PHP Code:
<!-- Forgot Password Line Starts -->
<tr>
<td colspan="2">
<a style="font-size:8pt; color: red;" href="./forum/login.php?do=lostpw" rel="nofollow">$vbphrase[forgotten_your_password]</a>
</td>
<td style="text-align: right;">
<a style="font-size:8pt; color: red;" href="./forum/register.php" rel="nofollow"> $vbphrase[register]</a>
</td>
</tr>
<!-- Forgot Password Line Ends -->