diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc index c5121feed1..e32bea0593 100644 --- a/etc/inc/gwlb.inc +++ b/etc/inc/gwlb.inc @@ -822,15 +822,15 @@ function return_gateway_groups_array() { $status = $gateways_status[$gwname]; $gwdown = false; if (stristr($status['status'], "down")) { - $msg = sprintf(gettext("MONITOR: %s is down, removing from routing group {$group['name']}"), $gwname); + $msg = sprintf(gettext("MONITOR: %s is down, omitting from routing group {$group['name']}"), $gwname); $gwdown = true; } else if (stristr($status['status'], "loss") && strstr($group['trigger'], "loss")) { /* packet loss */ - $msg = sprintf(gettext("MONITOR: %s has packet loss, removing from routing group {$group['name']}"), $gwname); + $msg = sprintf(gettext("MONITOR: %s has packet loss, omitting from routing group {$group['name']}"), $gwname); $gwdown = true; } else if (stristr($status['status'], "delay") && strstr($group['trigger'] , "latency")) { /* high latency */ - $msg = sprintf(gettext("MONITOR: %s has high latency, removing from routing group {$group['name']}"), $gwname); + $msg = sprintf(gettext("MONITOR: %s has high latency, omitting from routing group {$group['name']}"), $gwname); $gwdown = true; } if ($gwdown == true) { diff --git a/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot b/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot index 6c078b4ec1..994c66cc2c 100644 --- a/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot +++ b/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot @@ -4053,17 +4053,17 @@ msgstr "" #: etc/inc/gwlb.inc:501 etc/inc/gwlb.inc:727 etc/inc/gwlb.inc:750 #, php-format -msgid "MONITOR: %s is down, removing from routing group" +msgid "MONITOR: %s is down, omitting from routing group" msgstr "" #: etc/inc/gwlb.inc:505 etc/inc/gwlb.inc:731 etc/inc/gwlb.inc:754 #, php-format -msgid "MONITOR: %s has packet loss, removing from routing group" +msgid "MONITOR: %s has packet loss, omitting from routing group" msgstr "" #: etc/inc/gwlb.inc:509 etc/inc/gwlb.inc:735 etc/inc/gwlb.inc:758 #, php-format -msgid "MONITOR: %s has high latency, removing from routing group" +msgid "MONITOR: %s has high latency, omitting from routing group" msgstr "" #: etc/inc/gwlb.inc:526 etc/inc/gwlb.inc:752 etc/inc/gwlb.inc:775 diff --git a/usr/local/share/locale/ja/LC_MESSAGES/pfSense.po b/usr/local/share/locale/ja/LC_MESSAGES/pfSense.po index 4996218950..9f31876c71 100644 --- a/usr/local/share/locale/ja/LC_MESSAGES/pfSense.po +++ b/usr/local/share/locale/ja/LC_MESSAGES/pfSense.po @@ -4063,17 +4063,17 @@ msgstr "「モニターは%1$sのスタティックルートの取り外しと%2 #: etc/inc/gwlb.inc:501 etc/inc/gwlb.inc:727 etc/inc/gwlb.inc:750 #, php-format -msgid "MONITOR: %s is down, removing from routing group" +msgid "MONITOR: %s is down, omitting from routing group" msgstr "モニタ: %s 、グループをルーティングから取り出し、ダウンしている" #: etc/inc/gwlb.inc:505 etc/inc/gwlb.inc:731 etc/inc/gwlb.inc:754 #, php-format -msgid "MONITOR: %s has packet loss, removing from routing group" +msgid "MONITOR: %s has packet loss, omitting from routing group" msgstr "MONITOR : %sは、ルーティンググループから除去し、パケット損失を有する" #: etc/inc/gwlb.inc:509 etc/inc/gwlb.inc:735 etc/inc/gwlb.inc:758 #, php-format -msgid "MONITOR: %s has high latency, removing from routing group" +msgid "MONITOR: %s has high latency, omitting from routing group" msgstr "モニタ: %s 、グループをルーティングから取り出し、大きな遅延がある" #: etc/inc/gwlb.inc:526 etc/inc/gwlb.inc:752 etc/inc/gwlb.inc:775 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 1b78823bfe..f7ec687591 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 00693d06fe..a0b909a1b7 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 @@ -3681,17 +3681,17 @@ msgstr "Removendo regras est #: etc/inc/gwlb.inc:501 etc/inc/gwlb.inc:727 etc/inc/gwlb.inc:750 #, php-format -msgid "MONITOR: %s is down, removing from routing group" +msgid "MONITOR: %s is down, omitting from routing group" msgstr "MONITOR: %s no responde, removendo do grupo de roteamento" #: etc/inc/gwlb.inc:505 etc/inc/gwlb.inc:731 etc/inc/gwlb.inc:754 #, php-format -msgid "MONITOR: %s has packet loss, removing from routing group" +msgid "MONITOR: %s has packet loss, omitting from routing group" msgstr "MONITOR: %s tem perda de pacote, removendo de grupo de roteamento" #: etc/inc/gwlb.inc:509 etc/inc/gwlb.inc:735 etc/inc/gwlb.inc:758 #, php-format -msgid "MONITOR: %s has high latency, removing from routing group" +msgid "MONITOR: %s has high latency, omitting from routing group" msgstr "MONITOR: %s tem alta latncia, removendo de grupo de roteamento" #: etc/inc/gwlb.inc:526 etc/inc/gwlb.inc:752 etc/inc/gwlb.inc:775 diff --git a/usr/local/share/locale/tr/LC_MESSAGES/pfSense.mo b/usr/local/share/locale/tr/LC_MESSAGES/pfSense.mo index fe81cbec9b..9ec540bc13 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 50d488429e..be209c033a 100644 --- a/usr/local/share/locale/tr/LC_MESSAGES/pfSense.po +++ b/usr/local/share/locale/tr/LC_MESSAGES/pfSense.po @@ -3671,17 +3671,17 @@ msgstr "" #: etc/inc/gwlb.inc:501 etc/inc/gwlb.inc:727 etc/inc/gwlb.inc:750 #, php-format -msgid "MONITOR: %s is down, removing from routing group" +msgid "MONITOR: %s is down, omitting from routing group" msgstr "İZLEME: %s kapalı, yönlendirme grubundan kaldırılıyor." #: etc/inc/gwlb.inc:505 etc/inc/gwlb.inc:731 etc/inc/gwlb.inc:754 #, php-format -msgid "MONITOR: %s has packet loss, removing from routing group" +msgid "MONITOR: %s has packet loss, omitting from routing group" msgstr "İZLEME: %s paket kaybı var, yönlendirme grubundan kaldırılıyor." #: etc/inc/gwlb.inc:509 etc/inc/gwlb.inc:735 etc/inc/gwlb.inc:758 #, php-format -msgid "MONITOR: %s has high latency, removing from routing group" +msgid "MONITOR: %s has high latency, omitting from routing group" msgstr "İZLEME: %s gecikme oranı yüksek, yönlendirme grubundan kaldırılıyor." #: etc/inc/gwlb.inc:526 etc/inc/gwlb.inc:752 etc/inc/gwlb.inc:775