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