Improved error handling for connection errors in LTTng control
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / messages / messages.properties
1 ###############################################################################
2 # Copyright (c) 2012 Ericsson.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Eclipse Public License v1.0
6 # which accompanies this distribution, and is available at
7 # http://www.eclipse.org/legal/epl-v10.html
8 #
9 # Contributors:
10 # Bernd Hufmann - initial API and implementation
11 ###############################################################################
12
13 TraceControl_ConnectionFailure=Connecting to host failed
14 TraceControl_DisconnectionFailure=Disconnection from host failed
15 TraceControl_ExecutionCancelled=Command Execution cancelled
16 TraceControl_ExecutionFailure=Command Execution failed
17 TraceControl_ExecutionTimeout=Command Execution timed-out
18 TraceControl_ShellNotConnected=Command shell not connected
19 TraceControl_CommandShellError=Could not create HostShellProcessAdapter
20 TraceControl_CommandError=Command failed! Command:
21 TraceControl_UnexpectedCommandOutputFormat=Unexpected command output
22 TraceControl_UnexpectedNameError=Unexpected session name returned
23 TraceControl_UnexpectedPathError=Unexpected session path returned
24
25 TraceControl_UnsupportedVersionError=Unsupported LTTng Tracer Control version
26 TraceControl_GettingVersionError=Could not get version of LTTng Tracer Control
27
28 # Commands
29 TraceControl_ErrorTitle=Error
30 TraceControl_ListSessionFailure=List sessions failed
31 TraceControl_RetrieveNodeConfigurationJob=Retrieving Target Node Configuration...
32 TraceControl_RetrieveNodeConfigurationFailure=Error retrieving node configuration
33 TraceControl_EclipseCommandFailure=Command failed
34 TraceControl_NewNodeCreationFailure=Creation of new connection failed
35 TraceControl_CreateSessionJob=Creating Session...
36 TraceControl_CreateSessionFailure=Command to create session failed
37
38 TraceControl_DestroySessionJob=Destroying Session...
39 TraceControl_DestroySessionFailure=Command to destroy session failed
40 TraceControl_DestroyConfirmationTitle=Destroy Confirmation
41 TraceControl_DestroyConfirmationMessage=Do you want to delete all selected sessions?
42
43 TraceControl_ImportJob=Importing Traces...
44 TraceControl_ImportFailure=Command to import traces failed
45
46 TraceControl_ChangeSessionStateJob=Changing Session State...
47 TraceControl_ChangeSessionStateFailure=Command to change session state failed...
48
49 TraceControl_CreateChannelStateJob=Enabling (creating) channel...
50 TraceControl_CreateChannelStateFailure=Command to enable channel failed
51
52 TraceControl_ChangeChannelStateJob=Changing State of Channels...
53 TraceControl_ChangeChannelStateFailure=Command to change state of channels failed
54 TraceControl_ChangeEventStateJob=Changing State of Events...
55 TraceControl_ChangeEventStateFailure=Command to change state of events failed
56
57 TraceControl_EnableEventsJob=Enabling Events...
58 TraceControl_EnableEventsFailure=Command to enable events failed
59 TraceControl_DisableEventsJob=Disabling Events...
60
61 TraceControl_GetContextJob=Getting Available Contexts...
62 TraceControl_GetContextFailure=Command to get available contexts failed
63
64 TraceControl_AddContextJob=Adding Contexts...
65 TraceControl_AddContextFailure=Command to add contexts failed
66
67 TraceControl_AddCalibrateJob=Calibrating...
68 TraceControl_AddCalibrateFailure=Command to calibrate failed
69
70 # Dialogs
71 TraceControl_NewDialogTitle=New Connection
72 TraceControl_NewNodeExistingConnectionGroupName=Existing Connections
73 TraceControl_NewNodeEditButtonName=Edit connection information
74 TraceControl_NewNodeComboToolTip=List of existing connections (connection name - host name)
75 TraceControl_NewNodeConnectionNameLabel=Connection Name
76 TraceControl_NewNodeConnectionNameTooltip=Alias to be displayed for node to connect to.
77 TraceControl_NewNodeHostNameLabel=Host Name
78 TraceControl_NewNodeHostNameTooltip=IP Address or DNS name of node to connect to.
79 TraceControl_AlreadyExistsError=Node name already exists in Control View
80
81 TraceControl_CreateSessionDialogTitle=Create Session
82 TraceControl_CreateSessionNameLabel=Session Name
83 TraceControl_CreateSessionNameTooltip=The name of the session to be created.
84 TraceControl_CreateSessionPathLabel=Session Path
85 TraceControl_CreateSessionPathTooltip=The session path (keep empty for default location)
86
87 TraceControl_CreateSessionConfigureStreamingButtonText=Advanced
88 TraceControl_CreateSessionConfigureStreamingButtonTooltip=Configure advanced options
89 TraceControl_CreateSessionNoStreamingButtonText=Basic
90 TraceControl_CreateSessionNoStreamingButtonTooltip=Use basic options
91 TraceControl_CreateSessionTracePathText=Trace Path
92 TraceControl_CreateSessionTracePathTooltip=The trace path (keep empty for default location)
93 TraceControl_CreateSessionLinkButtonText=Use same protocol and address for data and control
94 TraceControl_CreateSessionLinkButtonTooltip=Use the same protocol and address for the data and control connection
95 TraceControl_CreateSessionProtocolLabelText=Protocol
96 TraceControl_CreateSessionAddressLabelText=Address
97 TraceControl_CreateSessionPortLabelText=Port
98 TraceControl_CreateSessionControlUrlLabel=Control URL
99 TraceControl_CreateSessionDataUrlLabel=Data URL
100 TraceControl_CreateSessionCommonProtocolTooltip=file - Local file system full path\n\
101 net or net6 - Default network transport layer which is TCP for both control and data channel.
102 TraceControl_CreateSessionControlAddressTooltip=IP Address or DNS name used for control channel.\n\
103 NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
104 TraceControl_CreateSessionControlPortTooltip=The control port (default: 5342).
105 TraceControl_CreateSessionProtocolTooltip=file - Local file system full path\n\
106 net or net6 - Default network transport layer which is TCP\n\
107 tcp or tcp6 - TCP network transport
108 TraceControl_CreateSessionDataAddressTooltip=IP Address or DNS name used for data channel.\n\
109 NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
110 TraceControl_CreateSessionDataPortTooltip=The data port (default: 5343).
111 TraceControl_CreateSessionNoConsumertText=No Consumer
112 TraceControl_CreateSessionNoConsumertTooltip=Don't activate a consumer for this session.
113 TraceControl_CreateSessionDisableConsumertText=Disable Consumer
114 TraceControl_CreateSessionDisableConsumertTooltip=Disable consumer for this session.
115
116 TraceControl_InvalidSessionNameError=The session name is invalid
117 TraceControl_SessionAlreadyExistsError=The session name already exists
118 TraceControl_SessionPathAlreadyExistsError=Session path already exists
119 TraceControl_InvalidSessionPathError=The session path is invalid
120 TraceControl_FileSubSystemError=File subsystem error in session creation dialog.
121
122 TraceControl_EnableChannelDialogTitle=Enable Channel
123 TraceControl_EnableChannelNameLabel=Channel Name
124 TraceControl_EnableChannelNameTooltip=The name of the channel to be enabled.
125 TraceControl_EnableChannelSubBufferSizeTooltip=The sub-buffers size of the channel. Needs to be a power of 2 for kernel and ust tracers.
126 TraceControl_EnableChannelNbSubBuffersTooltip=The number of sub-buffers of the channel. Needs to be a power of 2 for kernel and ust tracers.
127 TraceControl_EnableChannelSwitchTimerTooltip=The Switch subbuffer timer interval in usec (default: 0). Needs to be a power of 2 for kernel and ust tracers.
128 TraceControl_EnableChannelReadTimerTooltip=The Read timer interval in usec.
129 TraceControl_EnableChannelOutputTypeTooltip=The output type of the channel.
130 TraceControl_EnableChannelDiscardModeGroupName=Discard Mode
131 TraceControl_EnableChannelDiscardModeLabel=Discard
132 TraceControl_EnableChannelDiscardModeTooltip=Discard event when subbuffers are full
133 TraceControl_EnableChannelOverwriteModeLabel=Overwrite
134 TraceControl_EnableChannelOverwriteModeTooltip=Flight recorder mode : overwrites events when subbuffers are full
135
136 TraceControl_InvalidChannelNameError=The channel name is invalid or empty
137 TraceControl_ChannelAlreadyExistsError=Channel already exists
138
139 TraceControl_EnableEventsDialogTitle=Enable Events
140 TraceControl_EnableEventsSessionGroupName=Session List
141 TraceControl_EnableEventsChannelGroupName=Channel List
142 TraceControl_EnableEventsSessionsTooltip=List of available sessions.
143 TraceControl_EnableEventsChannelsTooltip=List of available channels of selected session.\nIf no channel is available default channel will be created.
144 TraceControl_EnableEventsNoSessionError=No session from session list is selected.
145 TraceControl_EnableEventsNoChannelError=No channel from channel list is selected.
146
147 TraceControl_EnableGroupSelectionName=Select
148 TraceControl_EnableEventsTracepointGroupName=Tracepoint Events
149 TraceControl_EnableEventsTracepointTreeTooltip=List of available kernel tracepoint events
150 TraceControl_EnableEventsTracepointTreeAllLabel=All
151 TraceControl_EnableEventsSyscallName=All Syscalls
152 TraceControl_EnableEventsSyscallTooltip=Enable all Syscalls
153 TraceControl_EnableEventsProbeGroupName=Dynamic Probe
154 TraceControl_EnableEventsEventNameLabel=Event Name
155 TraceControl_EnableEventsProbeEventNameTooltip=The name of the event for enabling a dynamic probe
156 TraceControl_EnableEventsProbeNameLabel=Probe
157 TraceControl_EnableEventsProbeNameTooltip=[addr | symbol | symbol+offset]\nAddr and offset can be octal (0NNN...),\ndecimal (NNN...) or hexadecimal (0xNNN...)
158 TraceControl_EnableEventsFucntionGroupName=Dynamic Function Entry/Return Probe
159 TraceControl_EnableEventsFunctionEventNameTooltip=The name of the event for enabling a dynamic function entry/return probe
160 TraceControl_EnableEventsFunctionNameLabel=Function
161
162 TraceControl_EnableEventsWildcardGroupName=Wildcard
163 TraceControl_EnableEventsWildcardLabel=Wildcard
164 TraceControl_EnableEventsWildcardTooltip=The wild card string of event names
165 TraceControl_EnableEventsLogLevelGroupName=Log Level
166 TraceControl_EnableEventsLogLevelTypeName=loglevel
167 TraceControl_EnableEventsLogLevelTypeTooltip=The tracepoint log level range from 0 to loglevel
168 TraceControl_EnableEventsLogLevelOnlyTypeName=loglevel-only
169 TraceControl_EnableEventsLogLevelOnlyTypeTooltip=The tracepoint log level (only this loglevel)
170 TraceControl_EnableEventsLogLevelTooltip=The available log levels
171 TraceControl_EnableEventsLoglevelEventNameTooltip=Event name for enabling log levels
172 TraceControl_EnableEventsFilterGroupName=Filter Expression
173 TraceControl_EnableEventsFilterTooltip=Filter expression on event field.
174
175 TraceControl_InvalidProbeNameError=The probe name is invalid
176 TraceControl_InvalidWildcardError=The wild card name is invalid
177 TraceControl_InvalidLogLevelEventNameError=The event name for log level is invalid
178 TraceControl_InvalidLogLevel=No log level selected
179
180 TraceControl_AddContextDialogTitle=Add Contexts
181 TraceControl_AddContextAvailableContextsLabel=Contexts
182 TraceControl_AddContextAvailableContextsTooltip=Available Contexts
183 TraceControl_AddContextAllLabel=All Contexts
184
185 TraceControl_ImportDialogTitle=Import Traces
186 TraceControl_ImportDialogTracesGroupName=Available Traces
187 TraceControl_ImportDialogTracesTooltip=The available traces of current session to import
188 TraceControl_ImportDialogProjectsGroupName=Available Projects
189 TraceControl_ImportDialogProjectsTooltip=The available projects to select from
190 TraceControl_ImportDialogOverwriteButtonText=Overwrite existing trace without warning
191 TraceControl_ImportDialogCreationError=Dialog box cannot be created
192 TraceControl_ImportDialogNoProjectSelectedError=No tracing project selected or available
193 TraceControl_ImportDialogInvalidTracingProject=Invalid tracing project. Missing directory
194 TraceControl_ImportDialogNoTraceSelectedError=No trace selected or available
195
196 TraceControl_ImportDialogConfirmationTitle=Import Confirmation Dialog
197 TraceControl_ImportDialogConfirmationOverwriteLabel=Overwrite
198 TraceControl_ImportDialogConfirmationRenameLabel=Rename
199 TraceControl_ImportDialogConfirmationNewNameLabel=New Trace Name
200 TraceControl_InvalidTraceNameError=Invalid trace name
201 TraceControl_ImportDialogTraceAlreadyExistError=Trace already exists in project
202
203 # Tree structure strings
204 TraceControl_KernelDomainDisplayName=Kernel
205 TraceControl_UstGlobalDomainDisplayName=UST global
206 TraceControl_UstDisplayName=UST
207 TraceControl_AllSessionsDisplayName=Sessions
208 TraceControl_SessionDisplayName=Session
209 TraceControl_DomainDisplayName=Domain
210 TraceControl_ChannelDisplayName=Channel
211 TraceControl_EventDisplayName=Event
212 TraceControl_ProviderDisplayName=Provider
213 TraceControl_KernelProviderDisplayName=Kernel
214
215 # Property names
216 TraceControl_SessionNamePropertyName=Session Name
217 TraceControl_EventNamePropertyName=Event Name
218 TraceControl_EventTypePropertyName=Event Type
219 TraceControl_LogLevelPropertyName=Log Level
220 TraceControl_FieldsPropertyName=Fields
221 TraceControl_FilterPropertyName=Filter
222 TraceControl_StatePropertyName=State
223 TraceControl_VersionPropertyName=Version
224 TraceControl_DomainNamePropertyName=Domain Name
225 TraceControl_ChannelNamePropertyName=Channel Name
226 TraceControl_OverwriteModePropertyName=Overwrite Mode
227 TraceControl_SubBufferSizePropertyName=Sub Buffer Size
228 TraceControl_NbSubBuffersPropertyName=Number of Sub Buffers
229 TraceControl_SwitchTimerPropertyName=Switch Timer Interval
230 TraceControl_ReadTimerPropertyName=Read Timer Interval
231 TraceControl_OutputTypePropertyName=Output Type
232 TraceControl_HostNamePropertyName=Connection Name
233 TraceControl_HostAddressPropertyName=Host Name
234 TraceControl_SessionPathPropertyName=Session Path
235 TraceControl_ProviderNamePropertyName=Provider Name
236 TraceControl_ProcessIdPropertyName=Process ID
237 TraceControl_ProbeAddressPropertyName=Address
238 TraceControl_ProbeOffsetPropertyName=Offset
239 TraceControl_ProbeSymbolPropertyName=Symbol
240
241 # Preferences
242 TraceControl_TracingGroupPreference=&Tracing Group
243 TraceControl_LoggingPreference=&Logging
244 TraceControl_LogfilePath=Log file
245 TraceControl_AppendLogfilePreference=&Append
246 TraceControl_VerboseLevelsPreference=&Verbose Level
247 TraceControl_VerboseLevelNonePreference=None
248 TraceControl_VerboseLevelVerbosePreference=Level 1
249 TraceControl_VerboseLevelVeryVerbosePreference=Level 2
250 TraceControl_VerboseLevelVeryVeryVerbosePreference=Level 3
This page took 0.046361 seconds and 6 git commands to generate.