aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Alberto Guzmán García <ark74>2015-10-20 14:32:28 +0000
committerLuis Alberto Guzmán García <ark74>2015-10-20 14:32:28 +0000
commitfc32034899f3ae2c66ffdf187526cf7edbed712d (patch)
tree3ff501a2b2e2de515ade7b72a727e10c96610781
parent0f18064885fa3bf8f99730b57b097677f1f9dd99 (diff)
minor l10n updates
-rw-r--r--h-source/Application/Include/languages.php3
-rw-r--r--h-source/Application/Views/Desktop/Issues/view.php2
-rw-r--r--h-source/Application/Views/Desktop/Issues/viewall.php4
-rw-r--r--h-source/Application/Views/Desktop/footer.php2
4 files changed, 6 insertions, 5 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php
index a464f19..2d59c6a 100644
--- a/h-source/Application/Include/languages.php
+++ b/h-source/Application/Include/languages.php
@@ -515,7 +515,7 @@ class Lang
/*0088*/"necessary to confirm the registration" => "necesario para confirmar el registro",
/*0089*/"choose the password" => "elija la contraseña",
/*0090*/"confirm the password" => "confirme la contraseña",
- /*0091*/"write the code above" => "escriba el código mostrado superior",
+ /*0091*/"write the code above" => "escriba el código mostrado en la parte superior",
/*0092*/"write your username" => "escriba su nombre de usuario",
/*0093*/"Actions carried out by moderators" => "Acciones efectuadas por los moderadores",
/*0094*/"meet" => "conoce a",
@@ -792,6 +792,7 @@ class Lang
/*0365*/"username" => "usuario",
/*0366*/"password" => "contraseña",
/*0367*/"login" => "entrar",
+ /*0367*/"JavaScript license information" => "información de licencia JavaScript",
),
'fr' => array
(
diff --git a/h-source/Application/Views/Desktop/Issues/view.php b/h-source/Application/Views/Desktop/Issues/view.php
index 769717a..51047b8 100644
--- a/h-source/Application/Views/Desktop/Issues/view.php
+++ b/h-source/Application/Views/Desktop/Issues/view.php
@@ -235,7 +235,7 @@
<?php } else { ?>
<div class="talk_login_notice">
- <a name="form"><?php echo gtext("You have to");?> <a href="<?php echo $this->baseUrl."/users/login/$lang?redirect=".$currPos.$queryString;?>">login</a> <?php echo gtext("in order to submit a message to this issue");?></a>
+ <a name="form"><?php echo gtext("You have to");?> <a href="<?php echo $this->baseUrl."/users/login/$lang?redirect=".$currPos.$queryString;?>"><?php echo gtext("login");?></a> <?php echo gtext("in order to submit a message to this issue");?></a>
</div>
<?php } ?>
diff --git a/h-source/Application/Views/Desktop/Issues/viewall.php b/h-source/Application/Views/Desktop/Issues/viewall.php
index d5d652f..2454e6f 100644
--- a/h-source/Application/Views/Desktop/Issues/viewall.php
+++ b/h-source/Application/Views/Desktop/Issues/viewall.php
@@ -114,9 +114,9 @@
<?php } else { ?>
<div class="talk_login_notice">
- <a name="form"><?php echo gtext("You have to");?> <a href="<?php echo $this->baseUrl."/users/login/$lang?redirect=".$currPos.$queryString;?>">login</a> <?php echo gtext("in order to submit an issue");?></a>
+ <a name="form"><?php echo gtext("You have to");?> <a href="<?php echo $this->baseUrl."/users/login/$lang?redirect=".$currPos.$queryString;?>"><?php echo gtext("login");?></a> <?php echo gtext("in order to submit an issue");?></a>
</div>
<?php } ?>
- </div> \ No newline at end of file
+ </div>
diff --git a/h-source/Application/Views/Desktop/footer.php b/h-source/Application/Views/Desktop/footer.php
index 6640075..a9012bd 100644
--- a/h-source/Application/Views/Desktop/footer.php
+++ b/h-source/Application/Views/Desktop/footer.php
@@ -34,7 +34,7 @@
</div>
</div> <!--fine footer-->
- <div style="padding:5px 0px;font-size:12px;"><a href="<?php echo $this->baseUrl;?>/static/licenses.html" rel="jslicense">JavaScript license information</a>
+ <div style="padding:5px 0px;font-size:12px;"><a href="<?php echo $this->baseUrl;?>/static/licenses.html" rel="jslicense"><?php echo gtext("JavaScript license information");?></a>
</div>
</div> <!--fine container-->