This commit is contained in:
Chris Buechler 2015-02-02 21:32:31 -06:00
parent bfcb1e4a1c
commit e829fcbb91
5 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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">