fix up text

This commit is contained in:
Chris Buechler 2015-01-07 23:04:20 -06:00
parent 2a691e343b
commit b25ccd048e
6 changed files with 8 additions and 8 deletions

View File

@ -13428,7 +13428,7 @@ msgstr ""
#: usr/local/www/interfaces.php:618
#, php-format
msgid "This track6 prefix id is already being used in %s."
msgid "This track6 prefix ID is already being used in %s."
msgstr ""
#: usr/local/www/interfaces.php:631
@ -14204,7 +14204,7 @@ msgstr ""
#: usr/local/www/interfaces.php:2569
msgid ""
"The value in this field is the (Delegated) IPv6 prefix id. This determines "
"The value in this field is the (Delegated) IPv6 prefix ID. This determines "
"the configurable network ID based on the dynamic IPv6 connection"
msgstr ""

View File

@ -45348,7 +45348,7 @@ msgstr "IPv6のプレフィックス番号"
#: usr/local/www/interfaces.php:1862 usr/local/www/interfaces.php:1908
#: usr/local/www/interfaces.php:1898 usr/local/www/interfaces.php:1898
msgid ""
"The value in this field is the (Delegated) IPv6 prefix id. This determines "
"The value in this field is the (Delegated) IPv6 prefix ID. This determines "
"the configurable network ID based on the dynamic IPv6 connection"
msgstr ""このフィールドの値は、 (委任) IPv6プレフィックスIDです。これが決定「動的なIPv6接続に基づいて構成可能なネットワークIDを"

View File

@ -38283,7 +38283,7 @@ msgstr "Prefixo ID IPv6"
#: usr/local/www/interfaces.php:1853 usr/local/www/interfaces.php:1841
#: usr/local/www/interfaces.php:1862 usr/local/www/interfaces.php:1908
#: usr/local/www/interfaces.php:1898 usr/local/www/interfaces.php:1934
msgid "The value in this field is the (Delegated) IPv6 prefix id. This determines the configurable network ID based on the dynamic IPv6 connection"
msgid "The value in this field is the (Delegated) IPv6 prefix ID. This determines the configurable network ID based on the dynamic IPv6 connection"
msgstr ""
#: usr/local/www/interfaces.php:1855 usr/local/www/interfaces.php:1843

View File

@ -13973,7 +13973,7 @@ msgstr "IPv6 ön-eki kimliği için geçerli bir ondalık numara girmelisiniz."
#: usr/local/www/interfaces.php:618
#, php-format
msgid "This track6 prefix id is already being used in %s."
msgid "This track6 prefix ID is already being used in %s."
msgstr ""
#: usr/local/www/interfaces.php:631
@ -14779,7 +14779,7 @@ msgstr "IPv6 Ön-ek kimliği"
#: usr/local/www/interfaces.php:2569
msgid ""
"The value in this field is the (Delegated) IPv6 prefix id. This determines "
"The value in this field is the (Delegated) IPv6 prefix ID. This determines "
"the configurable network ID based on the dynamic IPv6 connection"
msgstr ""
"Bu alandaki değer (yetkilendirimiş) IPv6 ön-ek kimliğidir. Bu dinamik IPv6 "

View File

@ -619,7 +619,7 @@ if ($_POST['apply']) {
if ($config['interfaces'][$ifent]['ipaddrv6'] == 'track6' &&
$config['interfaces'][$ifent]['track6-interface'] == $_POST['track6-interface'] &&
$config['interfaces'][$ifent]['track6-prefix-id'] == $track6_prefix_id)
$input_errors[] = sprintf(gettext("This track6 prefix id is already being used in %s."), $ifdescr);
$input_errors[] = sprintf(gettext("This track6 prefix ID is already being used in %s."), $ifdescr);
}
}
}
@ -2570,7 +2570,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<span id="track6-prefix-id-range"></span>
<input type="hidden" id="track6-prefix-id-max" value="0"></input>
<br />
<?= gettext("The value in this field is the (Delegated) IPv6 prefix id. This determines the configurable network ID based on the dynamic IPv6 connection"); ?>
<?= gettext("The value in this field is the (Delegated) IPv6 prefix ID. This determines the configurable network ID based on the dynamic IPv6 connection"); ?>
<br />
<?= gettext("default value is 0."); ?>
</td>