Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2c6d12e1e7956f88df0e304c168ac4ef2884367a (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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
###############################################################################
# Copyright (c) 2012 Wind River Systems, Inc. and others. All rights reserved.
# This program and the accompanying materials are made available under the terms
# of the Eclipse Public License v1.0 which accompanies this distribution, and is
# available at http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Wind River Systems - initial API and implementation
###############################################################################

OverviewEditorPage_title=Overview

GeneralInformationSection_title=General Information
GeneralInformationSection_description=This section describes general information about this target.

GeneralInformationSection_state=Link State:
GeneralInformationSection_state__1=Unknown
GeneralInformationSection_state_0=Reachable
GeneralInformationSection_state_1=Communicating
GeneralInformationSection_state_2=Not Reachable. Connection attempt timed out.
GeneralInformationSection_state_3=Not Reachable. Connection attempt failed.

TransportSection_title=Transport
TransportSection_description=This section describes the transport.

ServicesSection_title=Services
ServicesSection_description=This section describes the services.
ServicesSection_group_local_title=Local Services
ServicesSection_group_remote_title=Remote Services

AttributesSection_title=Attributes
AttributesSection_description=This section describes the custom attributes.

NewTargetWizard_windowTitle=New Target
NewTargetWizard_newPeer_name=New Target {0}
NewTargetWizard_error_savePeer=Failed to save target: {0}
 
NewTargetWizardPage_title=New Target
NewTargetWizardPage_description=Specify the attributes of the target to connect to.
NewTargetWizardPage_section_transportType=Specify the transport type and properties:
NewTargetWizardPage_section_attributes=Specify additional target attributes:

RemotePeerDiscoveryRootNode_label=Neighborhood

PeerIdControl_label=Target ID:
PeerNameControl_label=Target Name:

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

MyNetworkAddressControl_label=Host:
MyNetworkAddressControl_information_missingTargetNameAddress=Please enter a valid target host name or IP address.
MyNetworkAddressControl_error_invalidTargetNameAddress=Target host name or IP address is not valid.
MyNetworkAddressControl_error_invalidTargetIpAddress=Target host IP address is not valid.
MyRemoteHostAddressControl_error_targetNameNotResolveable=Cannot resolve the target host name to a valid IP address.
MyNetworkAddressControl_information_checkNameAddressUserInformation=The target 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 target attribute.
PeerAttributesTablePart_edit_dialogTitle=Edit
PeerAttributesTablePart_edit_title=Edit Attribute
PeerAttributesTablePart_edit_message=Edit the selected target attribute.

DeleteHandler_error_title=Error
DeleteHandler_error_deleteFailed=Failed to delete static target.
DeleteHandlerDelegate_DialogTitle=Confirm Delete
DeleteHandlerDelegate_MsgDeleteMultiplePeers=Are you sure you want to delete these {0} targets?
DeleteHandlerDelegate_MsgDeleteOnePeer=Are you sure you want to delete target ''{0}''?

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_redirectFailed=Failed to redirect target communication.

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

ResetRedirectHandler_error_title=Error
ResetRedirectHandler_error_resetRedirectFailed=Failed to reset target communication redirect.

OfflineCommandHandler_error_title=Error
OfflineCommandHandler_error_makeOffline_failed=Failed to create offline copy of the attributes of target ''{0}''.\
\n\nPossible cause:\n{1}

CategoryManager_dnd_failed=DND operation failed: {0}

# ***** 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 target 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