Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Buechler committed Feb 3, 2015
1 parent bfcb1e4 commit e829fcb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions usr/local/share/locale/en/LC_MESSAGES/pfSense.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions usr/local/share/locale/tr/LC_MESSAGES/pfSense.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions usr/local/www/interfaces.php
Original file line number Diff line number Diff line change
Expand Up @@ -2224,10 +2224,10 @@ function show_hide_adv_dhcp(basic, advanced, override) {
</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">
Expand Down

0 comments on commit e829fcb

Please sign in to comment.