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