Projet

Général

Profil

« Précédent | Suivant » 

Révision b22f436a

Ajouté par Chris Buechler il y a plus de 9 ans

s/removing/omitting/g for gateway monitor log entires. "Removing" is not necessarily correct, there are many circumstances where this runs where it wasn't there to begin with, and is potentially misleading.

Voir les différences:

etc/inc/gwlb.inc
822 822
					$status = $gateways_status[$gwname];
823 823
					$gwdown = false;
824 824
					if (stristr($status['status'], "down")) {
825
						$msg = sprintf(gettext("MONITOR: %s is down, removing from routing group {$group['name']}"), $gwname);
825
						$msg = sprintf(gettext("MONITOR: %s is down, omitting from routing group {$group['name']}"), $gwname);
826 826
						$gwdown = true;
827 827
					} else if (stristr($status['status'], "loss") && strstr($group['trigger'], "loss")) {
828 828
						/* packet loss */
829
						$msg = sprintf(gettext("MONITOR: %s has packet loss, removing from routing group {$group['name']}"), $gwname);
829
						$msg = sprintf(gettext("MONITOR: %s has packet loss, omitting from routing group {$group['name']}"), $gwname);
830 830
						$gwdown = true;
831 831
					} else if (stristr($status['status'], "delay") && strstr($group['trigger'] , "latency")) {
832 832
						/* high latency */
833
						$msg = sprintf(gettext("MONITOR: %s has high latency, removing from routing group {$group['name']}"), $gwname);
833
						$msg = sprintf(gettext("MONITOR: %s has high latency, omitting from routing group {$group['name']}"), $gwname);
834 834
						$gwdown = true;
835 835
					}
836 836
					if ($gwdown == true) {
usr/local/share/locale/en/LC_MESSAGES/pfSense.pot
4053 4053

  
4054 4054
#: etc/inc/gwlb.inc:501 etc/inc/gwlb.inc:727 etc/inc/gwlb.inc:750
4055 4055
#, php-format
4056
msgid "MONITOR: %s is down, removing from routing group"
4056
msgid "MONITOR: %s is down, omitting from routing group"
4057 4057
msgstr ""
4058 4058

  
4059 4059
#: etc/inc/gwlb.inc:505 etc/inc/gwlb.inc:731 etc/inc/gwlb.inc:754
4060 4060
#, php-format
4061
msgid "MONITOR: %s has packet loss, removing from routing group"
4061
msgid "MONITOR: %s has packet loss, omitting from routing group"
4062 4062
msgstr ""
4063 4063

  
4064 4064
#: etc/inc/gwlb.inc:509 etc/inc/gwlb.inc:735 etc/inc/gwlb.inc:758
4065 4065
#, php-format
4066
msgid "MONITOR: %s has high latency, removing from routing group"
4066
msgid "MONITOR: %s has high latency, omitting from routing group"
4067 4067
msgstr ""
4068 4068

  
4069 4069
#: etc/inc/gwlb.inc:526 etc/inc/gwlb.inc:752 etc/inc/gwlb.inc:775
usr/local/share/locale/ja/LC_MESSAGES/pfSense.po
4063 4063

  
4064 4064
#: etc/inc/gwlb.inc:501 etc/inc/gwlb.inc:727 etc/inc/gwlb.inc:750
4065 4065
#, php-format
4066
msgid "MONITOR: %s is down, removing from routing group"
4066
msgid "MONITOR: %s is down, omitting from routing group"
4067 4067
msgstr "モニタ: %s 、グループをルーティングから取り出し、ダウンしている"
4068 4068

  
4069 4069
#: etc/inc/gwlb.inc:505 etc/inc/gwlb.inc:731 etc/inc/gwlb.inc:754
4070 4070
#, php-format
4071
msgid "MONITOR: %s has packet loss, removing from routing group"
4071
msgid "MONITOR: %s has packet loss, omitting from routing group"
4072 4072
msgstr "MONITOR : %sは、ルーティンググループから除去し、パケット損失を有する"
4073 4073

  
4074 4074
#: etc/inc/gwlb.inc:509 etc/inc/gwlb.inc:735 etc/inc/gwlb.inc:758
4075 4075
#, php-format
4076
msgid "MONITOR: %s has high latency, removing from routing group"
4076
msgid "MONITOR: %s has high latency, omitting from routing group"
4077 4077
msgstr "モニタ: %s 、グループをルーティングから取り出し、大きな遅延がある"
4078 4078

  
4079 4079
#: etc/inc/gwlb.inc:526 etc/inc/gwlb.inc:752 etc/inc/gwlb.inc:775
usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po
3681 3681

  
3682 3682
#: etc/inc/gwlb.inc:501 etc/inc/gwlb.inc:727 etc/inc/gwlb.inc:750
3683 3683
#, php-format
3684
msgid "MONITOR: %s is down, removing from routing group"
3684
msgid "MONITOR: %s is down, omitting from routing group"
3685 3685
msgstr "MONITOR: %s n?o responde, removendo do grupo de roteamento"
3686 3686

  
3687 3687
#: etc/inc/gwlb.inc:505 etc/inc/gwlb.inc:731 etc/inc/gwlb.inc:754
3688 3688
#, php-format
3689
msgid "MONITOR: %s has packet loss, removing from routing group"
3689
msgid "MONITOR: %s has packet loss, omitting from routing group"
3690 3690
msgstr "MONITOR: %s tem perda de pacote, removendo de grupo de roteamento"
3691 3691

  
3692 3692
#: etc/inc/gwlb.inc:509 etc/inc/gwlb.inc:735 etc/inc/gwlb.inc:758
3693 3693
#, php-format
3694
msgid "MONITOR: %s has high latency, removing from routing group"
3694
msgid "MONITOR: %s has high latency, omitting from routing group"
3695 3695
msgstr "MONITOR: %s tem alta lat?ncia, removendo de grupo de roteamento"
3696 3696

  
3697 3697
#: etc/inc/gwlb.inc:526 etc/inc/gwlb.inc:752 etc/inc/gwlb.inc:775
usr/local/share/locale/tr/LC_MESSAGES/pfSense.po
3671 3671

  
3672 3672
#: etc/inc/gwlb.inc:501 etc/inc/gwlb.inc:727 etc/inc/gwlb.inc:750
3673 3673
#, php-format
3674
msgid "MONITOR: %s is down, removing from routing group"
3674
msgid "MONITOR: %s is down, omitting from routing group"
3675 3675
msgstr "İZLEME: %s kapalı, yönlendirme grubundan kaldırılıyor."
3676 3676

  
3677 3677
#: etc/inc/gwlb.inc:505 etc/inc/gwlb.inc:731 etc/inc/gwlb.inc:754
3678 3678
#, php-format
3679
msgid "MONITOR: %s has packet loss, removing from routing group"
3679
msgid "MONITOR: %s has packet loss, omitting from routing group"
3680 3680
msgstr "İZLEME: %s paket kaybı var, yönlendirme grubundan kaldırılıyor."
3681 3681

  
3682 3682
#: etc/inc/gwlb.inc:509 etc/inc/gwlb.inc:735 etc/inc/gwlb.inc:758
3683 3683
#, php-format
3684
msgid "MONITOR: %s has high latency, removing from routing group"
3684
msgid "MONITOR: %s has high latency, omitting from routing group"
3685 3685
msgstr "İZLEME: %s gecikme oranı yüksek, yönlendirme grubundan kaldırılıyor."
3686 3686

  
3687 3687
#: etc/inc/gwlb.inc:526 etc/inc/gwlb.inc:752 etc/inc/gwlb.inc:775

Formats disponibles : Unified diff