From 5f4f83652fca8329b212bd4ee6d8c6c8fa0c9a22 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 10 Nov 2014 23:53:50 -0600 Subject: fix text --- usr/local/share/locale/en/LC_MESSAGES/pfSense.pot | 2 +- usr/local/share/locale/ja/LC_MESSAGES/pfSense.po | 2 +- .../locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.mo | Bin 643014 -> 643036 bytes .../locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po | 2 +- usr/local/share/locale/tr/LC_MESSAGES/pfSense.mo | Bin 622929 -> 622951 bytes usr/local/share/locale/tr/LC_MESSAGES/pfSense.po | 2 +- usr/local/www/firewall_virtual_ip_edit.php | 4 ++-- 7 files changed, 6 insertions(+), 6 deletions(-) (limited to 'usr') diff --git a/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot b/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot index 62f6b8e..2e6c179 100644 --- a/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot +++ b/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot @@ -10092,7 +10092,7 @@ msgstr "" #: usr/local/www/firewall_virtual_ip_edit.php:168 #: usr/local/www/firewall_virtual_ip_edit.php:182 #: usr/local/www/firewall_virtual_ip_edit.php:182 -msgid "For this type of vip a carp parent is not allowed." +msgid "A CARP parent interface can only be used with IP Alias type Virtual IPs." msgstr "" #: usr/local/www/firewall_virtual_ip_edit.php:188 diff --git a/usr/local/share/locale/ja/LC_MESSAGES/pfSense.po b/usr/local/share/locale/ja/LC_MESSAGES/pfSense.po index 41dbe3a..715bb0b 100644 --- a/usr/local/share/locale/ja/LC_MESSAGES/pfSense.po +++ b/usr/local/share/locale/ja/LC_MESSAGES/pfSense.po @@ -10102,7 +10102,7 @@ msgstr "「申し訳ありませんが、我々は%s.用一致するサブネッ #: usr/local/www/firewall_virtual_ip_edit.php:168 #: usr/local/www/firewall_virtual_ip_edit.php:182 #: usr/local/www/firewall_virtual_ip_edit.php:182 -msgid "For this type of vip a carp parent is not allowed." +msgid "A CARP parent interface can only be used with IP Alias type Virtual IPs." msgstr "VIPこの種のコイ親が許可されていません。" #: usr/local/www/firewall_virtual_ip_edit.php:188 diff --git a/usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.mo b/usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.mo index 6edf987..590867c 100644 Binary files a/usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.mo and b/usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.mo differ 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 3ee4219..1d8fb3e 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 @@ -8683,7 +8683,7 @@ msgstr "Lamento, n #: usr/local/www/firewall_virtual_ip_edit.php:168 #: usr/local/www/firewall_virtual_ip_edit.php:182 #: usr/local/www/firewall_virtual_ip_edit.php:184 -msgid "For this type of vip a carp parent is not allowed." +msgid "A CARP parent interface can only be used with IP Alias type Virtual IPs." msgstr "Para este tipo de VIP, um carp pai no permitido." #: usr/local/www/firewall_virtual_ip_edit.php:188 diff --git a/usr/local/share/locale/tr/LC_MESSAGES/pfSense.mo b/usr/local/share/locale/tr/LC_MESSAGES/pfSense.mo index 757c1c5..7fc9e0b 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 a4dd021..2fb7d71 100644 --- a/usr/local/share/locale/tr/LC_MESSAGES/pfSense.po +++ b/usr/local/share/locale/tr/LC_MESSAGES/pfSense.po @@ -8951,7 +8951,7 @@ msgstr "" #: usr/local/www/firewall_virtual_ip_edit.php:177 #: usr/local/www/firewall_virtual_ip_edit.php:176 #: usr/local/www/firewall_virtual_ip_edit.php:168 -msgid "For this type of vip a carp parent is not allowed." +msgid "A CARP parent interface can only be used with IP Alias type Virtual IPs." msgstr "Bu tür sanal IP için CARP ebeveyne izin verilmez." #: usr/local/www/firewall_virtual_ip_edit.php:188 diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php index 0986622..662ee5e 100644 --- a/usr/local/www/firewall_virtual_ip_edit.php +++ b/usr/local/www/firewall_virtual_ip_edit.php @@ -193,7 +193,7 @@ if ($_POST) { if ($_POST['interface'] == 'lo0') $input_errors[] = gettext("For this type of vip localhost is not allowed."); else if (strpos($_POST['interface'], '_vip')) - $input_errors[] = gettext("For this type of vip a carp parent is not allowed."); + $input_errors[] = gettext("A CARP parent interface can only be used with IP Alias type Virtual IPs."); break; case 'ipalias': if (strstr($_POST['interface'], "_vip")) { @@ -217,7 +217,7 @@ if ($_POST) { if ($_POST['interface'] == 'lo0') $input_errors[] = gettext("For this type of vip localhost is not allowed."); else if (strpos($_POST['interface'], '_vip')) - $input_errors[] = gettext("For this type of vip a carp parent is not allowed."); + $input_errors[] = gettext("A CARP parent interface can only be used with IP Alias type Virtual IPs."); break; } -- cgit v1.1