TMF: Support for drag selection listeners in TimeGraphControl
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.control.ui / src / org / eclipse / linuxtools / internal / lttng2 / control / ui / views / 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...
374565c6 45TraceControl_DownloadTask=Downloading
f455db37 46TraceControl_ImportFailure=Command to import traces failed
291cbdbf 47
f455db37
BH
48TraceControl_ChangeSessionStateJob=Changing Session State...
49TraceControl_ChangeSessionStateFailure=Command to change session state failed...
50
51TraceControl_CreateChannelStateJob=Enabling (creating) channel...
52TraceControl_CreateChannelStateFailure=Command to enable channel failed
eb1bab5b 53
6503ae0f 54TraceControl_ChangeChannelStateJob=Changing State of Channels...
f455db37 55TraceControl_ChangeChannelStateFailure=Command to change state of channels failed
6503ae0f 56TraceControl_ChangeEventStateJob=Changing State of Events...
f455db37 57TraceControl_ChangeEventStateFailure=Command to change state of events failed
bbb3538a 58
6503ae0f 59TraceControl_EnableEventsJob=Enabling Events...
f455db37 60TraceControl_EnableEventsFailure=Command to enable events failed
6503ae0f 61TraceControl_DisableEventsJob=Disabling Events...
eb1bab5b 62
f455db37
BH
63TraceControl_GetContextJob=Getting Available Contexts...
64TraceControl_GetContextFailure=Command to get available contexts failed
b720ac44 65
b793fbe1 66TraceControl_AddContextJob=Adding Contexts...
f455db37 67TraceControl_AddContextFailure=Command to add contexts failed
b793fbe1 68
b720ac44
BH
69TraceControl_AddCalibrateJob=Calibrating...
70TraceControl_AddCalibrateFailure=Command to calibrate failed
71
589d0d33
BH
72TraceControl_RecordSnapshotJob=Record snapshot...
73TraceControl_RecordSnapshotFailure=Command to snapshot record failed
74
eb1bab5b
BH
75# Dialogs
76TraceControl_NewDialogTitle=New Connection
4775bcbf 77TraceControl_NewNodeExistingConnectionGroupName=Existing Connections
06b9339e
BH
78TraceControl_NewNodeEditButtonName=Edit connection information
79TraceControl_NewNodeComboToolTip=List of existing connections (connection name - host name)
4775bcbf
BH
80TraceControl_NewNodeConnectionNameLabel=Connection Name
81TraceControl_NewNodeConnectionNameTooltip=Alias to be displayed for node to connect to.
82TraceControl_NewNodeHostNameLabel=Host Name
83TraceControl_NewNodeHostNameTooltip=IP Address or DNS name of node to connect to.
00de7b32
BH
84TraceControl_NewNodePortLabel=Port Number
85TraceControl_NewNodePortTooltip=IP Port Number to be used for the connection. Leave empty for default port.
eb1bab5b
BH
86TraceControl_AlreadyExistsError=Node name already exists in Control View
87
bbb3538a 88TraceControl_CreateSessionDialogTitle=Create Session
abb1f9a7 89TraceControl_CreateSessionDialogMessage=Configure the new tracing session
bbb3538a
BH
90TraceControl_CreateSessionNameLabel=Session Name
91TraceControl_CreateSessionNameTooltip=The name of the session to be created.
92TraceControl_CreateSessionPathLabel=Session Path
93TraceControl_CreateSessionPathTooltip=The session path (keep empty for default location)
81d5dc3a
MAL
94TraceControl_CreateSessionNormalLabel=Normal Mode
95TraceControl_CreateSessionNormalTooltip=Configure session in normal mode
589d0d33
BH
96TraceControl_CreateSessionSnapshotLabel=Snapshot Mode
97TraceControl_CreateSessionSnapshotTooltip=Configure session in snapshot mode
81d5dc3a
MAL
98TraceControl_CreateSessionLiveLabel=Live Mode
99TraceControl_CreateSessionLiveTooltip=Configure session in live mode
589d0d33 100
f3b33d40 101
a30e79fe
BH
102TraceControl_CreateSessionConfigureStreamingButtonText=Advanced
103TraceControl_CreateSessionConfigureStreamingButtonTooltip=Configure advanced options
104TraceControl_CreateSessionNoStreamingButtonText=Basic
105TraceControl_CreateSessionNoStreamingButtonTooltip=Use basic options
106TraceControl_CreateSessionTracePathText=Trace Path
107TraceControl_CreateSessionTracePathTooltip=The trace path (keep empty for default location)
52e76353
BH
108TraceControl_CreateSessionLinkButtonText=Use same protocol and address for data and control
109TraceControl_CreateSessionLinkButtonTooltip=Use the same protocol and address for the data and control connection
f3b33d40
BH
110TraceControl_CreateSessionProtocolLabelText=Protocol
111TraceControl_CreateSessionAddressLabelText=Address
112TraceControl_CreateSessionPortLabelText=Port
113TraceControl_CreateSessionControlUrlLabel=Control URL
114TraceControl_CreateSessionDataUrlLabel=Data URL
115TraceControl_CreateSessionCommonProtocolTooltip=file - Local file system full path\n\
116net or net6 - Default network transport layer which is TCP for both control and data channel.
117TraceControl_CreateSessionControlAddressTooltip=IP Address or DNS name used for control channel.\n\
118NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
119TraceControl_CreateSessionControlPortTooltip=The control port (default: 5342).
120TraceControl_CreateSessionProtocolTooltip=file - Local file system full path\n\
121net or net6 - Default network transport layer which is TCP\n\
122tcp or tcp6 - TCP network transport
123TraceControl_CreateSessionDataAddressTooltip=IP Address or DNS name used for data channel.\n\
124NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
125TraceControl_CreateSessionDataPortTooltip=The data port (default: 5343).
126TraceControl_CreateSessionNoConsumertText=No Consumer
127TraceControl_CreateSessionNoConsumertTooltip=Don't activate a consumer for this session.
128TraceControl_CreateSessionDisableConsumertText=Disable Consumer
129TraceControl_CreateSessionDisableConsumertTooltip=Disable consumer for this session.
81d5dc3a
MAL
130TraceControl_CreateSessionLiveDelayLabel=Live Delay
131TraceControl_CreateSessionLiveDelayTooltip=The delay in micro seconds before the data is flushed and streamed
f3b33d40 132
bbb3538a
BH
133TraceControl_InvalidSessionNameError=The session name is invalid
134TraceControl_SessionAlreadyExistsError=The session name already exists
135TraceControl_SessionPathAlreadyExistsError=Session path already exists
136TraceControl_InvalidSessionPathError=The session path is invalid
81d5dc3a 137TraceControl_InvalidLiveDelayError=Live Delay must be a valid positive number
bbb3538a
BH
138TraceControl_FileSubSystemError=File subsystem error in session creation dialog.
139
140TraceControl_EnableChannelDialogTitle=Enable Channel
141TraceControl_EnableChannelNameLabel=Channel Name
498704b3 142TraceControl_EnableChannelNameTooltip=The name of the channel to be enabled.
e799e5f3
SD
143TraceControl_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).
144TraceControl_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).
145TraceControl_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 146TraceControl_EnableChannelReadTimerTooltip=The Read timer interval in usec.
bbb3538a 147TraceControl_EnableChannelOutputTypeTooltip=The output type of the channel.
0886cf00
BH
148TraceControl_EnableChannelDiscardModeGroupName=Discard Mode
149TraceControl_EnableChannelDiscardModeLabel=Discard
150TraceControl_EnableChannelDiscardModeTooltip=Discard event when subbuffers are full
151TraceControl_EnableChannelOverwriteModeLabel=Overwrite
152TraceControl_EnableChannelOverwriteModeTooltip=Flight recorder mode : overwrites events when subbuffers are full
e799e5f3
SD
153TraceControl_EnbleChannelMaxSizeTraceFilesTooltip=Maximum size of each tracefile within a stream (in bytes). 0 means unlimited
154TraceControl_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
155
156TraceControl_InvalidChannelNameError=The channel name is invalid or empty
157TraceControl_ChannelAlreadyExistsError=Channel already exists
158
6503ae0f
BH
159TraceControl_EnableEventsDialogTitle=Enable Events
160TraceControl_EnableEventsSessionGroupName=Session List
161TraceControl_EnableEventsChannelGroupName=Channel List
162TraceControl_EnableEventsSessionsTooltip=List of available sessions.
163TraceControl_EnableEventsChannelsTooltip=List of available channels of selected session.\nIf no channel is available default channel will be created.
164TraceControl_EnableEventsNoSessionError=No session from session list is selected.
165TraceControl_EnableEventsNoChannelError=No channel from channel list is selected.
166
ccc66d01 167TraceControl_EnableGroupSelectionName=Select
498704b3
BH
168TraceControl_EnableEventsTracepointGroupName=Tracepoint Events
169TraceControl_EnableEventsTracepointTreeTooltip=List of available kernel tracepoint events
170TraceControl_EnableEventsTracepointTreeAllLabel=All
171TraceControl_EnableEventsSyscallName=All Syscalls
172TraceControl_EnableEventsSyscallTooltip=Enable all Syscalls
173TraceControl_EnableEventsProbeGroupName=Dynamic Probe
ccc66d01 174TraceControl_EnableEventsEventNameLabel=Event Name
498704b3
BH
175TraceControl_EnableEventsProbeEventNameTooltip=The name of the event for enabling a dynamic probe
176TraceControl_EnableEventsProbeNameLabel=Probe
177TraceControl_EnableEventsProbeNameTooltip=[addr | symbol | symbol+offset]\nAddr and offset can be octal (0NNN...),\ndecimal (NNN...) or hexadecimal (0xNNN...)
178TraceControl_EnableEventsFucntionGroupName=Dynamic Function Entry/Return Probe
179TraceControl_EnableEventsFunctionEventNameTooltip=The name of the event for enabling a dynamic function entry/return probe
180TraceControl_EnableEventsFunctionNameLabel=Function
ccc66d01
BH
181
182TraceControl_EnableEventsWildcardGroupName=Wildcard
183TraceControl_EnableEventsWildcardLabel=Wildcard
184TraceControl_EnableEventsWildcardTooltip=The wild card string of event names
185TraceControl_EnableEventsLogLevelGroupName=Log Level
186TraceControl_EnableEventsLogLevelTypeName=loglevel
187TraceControl_EnableEventsLogLevelTypeTooltip=The tracepoint log level range from 0 to loglevel
188TraceControl_EnableEventsLogLevelOnlyTypeName=loglevel-only
189TraceControl_EnableEventsLogLevelOnlyTypeTooltip=The tracepoint log level (only this loglevel)
190TraceControl_EnableEventsLogLevelTooltip=The available log levels
191TraceControl_EnableEventsLoglevelEventNameTooltip=Event name for enabling log levels
d4514365
BH
192TraceControl_EnableEventsFilterGroupName=Filter Expression
193TraceControl_EnableEventsFilterTooltip=Filter expression on event field.
ccc66d01 194
c371fa43
BH
195TraceControl_InvalidProbeNameError=The probe name is invalid or empty
196TraceControl_InvalidWildcardError=The wild card name is invalid or empty
197TraceControl_InvalidLogLevelEventNameError=The event name for log level is invalid or empty
c56972bb 198TraceControl_InvalidLogLevel=No log level selected
498704b3 199
b793fbe1
BH
200TraceControl_AddContextDialogTitle=Add Contexts
201TraceControl_AddContextAvailableContextsLabel=Contexts
202TraceControl_AddContextAvailableContextsTooltip=Available Contexts
203TraceControl_AddContextAllLabel=All Contexts
204
81d5dc3a
MAL
205TraceControl_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.
206TraceControl_ImportDialogStreamedTraceNotificationToggle=Do not warn me again
291cbdbf
BH
207TraceControl_ImportDialogTitle=Import Traces
208TraceControl_ImportDialogTracesGroupName=Available Traces
209TraceControl_ImportDialogTracesTooltip=The available traces of current session to import
210TraceControl_ImportDialogProjectsGroupName=Available Projects
211TraceControl_ImportDialogProjectsTooltip=The available projects to select from
212TraceControl_ImportDialogOverwriteButtonText=Overwrite existing trace without warning
213TraceControl_ImportDialogCreationError=Dialog box cannot be created
214TraceControl_ImportDialogNoProjectSelectedError=No tracing project selected or available
215TraceControl_ImportDialogInvalidTracingProject=Invalid tracing project. Missing directory
216TraceControl_ImportDialogNoTraceSelectedError=No trace selected or available
217
218TraceControl_ImportDialogConfirmationTitle=Import Confirmation Dialog
219TraceControl_ImportDialogConfirmationOverwriteLabel=Overwrite
220TraceControl_ImportDialogConfirmationRenameLabel=Rename
221TraceControl_ImportDialogConfirmationNewNameLabel=New Trace Name
222TraceControl_InvalidTraceNameError=Invalid trace name
223TraceControl_ImportDialogTraceAlreadyExistError=Trace already exists in project
f75337be
BH
224TraceControl_ImportDialog_SelectAll=Select All
225TraceControl_ImportDialog_DeselectAll=Deselect All
226
291cbdbf 227
eb1bab5b
BH
228# Tree structure strings
229TraceControl_KernelDomainDisplayName=Kernel
230TraceControl_UstGlobalDomainDisplayName=UST global
bbb3538a 231TraceControl_UstDisplayName=UST
eb1bab5b
BH
232TraceControl_AllSessionsDisplayName=Sessions
233TraceControl_SessionDisplayName=Session
234TraceControl_DomainDisplayName=Domain
83051fc3 235TraceControl_BufferTypeDisplayName = Buffer Type
eb1bab5b
BH
236TraceControl_ChannelDisplayName=Channel
237TraceControl_EventDisplayName=Event
238TraceControl_ProviderDisplayName=Provider
239TraceControl_KernelProviderDisplayName=Kernel
83051fc3
BH
240TraceControl_SharedBuffersDisplayName=Global shared buffers
241TraceControl_PerPidBuffersDisplayName=Per PID buffers
242TraceControl_PerPidBuffersTooltip=Configure per PID buffers (UST only)
e799e5f3 243TraceControl_PerUidBuffersDisplayName=Per UID buffers
83051fc3 244TraceControl_PerUidBuffersTooltip=Configure per UID buffers (UST only)
06b9339e
BH
245
246# Property names
247TraceControl_SessionNamePropertyName=Session Name
248TraceControl_EventNamePropertyName=Event Name
249TraceControl_EventTypePropertyName=Event Type
250TraceControl_LogLevelPropertyName=Log Level
d4514365
BH
251TraceControl_FieldsPropertyName=Fields
252TraceControl_FilterPropertyName=Filter
06b9339e 253TraceControl_StatePropertyName=State
cfe737e4 254TraceControl_VersionPropertyName=Version
06b9339e 255TraceControl_DomainNamePropertyName=Domain Name
ca8c54b3 256TraceControl_BufferTypePropertyName=Buffer type
06b9339e
BH
257TraceControl_ChannelNamePropertyName=Channel Name
258TraceControl_OverwriteModePropertyName=Overwrite Mode
259TraceControl_SubBufferSizePropertyName=Sub Buffer Size
260TraceControl_NbSubBuffersPropertyName=Number of Sub Buffers
261TraceControl_SwitchTimerPropertyName=Switch Timer Interval
262TraceControl_ReadTimerPropertyName=Read Timer Interval
263TraceControl_OutputTypePropertyName=Output Type
264TraceControl_HostNamePropertyName=Connection Name
265TraceControl_HostAddressPropertyName=Host Name
266TraceControl_SessionPathPropertyName=Session Path
589d0d33
BH
267TraceControl_SnapshotPathPropertyName=Snapshot Path
268TraceControl_SnapshotNamePropertyName=Snapshot Name
269TraceControl_SnapshotIdPropertyName=Snapshot ID
06b9339e
BH
270TraceControl_ProviderNamePropertyName=Provider Name
271TraceControl_ProcessIdPropertyName=Process ID
d132bcc7
BH
272TraceControl_ProbeAddressPropertyName=Address
273TraceControl_ProbeOffsetPropertyName=Offset
274TraceControl_ProbeSymbolPropertyName=Symbol
e799e5f3
SD
275TraceControl_MaxSizeTraceFilesPropertyName=Maximum size of trace files
276TraceControl_MaxNumTraceFilesPropertyName=Maximum number of trace files
277TraceControl_ConfigureMetadataChannelName=Configure metadata channel
afe13e7a
BH
278
279# Preferences
280TraceControl_TracingGroupPreference=&Tracing Group
afe13e7a
BH
281TraceControl_LoggingPreference=&Logging
282TraceControl_LogfilePath=Log file
4bdf5f96 283TraceControl_CommandTimeout=Command Timeout (in seconds)
afe13e7a
BH
284TraceControl_AppendLogfilePreference=&Append
285TraceControl_VerboseLevelsPreference=&Verbose Level
286TraceControl_VerboseLevelNonePreference=None
276c17e7
BH
287TraceControl_VerboseLevelVerbosePreference=Level 1
288TraceControl_VerboseLevelVeryVerbosePreference=Level 2
289TraceControl_VerboseLevelVeryVeryVerbosePreference=Level 3
64a37b87
BH
290
291TraceControl_ExecuteScriptJob=Executing command script
292TraceControl_ExecuteScriptError=Error executing command script
293
294TraceControl_ExecuteScriptDialogTitle=Select command script
295TraceControl_ExecuteScriptBrowseText=Browse...
296TraceControl_ExecuteScriptSelectLabel=Select Script
This page took 0.073035 seconds and 5 git commands to generate.