From 05b47f2d31ed909630bb4741399b201acf963833 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Wed, 7 Jan 2015 23:04:20 -0600 Subject: fix up text --- usr/local/share/locale/en/LC_MESSAGES/pfSense.pot | 4 ++-- usr/local/share/locale/ja/LC_MESSAGES/pfSense.po | 2 +- .../locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po | 2 +- usr/local/share/locale/tr/LC_MESSAGES/pfSense.mo | Bin 578284 -> 578284 bytes usr/local/share/locale/tr/LC_MESSAGES/pfSense.po | 4 ++-- usr/local/www/interfaces.php | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) (limited to 'usr/local') diff --git a/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot b/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot index 9556dd2..c9ba3be 100644 --- a/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot +++ b/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot @@ -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 "" diff --git a/usr/local/share/locale/ja/LC_MESSAGES/pfSense.po b/usr/local/share/locale/ja/LC_MESSAGES/pfSense.po index 1dd83c1..cbcc770 100644 --- a/usr/local/share/locale/ja/LC_MESSAGES/pfSense.po +++ b/usr/local/share/locale/ja/LC_MESSAGES/pfSense.po @@ -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を" diff --git a/usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po b/usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po index c4a6392..2ffb829 100644 --- a/usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po +++ b/usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po @@ -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 diff --git a/usr/local/share/locale/tr/LC_MESSAGES/pfSense.mo b/usr/local/share/locale/tr/LC_MESSAGES/pfSense.mo index d0daf52..544d667 100644 Binary files a/usr/local/share/locale/tr/LC_MESSAGES/pfSense.mo and b/usr/local/share/locale/tr/LC_MESSAGES/pfSense.mo differ diff --git a/usr/local/share/locale/tr/LC_MESSAGES/pfSense.po b/usr/local/share/locale/tr/LC_MESSAGES/pfSense.po index 7ba4452..0edc757 100644 --- a/usr/local/share/locale/tr/LC_MESSAGES/pfSense.po +++ b/usr/local/share/locale/tr/LC_MESSAGES/pfSense.po @@ -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 " diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index e96b3e4..06b1de2 100644 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -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"),
- +
-- cgit v1.1