aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views
diff options
context:
space:
mode:
authorLuis Alberto Guzmán García <ark74>2015-10-19 15:12:39 +0000
committerLuis Alberto Guzmán García <ark74>2015-10-19 15:12:39 +0000
commit0f18064885fa3bf8f99730b57b097677f1f9dd99 (patch)
tree7d46d45aac8204def670fa1fb611a0c6e68230f2 /h-source/Application/Views
parente64adf84534cfa4993c4c095a46dbf1d04e2a0a8 (diff)
improved login form l10n / spanish l10n
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r--h-source/Application/Views/Desktop/right.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/h-source/Application/Views/Desktop/right.php b/h-source/Application/Views/Desktop/right.php
index 14b6fbc..352386a 100644
--- a/h-source/Application/Views/Desktop/right.php
+++ b/h-source/Application/Views/Desktop/right.php
@@ -46,7 +46,7 @@
<?php } else { ?>
<div class="who_you_are_and_logout">
- Login form:
+ <?php echo gtext("Login form:");?>
</div>
<!--login form-->
<form action="<?php echo $this->baseUrl."/users/login/$lang?redirect=".$currPos.$queryString;?>" method="POST">
@@ -54,7 +54,7 @@
<div class="login_right_box">
<div class="login_right_item">
<div class="login_right_label">
- username
+ <?php echo gtext("username");?>
</div>
<div class="login_right_form">
<input class="login_input" type="text" name="username" value="">
@@ -62,14 +62,14 @@
</div>
<div class="login_right_item">
<div class="login_right_label">
- password
+ <?php echo gtext("password");?>
</div>
<div class="login_right_form">
<input class="login_input" type="password" name="password" value="">
</div>
</div>
<div>
- <input type="submit" name="login" value="login">
+ <input type="submit" name="login" value="<?php echo gtext("login");?>">
</div>
</div>
</form>
@@ -158,4 +158,4 @@
<?php echo $htmlRightBox;?>
</div>
- </div> \ No newline at end of file
+ </div>