Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7178b5bd6255b9858cda1c5b789a912ada2094b1 (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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
###############################################################################
# Copyright (c) 2012, 2013 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
###############################################################################

PossibleCause=Possible Cause:\n{0}

OverviewEditorPage_title=Overview
OverviewEditorPage_error_save=Failed to save target: {0}.\n\n{1}

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.
GeneralInformationSection_state_4=Waiting to become Ready.
GeneralInformationSection_error_delete=Failed to remove old target: {0}.\n\n{1}
GeneralInformationSection_error_emptyName=The target name cannot be empty.
GeneralInformationSection_error_nameInUse=The target name is already used. Please choose a unique name.

LabelProviderDelegate_state_0=Reachable
LabelProviderDelegate_state_1=Communicating
LabelProviderDelegate_state_2=Not Reachable
LabelProviderDelegate_state_3=Not Reachable
LabelProviderDelegate_state_4=Waiting to become Ready

TransportSection_title=Transport
TransportSection_description=Select the transport type used to communicate with the target.

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.

ContentProviderDelegate_newNode=Create New Target...

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:
NewTargetWizardPage_error_nameInUse=This target name is already used. Please choose a unique name.

RemotePeerDiscoveryRootNode_label=Neighborhood

PeerIdControl_label=Target ID:

PeerNameControl_label=Target Name:
PeerNameControl_Information_MissingName=Please enter a valid 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.\n\n{0}
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.
AgentSelectionDialog_button_showOnlyReachable=Show only reachable targets

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}

RenameHandler_error_title=Error
RenameHandler_error_renameFailed=Failed to rename static target.
RenameHandler_dialog_title=Rename ''{0}''
RenameHandler_dialog_message=Please enter a new name for the selected target.
RenameHandler_dialog_error_nameExist=A target with the name you specified already exists! Specify a different name.
RenameHandler_dialog_promptNewName=New Name:

TargetSelectorSection_title=Target
TargetSelectorSection_button_enableReal=Use running Target 
TargetSelectorSection_button_enableSimulator=Start local Simulator:

SimulatorTypeSelectionControl_label=Simulator Type:
SimulatorTypeSelectionControl_button_configure=Configure...
SimulatorTypeSelectionControl_error_invalidConfiguration=The simulator configuration is not valid. Please click on ''Configure...'' to configure the simulator.

AbstractConfigurationEditorPage_error_possibleCause=Possible Cause:\n{0}
AbstractConfigurationEditorPage_error_save=Failed to save connection: {0}.\n\n{1}

AbstractConfigWizardPage_configName_label=Connection Name:
AbstractConfigWizardPage_configName_infoMissingValue=Please enter a connection name.
AbstractConfigWizardPage_configName_nameInUse=This connection name is already used. Please choose a unique name.
AbstractConfigWizardPage_launchDbg_label=Start debugger after connection has been established
AbstractConfigWizardPage_advancedButton_label=Advanced...
AbstractConfigWizardPage_connectJob_label=Connect ''{0}''

ToolbarAction_selectPeer=Select Existing Target...
ToolbarAction_selectionDialog_title=Select Existing Target
ToolbarAction_selectionDialog_description=Select an existing target.
ToolbarAction_selectionDialog_button_showOnlyReachable=Show only reachable targets

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

EditorSaveAsAdapter_title=Save As
EditorSaveAsAdapter_message=Please enter a new name.
EditorSaveAsAdapter_nameInUse_error=The name is already in use.
EditorSaveAsAdapter_label=New Name:

PeerExportWizard_title=Export TCF Configurations
PeerExportWizard_message=Select the configurations to export.
PeerExportWizardPage_selectAll=Select All
PeerExportWizardPage_deselectAll=Deselect All
PeerExportWizardPage_peers_label=Configurations:
PeerExportWizardPage_destination_label=Location:
PeerExportWizardPage_destination_button=Browse...
PeerExportWizardPage_peersMissing_error=Please select a configuration to export.
PeerExportWizardPage_destinationMissing_error=Please enter or select a directory to export the configuration(s) to.
PeerExportWizardPage_destinationIsFile_error=Please enter or select a valid directory to export the configurations to.
PeerExportWizardPage_overwrite_button=Overwrite existing file(s) without warning
PeerExportWizardPage_overwriteDialog_message=The file ''{0}'' already exists. Do you want to overwrite it?
PeerExportWizardPage_overwriteDialogToggle_message=Remember my decision

PeerImportWizard_title=Import TCF Configurations
PeerImportWizard_message=Select the configurations to Import.
PeerImportWizardPage_selectAll=Select All
PeerImportWizardPage_deselectAll=Deselect All
PeerImportWizardPage_peers_label=Configurations:
PeerImportWizardPage_destination_label=Location:
PeerImportWizardPage_destination_button=Browse...
PeerImportWizardPage_peersMissing_error=Please select a configuration to import.
PeerImportWizardPage_locationMissing_error=Please enter or select a directory to import the configuration(s) from.
PeerImportWizardPage_locationIsFile_error=Please enter or select a valid directory to import the configurations from.
PeerImportWizardPage_overwrite_button=Overwrite existing configuration(s) without warning
PeerImportWizardPage_overwriteDialog_message=The configuration ''{0}'' already exists. Do you want to overwrite it?
PeerImportWizardPage_overwriteDialogToggle_message=Remember my decision

ActiveConnectionStatusTrimControl_label={0}
ActiveConnectionStatusTrimControl_tooltip=Most recently used connection

Back to the top