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