diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-09 21:06:40 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-09 21:06:40 +0000 |
commit | aff1f89df0e3fe33175d77e6cd5b8ca41e2c61c5 (patch) | |
tree | 773e56856718a43545c4cf58ac7494a524513d8d /h-source/Application/Views/Users/forgot.php | |
parent | d530c7b4237d513c9c75aff438232e3e6778b42c (diff) |
improved i18n
Diffstat (limited to 'h-source/Application/Views/Users/forgot.php')
-rw-r--r-- | h-source/Application/Views/Users/forgot.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/h-source/Application/Views/Users/forgot.php b/h-source/Application/Views/Users/forgot.php index e97be47..ad9e046 100644 --- a/h-source/Application/Views/Users/forgot.php +++ b/h-source/Application/Views/Users/forgot.php @@ -23,11 +23,11 @@ <div id="left"> <div class="position_tree_box"> - <a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> » request new password + <a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> » <?php echo gtext("request new password");?> </div> <div class="new_account_title"> - Request new password + <?php echo gtext("request new password");?> </div> <?php echo $notice;?> @@ -35,7 +35,7 @@ <form class='formClass' action='<?php echo $this->currPage."/$lang";?>' method='POST'> <div class='formEntry'> - <span class='entryLabel'>write your username:</span> + <span class='entryLabel'><?php echo gtext("write your username");?>:</span> <input type="input" name="username" value=""> </div> @@ -44,12 +44,12 @@ </div> <div class='formEntry'> - <span class='entryLabel'>write the code above:</span> + <span class='entryLabel'><?php echo gtext("write the code above");?>:</span> <input type="input" name="captcha" value=""> </div> <div class='inputEntry'> - <input id='insertAction' type='submit' name='forgotAction' value='send e-mail'> + <input id='insertAction' type='submit' name='forgotAction' value='<?php echo gtext("request new password");?>'> </div> </form> |