mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
gettext()
This commit is contained in:
parent
17ffaa17c5
commit
2a48e138f0
@ -258,7 +258,7 @@ include("head.inc");
|
||||
?>
|
||||
</select>
|
||||
<div class="hidden" for="help_for_l2tp_subnet">
|
||||
<?=gettext("Hint:");?> 24 <?=gettext("is"); ?> 255.255.255.0
|
||||
<?=gettext("Hint: 24 is 255.255.255.0"); ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@ -278,7 +278,7 @@ include("head.inc");
|
||||
?>
|
||||
</select>
|
||||
<div class="hidden" for="help_for_n_l2tp_units">
|
||||
<?=gettext("Hint:");?> <?=gettext("10 is ten L2TP clients"); ?>
|
||||
<?=gettext("Hint: 10 is ten L2TP clients"); ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user