Update file headers in LTTng Control feature
[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
BH
84
85TraceControl_CreateSessionConfigureStreamingButtonText=Configure Streaming
86TraceControl_CreateSessionConfigureStreamingButtonTooltip=Configure streaming parameters
87TraceControl_CreateSessionNoStreamingButtonText=Remove Streaming
88TraceControl_CreateSessionNoStreamingButtonTooltip=Remove streaming configuration
89TraceControl_CreateSessionLinkButtonText=Synchronize data with control configuration
90TraceControl_CreateSessionLinkButtonTooltip=Synchronize data protocol and host address with control channel configuration
91TraceControl_CreateSessionProtocolLabelText=Protocol
92TraceControl_CreateSessionAddressLabelText=Address
93TraceControl_CreateSessionPortLabelText=Port
94TraceControl_CreateSessionControlUrlLabel=Control URL
95TraceControl_CreateSessionDataUrlLabel=Data URL
96TraceControl_CreateSessionCommonProtocolTooltip=file - Local file system full path\n\
97net or net6 - Default network transport layer which is TCP for both control and data channel.
98TraceControl_CreateSessionControlAddressTooltip=IP Address or DNS name used for control channel.\n\
99NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
100TraceControl_CreateSessionControlPortTooltip=The control port (default: 5342).
101TraceControl_CreateSessionProtocolTooltip=file - Local file system full path\n\
102net or net6 - Default network transport layer which is TCP\n\
103tcp or tcp6 - TCP network transport
104TraceControl_CreateSessionDataAddressTooltip=IP Address or DNS name used for data channel.\n\
105NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
106TraceControl_CreateSessionDataPortTooltip=The data port (default: 5343).
107TraceControl_CreateSessionNoConsumertText=No Consumer
108TraceControl_CreateSessionNoConsumertTooltip=Don't activate a consumer for this session.
109TraceControl_CreateSessionDisableConsumertText=Disable Consumer
110TraceControl_CreateSessionDisableConsumertTooltip=Disable consumer for this session.
111
bbb3538a
BH
112TraceControl_InvalidSessionNameError=The session name is invalid
113TraceControl_SessionAlreadyExistsError=The session name already exists
114TraceControl_SessionPathAlreadyExistsError=Session path already exists
115TraceControl_InvalidSessionPathError=The session path is invalid
116TraceControl_FileSubSystemError=File subsystem error in session creation dialog.
117
118TraceControl_EnableChannelDialogTitle=Enable Channel
119TraceControl_EnableChannelNameLabel=Channel Name
498704b3 120TraceControl_EnableChannelNameTooltip=The name of the channel to be enabled.
c5f68877 121TraceControl_EnableChannelSubBufferSizeTooltip=The sub-buffers size of the channel. Needs to be a power of 2 for kernel and ust tracers.
0886cf00 122TraceControl_EnableChannelNbSubBuffersTooltip=The number of sub-buffers of the channel. Needs to be a power of 2 for kernel and ust tracers.
c5f68877
BH
123TraceControl_EnableChannelSwitchTimerTooltip=The Switch subbuffer timer interval in usec (default: 0). Needs to be a power of 2 for kernel and ust tracers.
124TraceControl_EnableChannelReadTimerTooltip=The Read timer interval in usec.
bbb3538a 125TraceControl_EnableChannelOutputTypeTooltip=The output type of the channel.
0886cf00
BH
126TraceControl_EnableChannelDiscardModeGroupName=Discard Mode
127TraceControl_EnableChannelDiscardModeLabel=Discard
128TraceControl_EnableChannelDiscardModeTooltip=Discard event when subbuffers are full
129TraceControl_EnableChannelOverwriteModeLabel=Overwrite
130TraceControl_EnableChannelOverwriteModeTooltip=Flight recorder mode : overwrites events when subbuffers are full
bbb3538a
BH
131
132TraceControl_InvalidChannelNameError=The channel name is invalid or empty
133TraceControl_ChannelAlreadyExistsError=Channel already exists
134
6503ae0f
BH
135TraceControl_EnableEventsDialogTitle=Enable Events
136TraceControl_EnableEventsSessionGroupName=Session List
137TraceControl_EnableEventsChannelGroupName=Channel List
138TraceControl_EnableEventsSessionsTooltip=List of available sessions.
139TraceControl_EnableEventsChannelsTooltip=List of available channels of selected session.\nIf no channel is available default channel will be created.
140TraceControl_EnableEventsNoSessionError=No session from session list is selected.
141TraceControl_EnableEventsNoChannelError=No channel from channel list is selected.
142
ccc66d01 143TraceControl_EnableGroupSelectionName=Select
498704b3
BH
144TraceControl_EnableEventsTracepointGroupName=Tracepoint Events
145TraceControl_EnableEventsTracepointTreeTooltip=List of available kernel tracepoint events
146TraceControl_EnableEventsTracepointTreeAllLabel=All
147TraceControl_EnableEventsSyscallName=All Syscalls
148TraceControl_EnableEventsSyscallTooltip=Enable all Syscalls
149TraceControl_EnableEventsProbeGroupName=Dynamic Probe
ccc66d01 150TraceControl_EnableEventsEventNameLabel=Event Name
498704b3
BH
151TraceControl_EnableEventsProbeEventNameTooltip=The name of the event for enabling a dynamic probe
152TraceControl_EnableEventsProbeNameLabel=Probe
153TraceControl_EnableEventsProbeNameTooltip=[addr | symbol | symbol+offset]\nAddr and offset can be octal (0NNN...),\ndecimal (NNN...) or hexadecimal (0xNNN...)
154TraceControl_EnableEventsFucntionGroupName=Dynamic Function Entry/Return Probe
155TraceControl_EnableEventsFunctionEventNameTooltip=The name of the event for enabling a dynamic function entry/return probe
156TraceControl_EnableEventsFunctionNameLabel=Function
ccc66d01
BH
157
158TraceControl_EnableEventsWildcardGroupName=Wildcard
159TraceControl_EnableEventsWildcardLabel=Wildcard
160TraceControl_EnableEventsWildcardTooltip=The wild card string of event names
161TraceControl_EnableEventsLogLevelGroupName=Log Level
162TraceControl_EnableEventsLogLevelTypeName=loglevel
163TraceControl_EnableEventsLogLevelTypeTooltip=The tracepoint log level range from 0 to loglevel
164TraceControl_EnableEventsLogLevelOnlyTypeName=loglevel-only
165TraceControl_EnableEventsLogLevelOnlyTypeTooltip=The tracepoint log level (only this loglevel)
166TraceControl_EnableEventsLogLevelTooltip=The available log levels
167TraceControl_EnableEventsLoglevelEventNameTooltip=Event name for enabling log levels
d4514365
BH
168TraceControl_EnableEventsFilterGroupName=Filter Expression
169TraceControl_EnableEventsFilterTooltip=Filter expression on event field.
ccc66d01 170
498704b3 171TraceControl_InvalidProbeNameError=The probe name is invalid
d132bcc7 172TraceControl_InvalidWildcardError=The wild card name is invalid
ccc66d01 173TraceControl_InvalidLogLevelEventNameError=The event name for log level is invalid
c56972bb 174TraceControl_InvalidLogLevel=No log level selected
498704b3 175
b793fbe1
BH
176TraceControl_AddContextDialogTitle=Add Contexts
177TraceControl_AddContextAvailableContextsLabel=Contexts
178TraceControl_AddContextAvailableContextsTooltip=Available Contexts
179TraceControl_AddContextAllLabel=All Contexts
180
291cbdbf
BH
181TraceControl_ImportDialogTitle=Import Traces
182TraceControl_ImportDialogTracesGroupName=Available Traces
183TraceControl_ImportDialogTracesTooltip=The available traces of current session to import
184TraceControl_ImportDialogProjectsGroupName=Available Projects
185TraceControl_ImportDialogProjectsTooltip=The available projects to select from
186TraceControl_ImportDialogOverwriteButtonText=Overwrite existing trace without warning
187TraceControl_ImportDialogCreationError=Dialog box cannot be created
188TraceControl_ImportDialogNoProjectSelectedError=No tracing project selected or available
189TraceControl_ImportDialogInvalidTracingProject=Invalid tracing project. Missing directory
190TraceControl_ImportDialogNoTraceSelectedError=No trace selected or available
191
192TraceControl_ImportDialogConfirmationTitle=Import Confirmation Dialog
193TraceControl_ImportDialogConfirmationOverwriteLabel=Overwrite
194TraceControl_ImportDialogConfirmationRenameLabel=Rename
195TraceControl_ImportDialogConfirmationNewNameLabel=New Trace Name
196TraceControl_InvalidTraceNameError=Invalid trace name
197TraceControl_ImportDialogTraceAlreadyExistError=Trace already exists in project
198
eb1bab5b
BH
199# Tree structure strings
200TraceControl_KernelDomainDisplayName=Kernel
201TraceControl_UstGlobalDomainDisplayName=UST global
bbb3538a 202TraceControl_UstDisplayName=UST
eb1bab5b
BH
203TraceControl_AllSessionsDisplayName=Sessions
204TraceControl_SessionDisplayName=Session
205TraceControl_DomainDisplayName=Domain
206TraceControl_ChannelDisplayName=Channel
207TraceControl_EventDisplayName=Event
208TraceControl_ProviderDisplayName=Provider
209TraceControl_KernelProviderDisplayName=Kernel
06b9339e
BH
210
211# Property names
212TraceControl_SessionNamePropertyName=Session Name
213TraceControl_EventNamePropertyName=Event Name
214TraceControl_EventTypePropertyName=Event Type
215TraceControl_LogLevelPropertyName=Log Level
d4514365
BH
216TraceControl_FieldsPropertyName=Fields
217TraceControl_FilterPropertyName=Filter
06b9339e 218TraceControl_StatePropertyName=State
cfe737e4 219TraceControl_VersionPropertyName=Version
06b9339e
BH
220TraceControl_DomainNamePropertyName=Domain Name
221TraceControl_ChannelNamePropertyName=Channel Name
222TraceControl_OverwriteModePropertyName=Overwrite Mode
223TraceControl_SubBufferSizePropertyName=Sub Buffer Size
224TraceControl_NbSubBuffersPropertyName=Number of Sub Buffers
225TraceControl_SwitchTimerPropertyName=Switch Timer Interval
226TraceControl_ReadTimerPropertyName=Read Timer Interval
227TraceControl_OutputTypePropertyName=Output Type
228TraceControl_HostNamePropertyName=Connection Name
229TraceControl_HostAddressPropertyName=Host Name
230TraceControl_SessionPathPropertyName=Session Path
231TraceControl_ProviderNamePropertyName=Provider Name
232TraceControl_ProcessIdPropertyName=Process ID
d132bcc7
BH
233TraceControl_ProbeAddressPropertyName=Address
234TraceControl_ProbeOffsetPropertyName=Offset
235TraceControl_ProbeSymbolPropertyName=Symbol
afe13e7a
BH
236
237# Preferences
238TraceControl_TracingGroupPreference=&Tracing Group
afe13e7a
BH
239TraceControl_LoggingPreference=&Logging
240TraceControl_LogfilePath=Log file
241TraceControl_AppendLogfilePreference=&Append
242TraceControl_VerboseLevelsPreference=&Verbose Level
243TraceControl_VerboseLevelNonePreference=None
276c17e7
BH
244TraceControl_VerboseLevelVerbosePreference=Level 1
245TraceControl_VerboseLevelVeryVerbosePreference=Level 2
246TraceControl_VerboseLevelVeryVeryVerbosePreference=Level 3
This page took 0.055676 seconds and 5 git commands to generate.