mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix text
This commit is contained in:
parent
bfcb1e4a1c
commit
e829fcbb91
@ -13948,11 +13948,11 @@ msgid "Request a IPv6 prefix/information through the IPv4 connectivity link"
|
||||
msgstr ""
|
||||
|
||||
#: usr/local/www/interfaces.php:2229
|
||||
msgid "Request only a IPv6 prefix"
|
||||
msgid "Request only an IPv6 prefix"
|
||||
msgstr ""
|
||||
|
||||
#: usr/local/www/interfaces.php:2232
|
||||
msgid "Only request a IPv6 prefix, do not request a IPv6 address"
|
||||
msgid "Only request an IPv6 prefix, do not request an IPv6 address"
|
||||
msgstr ""
|
||||
|
||||
#: usr/local/www/interfaces.php:2236
|
||||
|
||||
Binary file not shown.
@ -41220,11 +41220,11 @@ msgid "Request a IPv6 prefix/information through the IPv4 connectivity link"
|
||||
msgstr ""
|
||||
|
||||
#: usr/local/www/interfaces.php:1815
|
||||
msgid "Request only a IPv6 prefix"
|
||||
msgid "Request only an IPv6 prefix"
|
||||
msgstr "Requesita somente um prefixo IPv6"
|
||||
|
||||
#: usr/local/www/interfaces.php:1818
|
||||
msgid "Only request a IPv6 prefix, do not request a IPv6 address"
|
||||
msgid "Only request an IPv6 prefix, do not request an IPv6 address"
|
||||
msgstr ""
|
||||
|
||||
#: etc/inc/pkg-utils.inc:1267
|
||||
|
||||
@ -14515,11 +14515,11 @@ msgid "Request a IPv6 prefix/information through the IPv4 connectivity link"
|
||||
msgstr ""
|
||||
|
||||
#: usr/local/www/interfaces.php:2229
|
||||
msgid "Request only a IPv6 prefix"
|
||||
msgid "Request only an IPv6 prefix"
|
||||
msgstr ""
|
||||
|
||||
#: usr/local/www/interfaces.php:2232
|
||||
msgid "Only request a IPv6 prefix, do not request a IPv6 address"
|
||||
msgid "Only request an IPv6 prefix, do not request an IPv6 address"
|
||||
msgstr ""
|
||||
|
||||
#: usr/local/www/interfaces.php:2236
|
||||
|
||||
@ -2224,10 +2224,10 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
|
||||
</td>
|
||||
</tr>
|
||||
<tr style='display:none' id="basicdhcp6_show_dhcp6_prefix_only">
|
||||
<td width="22%" valign="top" class="vncell"><?=gettext("Request only a IPv6 prefix"); ?></td>
|
||||
<td width="22%" valign="top" class="vncell"><?=gettext("Request only an IPv6 prefix"); ?></td>
|
||||
<td width="78%" class="vtable">
|
||||
<input name="dhcp6prefixonly" type="checkbox" id="dhcp6prefixonly" value="yes" <?php if ($pconfig['dhcp6prefixonly'] == true) echo "checked=\"checked\""; ?> />
|
||||
<?=gettext("Only request a IPv6 prefix, do not request a IPv6 address"); ?>
|
||||
<?=gettext("Only request an IPv6 prefix, do not request an IPv6 address"); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style='display:none' id="basicdhcp6_show_dhcp6_prefix_delegation_size">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user