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