Fix some findbugs
[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
BH
13TraceControl_ConnectionFailure=Connecting to host failed
14TraceControl_DisconnectionFailure=Disconnection to host failed
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)
84TraceControl_InvalidSessionNameError=The session name is invalid
85TraceControl_SessionAlreadyExistsError=The session name already exists
86TraceControl_SessionPathAlreadyExistsError=Session path already exists
87TraceControl_InvalidSessionPathError=The session path is invalid
88TraceControl_FileSubSystemError=File subsystem error in session creation dialog.
89
90TraceControl_EnableChannelDialogTitle=Enable Channel
91TraceControl_EnableChannelNameLabel=Channel Name
498704b3 92TraceControl_EnableChannelNameTooltip=The name of the channel to be enabled.
c5f68877 93TraceControl_EnableChannelSubBufferSizeTooltip=The sub-buffers size of the channel. Needs to be a power of 2 for kernel and ust tracers.
0886cf00 94TraceControl_EnableChannelNbSubBuffersTooltip=The number of sub-buffers of the channel. Needs to be a power of 2 for kernel and ust tracers.
c5f68877
BH
95TraceControl_EnableChannelSwitchTimerTooltip=The Switch subbuffer timer interval in usec (default: 0). Needs to be a power of 2 for kernel and ust tracers.
96TraceControl_EnableChannelReadTimerTooltip=The Read timer interval in usec.
bbb3538a 97TraceControl_EnableChannelOutputTypeTooltip=The output type of the channel.
0886cf00
BH
98TraceControl_EnableChannelDiscardModeGroupName=Discard Mode
99TraceControl_EnableChannelDiscardModeLabel=Discard
100TraceControl_EnableChannelDiscardModeTooltip=Discard event when subbuffers are full
101TraceControl_EnableChannelOverwriteModeLabel=Overwrite
102TraceControl_EnableChannelOverwriteModeTooltip=Flight recorder mode : overwrites events when subbuffers are full
bbb3538a
BH
103
104TraceControl_InvalidChannelNameError=The channel name is invalid or empty
105TraceControl_ChannelAlreadyExistsError=Channel already exists
106
6503ae0f
BH
107TraceControl_EnableEventsDialogTitle=Enable Events
108TraceControl_EnableEventsSessionGroupName=Session List
109TraceControl_EnableEventsChannelGroupName=Channel List
110TraceControl_EnableEventsSessionsTooltip=List of available sessions.
111TraceControl_EnableEventsChannelsTooltip=List of available channels of selected session.\nIf no channel is available default channel will be created.
112TraceControl_EnableEventsNoSessionError=No session from session list is selected.
113TraceControl_EnableEventsNoChannelError=No channel from channel list is selected.
114
ccc66d01 115TraceControl_EnableGroupSelectionName=Select
498704b3
BH
116TraceControl_EnableEventsTracepointGroupName=Tracepoint Events
117TraceControl_EnableEventsTracepointTreeTooltip=List of available kernel tracepoint events
118TraceControl_EnableEventsTracepointTreeAllLabel=All
119TraceControl_EnableEventsSyscallName=All Syscalls
120TraceControl_EnableEventsSyscallTooltip=Enable all Syscalls
121TraceControl_EnableEventsProbeGroupName=Dynamic Probe
ccc66d01 122TraceControl_EnableEventsEventNameLabel=Event Name
498704b3
BH
123TraceControl_EnableEventsProbeEventNameTooltip=The name of the event for enabling a dynamic probe
124TraceControl_EnableEventsProbeNameLabel=Probe
125TraceControl_EnableEventsProbeNameTooltip=[addr | symbol | symbol+offset]\nAddr and offset can be octal (0NNN...),\ndecimal (NNN...) or hexadecimal (0xNNN...)
126TraceControl_EnableEventsFucntionGroupName=Dynamic Function Entry/Return Probe
127TraceControl_EnableEventsFunctionEventNameTooltip=The name of the event for enabling a dynamic function entry/return probe
128TraceControl_EnableEventsFunctionNameLabel=Function
ccc66d01
BH
129
130TraceControl_EnableEventsWildcardGroupName=Wildcard
131TraceControl_EnableEventsWildcardLabel=Wildcard
132TraceControl_EnableEventsWildcardTooltip=The wild card string of event names
133TraceControl_EnableEventsLogLevelGroupName=Log Level
134TraceControl_EnableEventsLogLevelTypeName=loglevel
135TraceControl_EnableEventsLogLevelTypeTooltip=The tracepoint log level range from 0 to loglevel
136TraceControl_EnableEventsLogLevelOnlyTypeName=loglevel-only
137TraceControl_EnableEventsLogLevelOnlyTypeTooltip=The tracepoint log level (only this loglevel)
138TraceControl_EnableEventsLogLevelTooltip=The available log levels
139TraceControl_EnableEventsLoglevelEventNameTooltip=Event name for enabling log levels
140
498704b3 141TraceControl_InvalidProbeNameError=The probe name is invalid
d132bcc7 142TraceControl_InvalidWildcardError=The wild card name is invalid
ccc66d01 143TraceControl_InvalidLogLevelEventNameError=The event name for log level is invalid
c56972bb 144TraceControl_InvalidLogLevel=No log level selected
498704b3 145
b793fbe1
BH
146TraceControl_AddContextDialogTitle=Add Contexts
147TraceControl_AddContextAvailableContextsLabel=Contexts
148TraceControl_AddContextAvailableContextsTooltip=Available Contexts
149TraceControl_AddContextAllLabel=All Contexts
150
291cbdbf
BH
151TraceControl_ImportDialogTitle=Import Traces
152TraceControl_ImportDialogTracesGroupName=Available Traces
153TraceControl_ImportDialogTracesTooltip=The available traces of current session to import
154TraceControl_ImportDialogProjectsGroupName=Available Projects
155TraceControl_ImportDialogProjectsTooltip=The available projects to select from
156TraceControl_ImportDialogOverwriteButtonText=Overwrite existing trace without warning
157TraceControl_ImportDialogCreationError=Dialog box cannot be created
158TraceControl_ImportDialogNoProjectSelectedError=No tracing project selected or available
159TraceControl_ImportDialogInvalidTracingProject=Invalid tracing project. Missing directory
160TraceControl_ImportDialogNoTraceSelectedError=No trace selected or available
161
162TraceControl_ImportDialogConfirmationTitle=Import Confirmation Dialog
163TraceControl_ImportDialogConfirmationOverwriteLabel=Overwrite
164TraceControl_ImportDialogConfirmationRenameLabel=Rename
165TraceControl_ImportDialogConfirmationNewNameLabel=New Trace Name
166TraceControl_InvalidTraceNameError=Invalid trace name
167TraceControl_ImportDialogTraceAlreadyExistError=Trace already exists in project
168
eb1bab5b
BH
169# Tree structure strings
170TraceControl_KernelDomainDisplayName=Kernel
171TraceControl_UstGlobalDomainDisplayName=UST global
bbb3538a 172TraceControl_UstDisplayName=UST
eb1bab5b
BH
173TraceControl_AllSessionsDisplayName=Sessions
174TraceControl_SessionDisplayName=Session
175TraceControl_DomainDisplayName=Domain
176TraceControl_ChannelDisplayName=Channel
177TraceControl_EventDisplayName=Event
178TraceControl_ProviderDisplayName=Provider
179TraceControl_KernelProviderDisplayName=Kernel
06b9339e
BH
180
181# Property names
182TraceControl_SessionNamePropertyName=Session Name
183TraceControl_EventNamePropertyName=Event Name
184TraceControl_EventTypePropertyName=Event Type
185TraceControl_LogLevelPropertyName=Log Level
186TraceControl_StatePropertyName=State
187TraceControl_DomainNamePropertyName=Domain Name
188TraceControl_ChannelNamePropertyName=Channel Name
189TraceControl_OverwriteModePropertyName=Overwrite Mode
190TraceControl_SubBufferSizePropertyName=Sub Buffer Size
191TraceControl_NbSubBuffersPropertyName=Number of Sub Buffers
192TraceControl_SwitchTimerPropertyName=Switch Timer Interval
193TraceControl_ReadTimerPropertyName=Read Timer Interval
194TraceControl_OutputTypePropertyName=Output Type
195TraceControl_HostNamePropertyName=Connection Name
196TraceControl_HostAddressPropertyName=Host Name
197TraceControl_SessionPathPropertyName=Session Path
198TraceControl_ProviderNamePropertyName=Provider Name
199TraceControl_ProcessIdPropertyName=Process ID
d132bcc7
BH
200TraceControl_ProbeAddressPropertyName=Address
201TraceControl_ProbeOffsetPropertyName=Offset
202TraceControl_ProbeSymbolPropertyName=Symbol
afe13e7a
BH
203
204# Preferences
205TraceControl_TracingGroupPreference=&Tracing Group
afe13e7a
BH
206TraceControl_LoggingPreference=&Logging
207TraceControl_LogfilePath=Log file
208TraceControl_AppendLogfilePreference=&Append
209TraceControl_VerboseLevelsPreference=&Verbose Level
210TraceControl_VerboseLevelNonePreference=None
276c17e7
BH
211TraceControl_VerboseLevelVerbosePreference=Level 1
212TraceControl_VerboseLevelVeryVerbosePreference=Level 2
213TraceControl_VerboseLevelVeryVeryVerbosePreference=Level 3
This page took 0.044384 seconds and 5 git commands to generate.