Commit 07b0b347 authored by Fabian Franz's avatar Fabian Franz

translation

parent dfd53322
This diff is collapsed.
...@@ -174,7 +174,7 @@ include("head.inc"); ...@@ -174,7 +174,7 @@ include("head.inc");
<thead> <thead>
<tr> <tr>
<td width="22%"> <td width="22%">
<strong><?=gettext("UPnP &amp; NAT-PMP Settings");?></strong> <strong><?=gettext("UPnP and NAT-PMP Settings");?></strong>
</td> </td>
<td width="78%" align="right"> <td width="78%" align="right">
<small><?=gettext("full help"); ?> </small> <small><?=gettext("full help"); ?> </small>
...@@ -283,7 +283,7 @@ include("head.inc"); ...@@ -283,7 +283,7 @@ include("head.inc");
<td> <td>
<input name="sysuptime" type="checkbox" value="yes" <?=!empty($pconfig['sysuptime']) ? "checked=\"checked\"" : ""; ?> /> <input name="sysuptime" type="checkbox" value="yes" <?=!empty($pconfig['sysuptime']) ? "checked=\"checked\"" : ""; ?> />
<div class="hidden" for="help_for_sysuptime"> <div class="hidden" for="help_for_sysuptime">
<?=gettext("Use system uptime instead of UPnP &amp; NAT-PMP service uptime?");?> <?=gettext("Use system uptime instead of UPnP and NAT-PMP service uptime?");?>
</div> </div>
</td> </td>
</tr> </tr>
...@@ -292,7 +292,7 @@ include("head.inc"); ...@@ -292,7 +292,7 @@ include("head.inc");
<td> <td>
<input name="permdefault" type="checkbox" value="yes" <?=!empty($pconfig['permdefault']) ? "checked=\"checked\"" : ""; ?> /> <input name="permdefault" type="checkbox" value="yes" <?=!empty($pconfig['permdefault']) ? "checked=\"checked\"" : ""; ?> />
<div class="hidden" for="help_for_permdefault"> <div class="hidden" for="help_for_permdefault">
<?=gettext("By default deny access to UPnP &amp; NAT-PMP?");?> <?=gettext("By default deny access to UPnP and NAT-PMP?");?>
</div> </div>
</td> </td>
</tr> </tr>
......
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