tmf: lttngControl: mi: support of domain, channel and event listing
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.control.ui / src / org / eclipse / linuxtools / internal / lttng2 / control / ui / views / messages / messages.properties
1 ###############################################################################
2 # Copyright (c) 2012, 2014 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 # Jonathan Rajotte - updated for basic support of LTTng 2.6 machine interface
12 ###############################################################################
13
14 EnableChannelDialog_DefaultMessage=Default
15 ImportHandler_LiveTraceElementError=Could not find trace element
16 ImportHandler_LiveTraceInitError=Error initializing live trace.
17 TraceControl_ConnectionFailure=Connecting to host failed
18 TraceControl_DisconnectionFailure=Disconnection from host failed
19 TraceControl_ExecutionCancelled=Command Execution cancelled
20 TraceControl_ExecutionFailure=Command Execution failed
21 TraceControl_ExecutionTimeout=Command Execution timed-out
22 TraceControl_ShellNotConnected=Command shell not connected
23 TraceControl_CommandShellError=Could not create HostShellProcessAdapter
24 TraceControl_CommandError=Command failed! Command:
25 TraceControl_UnexpectedCommandOutputFormat=Unexpected command output
26 TraceControl_UnexpectedNameError=Unexpected session name returned
27 TraceControl_UnexpectedPathError=Unexpected session path returned
28
29 TraceControl_UnsupportedVersionError=Unsupported LTTng Tracer Control version
30 TraceControl_GettingVersionError=Could not get version of LTTng Tracer Control
31
32 # Xml parsing related failures
33 TraceControl_InvalidSchemaError=Could not open/validate xsd Schema
34 TraceControl_XmlDocumentBuilderError=Unable to create the xml document builder
35 TraceControl_XmlParsingError=Unable to parse the xml document
36 TraceControl_XmlValidationError=Could not validate the xml response
37 TraceControl_XmlValidationWarning=Xml validation warning
38
39 # Xml machine interface failures
40 TraceControl_MiInvalidNumberOfElementError=Invalid number of element
41 TraceControl_MiInvalidProviderError=Invalid provider data
42 TraceControl_MiMissingRequiredError=Missing required data
43 TraceControl_MiIllegalValueError=Invalid value
44
45 # Commands
46 TraceControl_MiInvalidElementError=Invalid xml data
47
48 TraceControl_ErrorTitle=Error
49 TraceControl_ListSessionFailure=List sessions failed
50 TraceControl_RetrieveNodeConfigurationJob=Retrieving Target Node Configuration...
51 TraceControl_RetrieveNodeConfigurationFailure=Error retrieving node configuration
52 TraceControl_EclipseCommandFailure=Command failed
53 TraceControl_NewNodeCreationFailure=Creation of new connection failed
54 TraceControl_CreateSessionJob=Creating Session...
55 TraceControl_CreateSessionFailure=Command to create session failed
56
57 TraceControl_DestroySessionJob=Destroying Session...
58 TraceControl_DestroySessionFailure=Command to destroy session failed
59 TraceControl_DestroyConfirmationTitle=Destroy Confirmation
60 TraceControl_DestroyConfirmationMessage=Do you want to delete all selected sessions?
61
62 TraceControl_ImportJob=Importing Traces...
63 TraceControl_DownloadTask=Downloading
64 TraceControl_ImportFailure=Command to import traces failed
65
66 TraceControl_ChangeSessionStateJob=Changing Session State...
67 TraceControl_ChangeSessionStateFailure=Command to change session state failed...
68
69 TraceControl_CreateChannelStateJob=Enabling (creating) channel...
70 TraceControl_CreateChannelStateFailure=Command to enable channel failed
71
72 TraceControl_ChangeChannelStateJob=Changing State of Channels...
73 TraceControl_ChangeChannelStateFailure=Command to change state of channels failed
74 TraceControl_ChangeEventStateJob=Changing State of Events...
75 TraceControl_ChangeEventStateFailure=Command to change state of events failed
76
77 TraceControl_EnableEventsJob=Enabling Events...
78 TraceControl_EnableEventsFailure=Command to enable events failed
79 TraceControl_DisableEventsJob=Disabling Events...
80
81 TraceControl_GetContextJob=Getting Available Contexts...
82 TraceControl_GetContextFailure=Command to get available contexts failed
83
84 TraceControl_AddContextJob=Adding Contexts...
85 TraceControl_AddContextFailure=Command to add contexts failed
86
87 TraceControl_AddCalibrateJob=Calibrating...
88 TraceControl_AddCalibrateFailure=Command to calibrate failed
89
90 TraceControl_RecordSnapshotJob=Record snapshot...
91 TraceControl_RecordSnapshotFailure=Command to snapshot record failed
92
93 # Dialogs
94 TraceControl_NewDialogTitle=New Connection
95 TraceControl_NewNodeExistingConnectionGroupName=Existing Connections
96 TraceControl_NewNodeEditButtonName=Edit connection information
97 TraceControl_NewNodeComboToolTip=List of existing connections (connection name - host name)
98 TraceControl_NewNodeConnectionNameLabel=Connection Name
99 TraceControl_NewNodeConnectionNameTooltip=Alias to be displayed for node to connect to.
100 TraceControl_NewNodeHostNameLabel=Host Name
101 TraceControl_NewNodeHostNameTooltip=IP Address or DNS name of node to connect to.
102 TraceControl_NewNodePortLabel=Port Number
103 TraceControl_NewNodePortTooltip=IP Port Number to be used for the connection. Leave empty for default port.
104 TraceControl_AlreadyExistsError=Node name already exists in Control View
105
106 TraceControl_CreateSessionDialogTitle=Create Session
107 TraceControl_CreateSessionDialogMessage=Configure the new tracing session
108 TraceControl_CreateSessionNameLabel=Session Name
109 TraceControl_CreateSessionNameTooltip=The name of the session to be created.
110 TraceControl_CreateSessionPathLabel=Session Path
111 TraceControl_CreateSessionPathTooltip=The session path (keep empty for default location)
112 TraceControl_CreateSessionNormalLabel=Normal Mode
113 TraceControl_CreateSessionNormalTooltip=Configure session in normal mode
114 TraceControl_CreateSessionSnapshotLabel=Snapshot Mode
115 TraceControl_CreateSessionSnapshotTooltip=Configure session in snapshot mode
116 TraceControl_CreateSessionLiveLabel=Live Mode
117 TraceControl_CreateSessionLiveTooltip=Configure session in live mode
118
119
120 TraceControl_CreateSessionConfigureStreamingButtonText=Advanced
121 TraceControl_CreateSessionConfigureStreamingButtonTooltip=Configure advanced options
122 TraceControl_CreateSessionNoStreamingButtonText=Basic
123 TraceControl_CreateSessionNoStreamingButtonTooltip=Use basic options
124 TraceControl_CreateSessionTracePathText=Trace Path
125 TraceControl_CreateSessionTracePathTooltip=The trace path (keep empty for default location)
126 TraceControl_CreateSessionLinkButtonText=Use same protocol and address for data and control
127 TraceControl_CreateSessionLinkButtonTooltip=Use the same protocol and address for the data and control connection
128 TraceControl_CreateSessionProtocolLabelText=Protocol
129 TraceControl_CreateSessionAddressLabelText=Address
130 TraceControl_CreateSessionPortLabelText=Port
131 TraceControl_CreateSessionControlUrlLabel=Control URL
132 TraceControl_CreateSessionDataUrlLabel=Data URL
133 TraceControl_CreateSessionCommonProtocolTooltip=file - Local file system full path\n\
134 net or net6 - Default network transport layer which is TCP for both control and data channel.
135 TraceControl_CreateSessionControlAddressTooltip=IP Address or DNS name used for control channel.\n\
136 NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
137 TraceControl_CreateSessionControlPortTooltip=The control port (default: 5342).
138 TraceControl_CreateSessionProtocolTooltip=file - Local file system full path\n\
139 net or net6 - Default network transport layer which is TCP\n\
140 tcp or tcp6 - TCP network transport
141 TraceControl_CreateSessionDataAddressTooltip=IP Address or DNS name used for data channel.\n\
142 NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
143 TraceControl_CreateSessionDataPortTooltip=The data port (default: 5343).
144 TraceControl_CreateSessionNoConsumertText=No Consumer
145 TraceControl_CreateSessionNoConsumertTooltip=Don't activate a consumer for this session.
146 TraceControl_CreateSessionDisableConsumertText=Disable Consumer
147 TraceControl_CreateSessionDisableConsumertTooltip=Disable consumer for this session.
148 TraceControl_CreateSessionLiveConnectionLabel=Live Connection
149 TraceControl_CreateSessionLiveDelayLabel=Live Delay
150 TraceControl_CreateSessionLiveDelayTooltip=The delay in micro seconds before the data is flushed and streamed
151 TraceControl_CreateSessionLiveConnectionUrlTooltip=The URL for the live connection (Relayd)
152 TraceControl_CreateSessionLiveConnectionPortTooltip=The port for the live connection (Relayd)
153
154 TraceControl_InvalidSessionNameError=The session name is invalid
155 TraceControl_SessionAlreadyExistsError=The session name already exists
156 TraceControl_SessionPathAlreadyExistsError=Session path already exists
157 TraceControl_InvalidSessionPathError=The session path is invalid
158 TraceControl_InvalidLiveDelayError=Live Delay must be a valid positive number
159 TraceControl_FileSubSystemError=File subsystem error in session creation dialog.
160
161 TraceControl_EnableChannelDialogTitle=Enable Channel
162 TraceControl_EnableChannelNameLabel=Channel Name
163 TraceControl_EnableChannelNameTooltip=The name of the channel to be enabled.
164 TraceControl_EnableChannelSubBufferSizeTooltip=The sub-buffers size of the channel. Needs to be a power of 2 for kernel and ust tracers (Only for versions prior to 2.2.0).
165 TraceControl_EnableChannelNbSubBuffersTooltip=The number of sub-buffers of the channel. Needs to be a power of 2 for kernel and ust tracers (Only for versions prior to 2.2.0).
166 TraceControl_EnableChannelSwitchTimerTooltip=The Switch subbuffer timer interval in usec (default: 0). Needs to be a power of 2 for kernel and ust tracers (Only for versions prior to 2.2.0).
167 TraceControl_EnableChannelReadTimerTooltip=The Read timer interval in usec.
168 TraceControl_EnableChannelOutputTypeTooltip=The output type of the channel.
169 TraceControl_EnableChannelDiscardModeGroupName=Discard Mode
170 TraceControl_EnableChannelDiscardModeLabel=Discard
171 TraceControl_EnableChannelDiscardModeTooltip=Discard event when subbuffers are full
172 TraceControl_EnableChannelOverwriteModeLabel=Overwrite
173 TraceControl_EnableChannelOverwriteModeTooltip=Flight recorder mode : overwrites events when subbuffers are full
174 TraceControl_EnbleChannelMaxSizeTraceFilesTooltip=Maximum size of each tracefile within a stream (in bytes). 0 means unlimited
175 TraceControl_EnbleChannelMaxNumTraceFilesTooltip=Used in conjunction with the maximum size of trace files option, this will limit the number of files created to the specified count. 0 means unlimited
176
177 TraceControl_InvalidChannelNameError=The channel name is invalid or empty
178 TraceControl_ChannelAlreadyExistsError=Channel already exists
179
180 TraceControl_EnableEventsDialogTitle=Enable Events
181 TraceControl_EnableEventsSessionGroupName=Session List
182 TraceControl_EnableEventsChannelGroupName=Channel List
183 TraceControl_EnableEventsSessionsTooltip=List of available sessions.
184 TraceControl_EnableEventsChannelsTooltip=List of available channels of selected session.\nIf no channel is available default channel will be created.
185 TraceControl_EnableEventsNoSessionError=No session from session list is selected.
186 TraceControl_EnableEventsNoChannelError=No channel from channel list is selected.
187
188 TraceControl_EnableGroupSelectionName=Select
189 TraceControl_EnableEventsTracepointGroupName=Tracepoint Events
190 TraceControl_EnableEventsTracepointTreeTooltip=List of available kernel tracepoint events
191 TraceControl_EnableEventsTracepointTreeAllLabel=All
192 TraceControl_EnableEventsSyscallName=All Syscalls
193 TraceControl_EnableEventsSyscallTooltip=Enable all Syscalls
194 TraceControl_EnableEventsProbeGroupName=Dynamic Probe
195 TraceControl_EnableEventsEventNameLabel=Event Name
196 TraceControl_EnableEventsProbeEventNameTooltip=The name of the event for enabling a dynamic probe
197 TraceControl_EnableEventsProbeNameLabel=Probe
198 TraceControl_EnableEventsProbeNameTooltip=[addr | symbol | symbol+offset]\nAddr and offset can be octal (0NNN...),\ndecimal (NNN...) or hexadecimal (0xNNN...)
199 TraceControl_EnableEventsFucntionGroupName=Dynamic Function Entry/Return Probe
200 TraceControl_EnableEventsFunctionEventNameTooltip=The name of the event for enabling a dynamic function entry/return probe
201 TraceControl_EnableEventsFunctionNameLabel=Function
202
203 TraceControl_EnableEventsWildcardGroupName=Wildcard
204 TraceControl_EnableEventsWildcardLabel=Wildcard
205 TraceControl_EnableEventsWildcardTooltip=The wild card string of event names
206 TraceControl_EnableEventsLogLevelGroupName=Log Level
207 TraceControl_EnableEventsLogLevelTypeName=loglevel
208 TraceControl_EnableEventsLogLevelTypeTooltip=The tracepoint log level range from 0 to loglevel
209 TraceControl_EnableEventsLogLevelOnlyTypeName=loglevel-only
210 TraceControl_EnableEventsLogLevelOnlyTypeTooltip=The tracepoint log level (only this loglevel)
211 TraceControl_EnableEventsLogLevelTooltip=The available log levels
212 TraceControl_EnableEventsLoglevelEventNameTooltip=Event name for enabling log levels
213 TraceControl_EnableEventsFilterGroupName=Filter Expression
214 TraceControl_EnableEventsFilterTooltip=Filter expression on event field.
215
216 TraceControl_InvalidProbeNameError=The probe name is invalid or empty
217 TraceControl_InvalidWildcardError=The wild card name is invalid or empty
218 TraceControl_InvalidLogLevelEventNameError=The event name for log level is invalid or empty
219 TraceControl_InvalidLogLevel=No log level selected
220
221 TraceControl_AddContextDialogTitle=Add Contexts
222 TraceControl_AddContextAvailableContextsLabel=Contexts
223 TraceControl_AddContextAvailableContextsTooltip=Available Contexts
224 TraceControl_AddContextAllLabel=All Contexts
225
226 TraceControl_ImportDialogStreamedTraceNotification=You are importing a trace generated by a streamed session. By default the traces will be outputed to ~/lttng-traces/hostname/sessionname but the location can vary.
227 TraceControl_ImportDialogStreamedTraceNotificationToggle=Do not warn me again
228 TraceControl_ImportDialogTitle=Import Traces
229 TraceControl_ImportDialogTracesGroupName=Available Traces
230 TraceControl_ImportDialogTracesTooltip=The available traces of current session to import
231 TraceControl_ImportDialogProjectsGroupName=Available Projects
232 TraceControl_ImportDialogProjectsTooltip=The available projects to select from
233 TraceControl_ImportDialogOverwriteButtonText=Overwrite existing trace without warning
234 TraceControl_ImportDialogCreationError=Dialog box cannot be created
235 TraceControl_ImportDialogNoProjectSelectedError=No tracing project selected or available
236 TraceControl_ImportDialogInvalidTracingProject=Invalid tracing project. Missing directory
237 TraceControl_ImportDialogNoTraceSelectedError=No trace selected or available
238
239 TraceControl_ImportDialogConfirmationTitle=Import Confirmation Dialog
240 TraceControl_ImportDialogConfirmationOverwriteLabel=Overwrite
241 TraceControl_ImportDialogConfirmationRenameLabel=Rename
242 TraceControl_ImportDialogConfirmationNewNameLabel=New Trace Name
243 TraceControl_InvalidTraceNameError=Invalid trace name
244 TraceControl_ImportDialogTraceAlreadyExistError=Trace already exists in project
245 TraceControl_ImportDialog_SelectAll=Select All
246 TraceControl_ImportDialog_DeselectAll=Deselect All
247
248
249 # Tree structure strings
250 TraceControl_KernelDomainDisplayName=Kernel
251 TraceControl_JULDomainDisplayName=JUL
252 TraceControl_UstGlobalDomainDisplayName=UST global
253 TraceControl_UstDisplayName=UST
254 TraceControl_UnknownDomainDisplayName=Unknown domain
255 TraceControl_AllSessionsDisplayName=Sessions
256 TraceControl_SessionDisplayName=Session
257 TraceControl_DomainDisplayName=Domain
258 TraceControl_BufferTypeDisplayName = Buffer Type
259 TraceControl_ChannelDisplayName=Channel
260 TraceControl_EventDisplayName=Event
261 TraceControl_ProviderDisplayName=Provider
262 TraceControl_KernelProviderDisplayName=Kernel
263 TraceControl_SharedBuffersDisplayName=Global shared buffers
264 TraceControl_PerPidBuffersDisplayName=Per PID buffers
265 TraceControl_PerPidBuffersTooltip=Configure per PID buffers (UST only)
266 TraceControl_PerUidBuffersDisplayName=Per UID buffers
267 TraceControl_PerUidBuffersTooltip=Configure per UID buffers (UST only)
268
269 # Property names
270 TraceControl_SessionNamePropertyName=Session Name
271 TraceControl_EventNamePropertyName=Event Name
272 TraceControl_EventTypePropertyName=Event Type
273 TraceControl_LogLevelPropertyName=Log Level
274 TraceControl_FieldsPropertyName=Fields
275 TraceControl_FilterPropertyName=Filter
276 TraceControl_StatePropertyName=State
277 TraceControl_VersionPropertyName=Version
278 TraceControl_DomainNamePropertyName=Domain Name
279 TraceControl_BufferTypePropertyName=Buffer type
280 TraceControl_ChannelNamePropertyName=Channel Name
281 TraceControl_OverwriteModePropertyName=Overwrite Mode
282 TraceControl_SubBufferSizePropertyName=Sub Buffer Size
283 TraceControl_NbSubBuffersPropertyName=Number of Sub Buffers
284 TraceControl_SwitchTimerPropertyName=Switch Timer Interval
285 TraceControl_ReadTimerPropertyName=Read Timer Interval
286 TraceControl_OutputTypePropertyName=Output Type
287 TraceControl_HostNamePropertyName=Connection Name
288 TraceControl_HostAddressPropertyName=Host Name
289 TraceControl_SessionPathPropertyName=Session Path
290 TraceControl_SnapshotPathPropertyName=Snapshot Path
291 TraceControl_SnapshotNamePropertyName=Snapshot Name
292 TraceControl_SnapshotIdPropertyName=Snapshot ID
293 TraceControl_ProviderNamePropertyName=Provider Name
294 TraceControl_ProcessIdPropertyName=Process ID
295 TraceControl_ProbeAddressPropertyName=Address
296 TraceControl_ProbeOffsetPropertyName=Offset
297 TraceControl_ProbeSymbolPropertyName=Symbol
298 TraceControl_MaxSizeTraceFilesPropertyName=Maximum size of trace files
299 TraceControl_MaxNumTraceFilesPropertyName=Maximum number of trace files
300 TraceControl_ConfigureMetadataChannelName=Configure metadata channel
301
302 # Preferences
303 TraceControl_TracingGroupPreference=&Tracing Group
304 TraceControl_LoggingPreference=&Logging
305 TraceControl_LogfilePath=Log file
306 TraceControl_CommandTimeout=Command Timeout (in seconds)
307 TraceControl_AppendLogfilePreference=&Append
308 TraceControl_VerboseLevelsPreference=&Verbose Level
309 TraceControl_VerboseLevelNonePreference=None
310 TraceControl_VerboseLevelVerbosePreference=Level 1
311 TraceControl_VerboseLevelVeryVerbosePreference=Level 2
312 TraceControl_VerboseLevelVeryVeryVerbosePreference=Level 3
313
314 TraceControl_ExecuteScriptJob=Executing command script
315 TraceControl_ExecuteScriptError=Error executing command script
316
317 TraceControl_ExecuteScriptDialogTitle=Select command script
318 TraceControl_ExecuteScriptBrowseText=Browse...
319 TraceControl_ExecuteScriptSelectLabel=Select Script
This page took 0.044144 seconds and 5 git commands to generate.