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