Commit 652d67ea authored by Fabian Franz's avatar Fabian Franz

translations fixes

parent ba10c00a
...@@ -95,7 +95,7 @@ if (function_exists("display_error_form") && !isset($config['system']['webgui'][ ...@@ -95,7 +95,7 @@ if (function_exists("display_error_form") && !isset($config['system']['webgui'][
if($found_host == false) { if($found_host == false) {
if(!security_checks_disabled()) { if(!security_checks_disabled()) {
display_error_form("501", gettext("Potential DNS Rebind attack detected, see http://en.wikipedia.org/wiki/DNS_rebinding<br />Try accessing the router by IP address instead of by hostname.")); display_error_form("501", sprintf(gettext("A potential %sDNS Rebind attack%s has been detected.%sTry to access the router by IP address instead of by hostname."),'<a href="http://en.wikipedia.org/wiki/DNS_rebinding">','</a>','<br />'));
exit; exit;
} }
$security_passed = false; $security_passed = false;
......
...@@ -189,14 +189,14 @@ include("head.inc"); ...@@ -189,14 +189,14 @@ include("head.inc");
</select> </select>
<br /> <br />
<span class="vexpl"> <span class="vexpl">
<?=gettext("The <b>upstream</b> network interface is the outgoing interface which is". <?=gettext("The upstream network interface is the outgoing interface which is".
" responsible for communicating to available multicast data sources.". " responsible for communicating to available multicast data sources.".
" There can only be one upstream interface.");?> " There can only be one upstream interface.");?>
</span> </span>
<br /> <br />
<span class="vexpl"> <span class="vexpl">
<b><?=gettext("Downstream"); ?></b> <?=gettext("network interfaces are the distribution interfaces to the". <?=gettext("Downstream network interfaces are the distribution interfaces to the".
" destination networks, where multicast clients can join groups and". " destination networks, where multicast clients can join groups and".
" receive multicast data. One or more downstream interfaces must be configured.");?> " receive multicast data. One or more downstream interfaces must be configured.");?>
</span> </span>
</td> </td>
...@@ -207,14 +207,14 @@ include("head.inc"); ...@@ -207,14 +207,14 @@ include("head.inc");
<input name="threshold" class="formfld unknown" id="threshold" value="<?php echo htmlspecialchars($pconfig['threshold']);?>" /> <input name="threshold" class="formfld unknown" id="threshold" value="<?php echo htmlspecialchars($pconfig['threshold']);?>" />
<br /> <br />
<span class="vexpl"> <span class="vexpl">
<?=gettext("Defines the TTL threshold for the network interface. Packets". <?=gettext("Defines the TTL threshold for the network interface. ".
" with a lower TTL than the threshold value will be ignored. This". "Packets with a lower TTL than the threshold value will be ignored. ".
" setting is optional, and by default the threshold is 1.");?> "This setting is optional, and by default the threshold is 1.");?>
</span> </span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td width="22%" valign="top" class="vncellreq"><div id="addressnetworkport"><?=gettext("Network (s)");?></div></td> <td width="22%" valign="top" class="vncellreq"><div id="addressnetworkport"><?=gettext("Network(s)");?></div></td>
<td width="78%" class="vtable"> <td width="78%" class="vtable">
<table id="maintable"> <table id="maintable">
<tbody> <tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment