Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: de76fd79485f7ccbc64da35fef19c48478f1e020 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#
# org.eclipse.tcf.te.tcf.ui
# Externalized Strings.
#

NodePropertiesContentProvider_peerNode_sectionTitle=Peer

NodePropertiesLabelProvider_state=Link State
NodePropertiesLabelProvider_state__1=Unknown
NodePropertiesLabelProvider_state_0=Reachable
NodePropertiesLabelProvider_state_1=Communicating
NodePropertiesLabelProvider_state_2=Not Reachable. Connection attempt timed out.
NodePropertiesLabelProvider_state_3=Not Reachable. Connection attempt failed.

NodePropertiesLabelProvider_lastScannerError=Communication failed. Possible cause:

NodePropertiesLabelProvider_services_local=Local Services
NodePropertiesLabelProvider_services_remote=Remote Services

NewTargetWizard_windowTitle=New Peer
NewTargetWizard_error_savePeer=Failed to save peer: {0}
 
NewTargetWizardPage_title=New Peer
NewTargetWizardPage_description=Define the properties of the new peer.
NewTargetWizardPage_section_transportType=Specify the transport type and properties:
NewTargetWizardPage_section_attributes=Specify additional peer attributes:

RemotePeerDiscoveryRootNode_label=Remote Peers

PeerIdControl_label=Peer ID:
PeerNameControl_label=Peer Name:

TransportTypeControl_label=Type:
TransportTypeControl_tcpType_label=TCP
TransportTypeControl_sslType_label=SSL
TransportTypeControl_pipeType_label=PIPE
TransportTypeControl_customType_label=Custom

MyRemoteHostAddressControl_label=Host:
MyRemoteHostAddressControl_information_missingTargetNameAddress=Please enter a valid peer host name or IP address.
MyRemoteHostAddressControl_error_invalidTargetNameAddress=Peer host name or IP address is not valid.
MyRemoteHostAddressControl_error_invalidTargetIpAddress=Peer host IP address is not valid.
MyRemoteHostAddressControl_error_targetNameNotResolveable=Cannot resolve the peer host name to a valid IP address.
MyRemoteHostAddressControl_information_checkNameAddressUserInformation=The peer host name can be validated by pressing the check button.

PipeNameControl_label=Pipe Name:
PipeNameControl_information_missingValue=Please enter a valid pipe name.
PipeNameControl_error_invalidValue=Pipe name is not valid.

CustomTransportNameControl_label=Transport Name:
CustomTransportNameControl_information_missingValue=Please enter a valid transport name.
CustomTransportNameControl_error_invalidValue=Transport name is not valid.

PeerAttributesTablePart_button_new=New...
PeerAttributesTablePart_button_edit=Edit...
PeerAttributesTablePart_button_remove=Remove
PeerAttributesTablePart_column_name=Name
PeerAttributesTablePart_column_value=Value
PeerAttributesTablePart_add_dialogTitle=Add
PeerAttributesTablePart_add_title=Add Attribute
PeerAttributesTablePart_add_message=Specify the name and the value of the new peer attribute.
PeerAttributesTablePart_edit_dialogTitle=Edit
PeerAttributesTablePart_edit_title=Edit Attribute
PeerAttributesTablePart_edit_message=Edit the selected peer attribute.

DeleteHandler_error_title=Error
DeleteHandler_error_deleteFailed=Failed to delete static peer.

AgentSelectionDialog_dialogTitle=Select Agent(s)
AgentSelectionDialog_title=Select Agent(s)
AgentSelectionDialog_message=Select the agent(s) for the operation to perform.

RedirectHandler_error_title=Error
RedirectHandler_error_deleteFailed=Failed to redirect peer communication.

RedirectAgentSelectionDialog_dialogTitle=Redirect
RedirectAgentSelectionDialog_title=Select Proxy
RedirectAgentSelectionDialog_message=Select the proxy to redirect the communication through.

# ***** Preference Pages *****

LoggingPreferencePage_label=Logging settings for agent communication:
LoggingPreferencePage_enabled_label=Enable logging
LoggingPreferencePage_monitorEnabled_label=Enable agent communication monitor
LoggingPreferencePage_filterGroup_label=Event Filter Settings
LoggingPreferencePage_showHeartbeats_label=Log peer heart beat events
LoggingPreferencePage_showFrameworkEvents_label=Log low-level framework events
LoggingPreferencePage_logfileGroup_label=Log File Settings
LoggingPreferencePage_maxFileSize_label=Maximum Log File Size:
LoggingPreferencePage_maxFileSize_error=Invalid Log File Size.
LoggingPreferencePage_maxFilesInCycle_label=Maximum # of Files in Rotation:

Back to the top