Revision a236afee
Added by Vinicius Coque almost 15 years ago
usr/local/www/firewall_virtual_ip_edit.php | ||
---|---|---|
379 | 379 |
<td class="vtable"> |
380 | 380 |
<table border="0" cellspacing="0" cellpadding="0"> |
381 | 381 |
<tr> |
382 |
<td><?=gettext("Type");?>: </td>
|
|
382 |
<td><?=gettext("Type:");?> </td>
|
|
383 | 383 |
<td><select name="type" class="formselect" onChange="typesel_change()"> |
384 | 384 |
<option value="single" <?php if ((!$pconfig['range'] && $pconfig['subnet_bits'] == 32) || (!isset($pconfig['subnet']))) echo "selected"; ?>> |
385 | 385 |
<?=gettext("Single address");?></option> |
... | ... | |
390 | 390 |
</select></td> |
391 | 391 |
</tr> |
392 | 392 |
<tr> |
393 |
<td><?=gettext("Address");?>: </td>
|
|
393 |
<td><?=gettext("Address:");?> </td>
|
|
394 | 394 |
<td><input name="subnet" type="text" class="formfld unknown" id="subnet" size="20" value="<?=htmlspecialchars($pconfig['subnet']);?>"> |
395 | 395 |
/<select name="subnet_bits" class="formselect" id="select"> |
396 | 396 |
<?php for ($i = 32; $i >= 1; $i--): ?> |
... | ... | |
465 | 465 |
<p> |
466 | 466 |
<span class="vexpl"> |
467 | 467 |
<span class="red"> |
468 |
<b><?=gettext("Note");?>:<br></b>
|
|
468 |
<b><?=gettext("Note:");?><br></b>
|
|
469 | 469 |
</span> |
470 | 470 |
<?=gettext("ProxyARP type IP addresses *DO NOT* work with add on packages such as Squid. Use a CARP or IP Alias type address for these cases.");?> |
471 | 471 |
<p> <?=gettext("For more information on CARP and the above values, visit the OpenBSD ");?><a href='http://www.openbsd.org/faq/pf/carp.html'> <?=gettext("CARP FAQ"); ?></A>. |
Also available in: Unified diff
Fix gettext on firewall_virtual_ip_edit.php