Add groundwork for multiple version support of LTTng 2.0 tracer control
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / messages.properties
CommitLineData
eb1bab5b
BH
1TraceControl_ConnectionFailure=Connecting to host failed
2TraceControl_DisconnectionFailure=Disconnection to host failed
3TraceControl_ExecutionCancelled=Command Execution cancelled
4TraceControl_ExecutionFailure=Command Execution failed
5TraceControl_ExecutionTimeout=Command Execution timed-out
6TraceControl_ShellNotConnected=Command shell not connected
7TraceControl_CommandShellError=Could not create HostShellProcessAdapter
bbb3538a 8TraceControl_CommandError=Command failed! Command:
afe13e7a 9TraceControl_UnexpectedCommandOutputFormat=Unexpected command output
bbb3538a
BH
10TraceControl_UnexpectedNameError=Unexpected session name returned
11TraceControl_UnexpectedPathError=Unexpected session path returned
276c17e7
BH
12
13TraceControl_UnsupportedVersionError="Unsupported LTTng Tracer Control version
14TraceControl_GettingVersionError=Could not get version of LTTng Tracer Control
eb1bab5b
BH
15
16# Commands
17TraceControl_ListSessionFailure=List sessions failed
bbb3538a 18TraceControl_RetrieveNodeConfigurationJob=Retrieving Target Node Configuration...
eb1bab5b
BH
19TraceControl_EclipseCommandFailure=Command failed
20TraceControl_NewNodeCreationFailure=Creation of new connection failed
bbb3538a 21TraceControl_CreateSessionJob=Creating Session...
f455db37 22TraceControl_CreateSessionFailure=Command to create session failed
bbb3538a
BH
23
24TraceControl_DestroySessionJob=Destroying Session...
f455db37 25TraceControl_DestroySessionFailure=Command to destroy session failed
bbb3538a
BH
26TraceControl_DestroyConfirmationTitle=Destroy Confirmation
27TraceControl_DestroyConfirmationMessage=Do you want to delete all selected sessions?
28
291cbdbf 29TraceControl_ImportJob=Importing Traces...
f455db37 30TraceControl_ImportFailure=Command to import traces failed
291cbdbf 31
f455db37
BH
32TraceControl_ChangeSessionStateJob=Changing Session State...
33TraceControl_ChangeSessionStateFailure=Command to change session state failed...
34
35TraceControl_CreateChannelStateJob=Enabling (creating) channel...
36TraceControl_CreateChannelStateFailure=Command to enable channel failed
eb1bab5b 37
6503ae0f 38TraceControl_ChangeChannelStateJob=Changing State of Channels...
f455db37 39TraceControl_ChangeChannelStateFailure=Command to change state of channels failed
6503ae0f 40TraceControl_ChangeEventStateJob=Changing State of Events...
f455db37 41TraceControl_ChangeEventStateFailure=Command to change state of events failed
bbb3538a 42
6503ae0f 43TraceControl_EnableEventsJob=Enabling Events...
f455db37 44TraceControl_EnableEventsFailure=Command to enable events failed
6503ae0f 45TraceControl_DisableEventsJob=Disabling Events...
eb1bab5b 46
f455db37
BH
47TraceControl_GetContextJob=Getting Available Contexts...
48TraceControl_GetContextFailure=Command to get available contexts failed
b720ac44 49
b793fbe1 50TraceControl_AddContextJob=Adding Contexts...
f455db37 51TraceControl_AddContextFailure=Command to add contexts failed
b793fbe1 52
b720ac44
BH
53TraceControl_AddCalibrateJob=Calibrating...
54TraceControl_AddCalibrateFailure=Command to calibrate failed
55
eb1bab5b
BH
56# Dialogs
57TraceControl_NewDialogTitle=New Connection
4775bcbf 58TraceControl_NewNodeExistingConnectionGroupName=Existing Connections
06b9339e
BH
59TraceControl_NewNodeEditButtonName=Edit connection information
60TraceControl_NewNodeComboToolTip=List of existing connections (connection name - host name)
4775bcbf
BH
61TraceControl_NewNodeConnectionNameLabel=Connection Name
62TraceControl_NewNodeConnectionNameTooltip=Alias to be displayed for node to connect to.
63TraceControl_NewNodeHostNameLabel=Host Name
64TraceControl_NewNodeHostNameTooltip=IP Address or DNS name of node to connect to.
eb1bab5b
BH
65TraceControl_AlreadyExistsError=Node name already exists in Control View
66
bbb3538a
BH
67TraceControl_CreateSessionDialogTitle=Create Session
68TraceControl_CreateSessionNameLabel=Session Name
69TraceControl_CreateSessionNameTooltip=The name of the session to be created.
70TraceControl_CreateSessionPathLabel=Session Path
71TraceControl_CreateSessionPathTooltip=The session path (keep empty for default location)
72TraceControl_InvalidSessionNameError=The session name is invalid
73TraceControl_SessionAlreadyExistsError=The session name already exists
74TraceControl_SessionPathAlreadyExistsError=Session path already exists
75TraceControl_InvalidSessionPathError=The session path is invalid
76TraceControl_FileSubSystemError=File subsystem error in session creation dialog.
77
78TraceControl_EnableChannelDialogTitle=Enable Channel
79TraceControl_EnableChannelNameLabel=Channel Name
498704b3 80TraceControl_EnableChannelNameTooltip=The name of the channel to be enabled.
bbb3538a
BH
81TraceControl_EnableChannelSubBufferSizeTooltip=The sub-buffers size of the channel.
82TraceControl_EnableChannelNbSubBuffersTooltip=The number of sub-buffers of the channel.
83TraceControl_EnableChannelSwitchTimerTooltip=The switch timer interval in usec.
84TraceControl_EnableChannelReadTimerTooltip=The switch timer interval in usec.
85TraceControl_EnableChannelOutputTypeTooltip=The output type of the channel.
86TraceControl_EnableChannelOverwriteModeTooltip=Select for overwrite mode (Flight recorder mode).
87
88TraceControl_InvalidChannelNameError=The channel name is invalid or empty
89TraceControl_ChannelAlreadyExistsError=Channel already exists
90
6503ae0f
BH
91TraceControl_EnableEventsDialogTitle=Enable Events
92TraceControl_EnableEventsSessionGroupName=Session List
93TraceControl_EnableEventsChannelGroupName=Channel List
94TraceControl_EnableEventsSessionsTooltip=List of available sessions.
95TraceControl_EnableEventsChannelsTooltip=List of available channels of selected session.\nIf no channel is available default channel will be created.
96TraceControl_EnableEventsNoSessionError=No session from session list is selected.
97TraceControl_EnableEventsNoChannelError=No channel from channel list is selected.
98
ccc66d01 99TraceControl_EnableGroupSelectionName=Select
498704b3
BH
100TraceControl_EnableEventsTracepointGroupName=Tracepoint Events
101TraceControl_EnableEventsTracepointTreeTooltip=List of available kernel tracepoint events
102TraceControl_EnableEventsTracepointTreeAllLabel=All
103TraceControl_EnableEventsSyscallName=All Syscalls
104TraceControl_EnableEventsSyscallTooltip=Enable all Syscalls
105TraceControl_EnableEventsProbeGroupName=Dynamic Probe
ccc66d01 106TraceControl_EnableEventsEventNameLabel=Event Name
498704b3
BH
107TraceControl_EnableEventsProbeEventNameTooltip=The name of the event for enabling a dynamic probe
108TraceControl_EnableEventsProbeNameLabel=Probe
109TraceControl_EnableEventsProbeNameTooltip=[addr | symbol | symbol+offset]\nAddr and offset can be octal (0NNN...),\ndecimal (NNN...) or hexadecimal (0xNNN...)
110TraceControl_EnableEventsFucntionGroupName=Dynamic Function Entry/Return Probe
111TraceControl_EnableEventsFunctionEventNameTooltip=The name of the event for enabling a dynamic function entry/return probe
112TraceControl_EnableEventsFunctionNameLabel=Function
ccc66d01
BH
113
114TraceControl_EnableEventsWildcardGroupName=Wildcard
115TraceControl_EnableEventsWildcardLabel=Wildcard
116TraceControl_EnableEventsWildcardTooltip=The wild card string of event names
117TraceControl_EnableEventsLogLevelGroupName=Log Level
118TraceControl_EnableEventsLogLevelTypeName=loglevel
119TraceControl_EnableEventsLogLevelTypeTooltip=The tracepoint log level range from 0 to loglevel
120TraceControl_EnableEventsLogLevelOnlyTypeName=loglevel-only
121TraceControl_EnableEventsLogLevelOnlyTypeTooltip=The tracepoint log level (only this loglevel)
122TraceControl_EnableEventsLogLevelTooltip=The available log levels
123TraceControl_EnableEventsLoglevelEventNameTooltip=Event name for enabling log levels
124
498704b3 125TraceControl_InvalidProbeNameError=The probe name is invalid
d132bcc7 126TraceControl_InvalidWildcardError=The wild card name is invalid
ccc66d01 127TraceControl_InvalidLogLevelEventNameError=The event name for log level is invalid
c56972bb 128TraceControl_InvalidLogLevel=No log level selected
498704b3 129
b793fbe1
BH
130TraceControl_AddContextDialogTitle=Add Contexts
131TraceControl_AddContextAvailableContextsLabel=Contexts
132TraceControl_AddContextAvailableContextsTooltip=Available Contexts
133TraceControl_AddContextAllLabel=All Contexts
134
291cbdbf
BH
135TraceControl_ImportDialogTitle=Import Traces
136TraceControl_ImportDialogTracesGroupName=Available Traces
137TraceControl_ImportDialogTracesTooltip=The available traces of current session to import
138TraceControl_ImportDialogProjectsGroupName=Available Projects
139TraceControl_ImportDialogProjectsTooltip=The available projects to select from
140TraceControl_ImportDialogOverwriteButtonText=Overwrite existing trace without warning
141TraceControl_ImportDialogCreationError=Dialog box cannot be created
142TraceControl_ImportDialogNoProjectSelectedError=No tracing project selected or available
143TraceControl_ImportDialogInvalidTracingProject=Invalid tracing project. Missing directory
144TraceControl_ImportDialogNoTraceSelectedError=No trace selected or available
145
146TraceControl_ImportDialogConfirmationTitle=Import Confirmation Dialog
147TraceControl_ImportDialogConfirmationOverwriteLabel=Overwrite
148TraceControl_ImportDialogConfirmationRenameLabel=Rename
149TraceControl_ImportDialogConfirmationNewNameLabel=New Trace Name
150TraceControl_InvalidTraceNameError=Invalid trace name
151TraceControl_ImportDialogTraceAlreadyExistError=Trace already exists in project
152
eb1bab5b
BH
153# Tree structure strings
154TraceControl_KernelDomainDisplayName=Kernel
155TraceControl_UstGlobalDomainDisplayName=UST global
bbb3538a 156TraceControl_UstDisplayName=UST
eb1bab5b
BH
157TraceControl_AllSessionsDisplayName=Sessions
158TraceControl_SessionDisplayName=Session
159TraceControl_DomainDisplayName=Domain
160TraceControl_ChannelDisplayName=Channel
161TraceControl_EventDisplayName=Event
162TraceControl_ProviderDisplayName=Provider
163TraceControl_KernelProviderDisplayName=Kernel
06b9339e
BH
164
165# Property names
166TraceControl_SessionNamePropertyName=Session Name
167TraceControl_EventNamePropertyName=Event Name
168TraceControl_EventTypePropertyName=Event Type
169TraceControl_LogLevelPropertyName=Log Level
170TraceControl_StatePropertyName=State
171TraceControl_DomainNamePropertyName=Domain Name
172TraceControl_ChannelNamePropertyName=Channel Name
173TraceControl_OverwriteModePropertyName=Overwrite Mode
174TraceControl_SubBufferSizePropertyName=Sub Buffer Size
175TraceControl_NbSubBuffersPropertyName=Number of Sub Buffers
176TraceControl_SwitchTimerPropertyName=Switch Timer Interval
177TraceControl_ReadTimerPropertyName=Read Timer Interval
178TraceControl_OutputTypePropertyName=Output Type
179TraceControl_HostNamePropertyName=Connection Name
180TraceControl_HostAddressPropertyName=Host Name
181TraceControl_SessionPathPropertyName=Session Path
182TraceControl_ProviderNamePropertyName=Provider Name
183TraceControl_ProcessIdPropertyName=Process ID
d132bcc7
BH
184TraceControl_ProbeAddressPropertyName=Address
185TraceControl_ProbeOffsetPropertyName=Offset
186TraceControl_ProbeSymbolPropertyName=Symbol
afe13e7a
BH
187
188# Preferences
189TraceControl_TracingGroupPreference=&Tracing Group
afe13e7a
BH
190TraceControl_LoggingPreference=&Logging
191TraceControl_LogfilePath=Log file
192TraceControl_AppendLogfilePreference=&Append
193TraceControl_VerboseLevelsPreference=&Verbose Level
194TraceControl_VerboseLevelNonePreference=None
276c17e7
BH
195TraceControl_VerboseLevelVerbosePreference=Level 1
196TraceControl_VerboseLevelVeryVerbosePreference=Level 2
197TraceControl_VerboseLevelVeryVeryVerbosePreference=Level 3
This page took 0.037322 seconds and 5 git commands to generate.