Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 94fdbfa1953281092f8fca0cff2ce2f2fb4a37f0 (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
#
# org.eclipse.tm.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

AddPeerDialog_title=Add New Peer

TransportTypeControl_label=Type:

AgentHostControl_label=Host:

AgentPortControl_label=Port:

PeerIdControl_label=ID:

PeerNameControl_label=Name:

Back to the top