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