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