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