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