lttng.control: Add a text field for enabling specific logger by name
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / messages / messages.properties
1 ###############################################################################
2 # Copyright (c) 2012, 2015 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 # Jonathan Rajotte - updated for basic support of LTTng 2.6 machine interface
12 ###############################################################################
13
14 EnableChannelDialog_DefaultMessage=Default
15 TraceControl_LiveTraceElementError=Could not find trace element
16 TraceControl_LiveTraceInitError=Error initializing live trace.
17 TraceControl_ConnectionFailure=Connecting to host failed
18 TraceControl_DisconnectionFailure=Disconnection from host failed
19 TraceControl_CommandError=Command failed! Command:
20
21 TraceControl_UnexpectedCommandOutputFormat=Unexpected command output
22 TraceControl_UnexpectedNameError=Unexpected session name returned
23 TraceControl_UnexpectedPathError=Unexpected session path returned
24 TraceControl_UnexpectedNumberOfElementError=Unexpected number of elements {0} returned
25 TraceControl_UnexpectedValueError=Unexpected value. Returned {0} Expected: {1}
26
27 TraceControl_UnsupportedVersionError=Unsupported LTTng Tracer Control version
28 TraceControl_GettingVersionError=Could not get version of LTTng Tracer Control
29
30 # Xml parsing related failures
31 TraceControl_InvalidSchemaError=Could not open/validate xsd Schema
32 TraceControl_XmlDocumentBuilderError=Unable to create the xml document builder
33 TraceControl_XmlParsingError=Unable to parse the xml document
34 TraceControl_XmlValidationError=Could not validate the xml response
35 TraceControl_XmlValidationWarning=Xml validation warning
36
37 # Xml machine interface failures
38 TraceControl_MiInvalidNumberOfElementError=Invalid number of element
39 TraceControl_MiInvalidProviderError=Invalid provider data
40 TraceControl_MiMissingRequiredError=Missing required data
41 TraceControl_MiIllegalValueError=Invalid value
42
43 # Commands
44 TraceControl_MiInvalidElementError=Invalid xml data
45
46 TraceControl_ErrorTitle=Error
47 TraceControl_ListSessionFailure=List sessions failed
48 TraceControl_RetrieveNodeConfigurationJob=Retrieving Target Node Configuration...
49 TraceControl_RetrieveNodeConfigurationFailure=Error retrieving node configuration
50 TraceControl_EclipseCommandFailure=Command failed
51 TraceControl_NewNodeCreateButtonText=Create...
52 TraceControl_NewNodeCreationFailure=Creation of new connection failed
53 TraceControl_CreateSessionJob=Creating Session...
54 TraceControl_CreateSessionFailure=Command to create session failed
55
56 TraceControl_DestroySessionJob=Destroying Session...
57 TraceControl_DestroySessionFailure=Command to destroy session failed
58 TraceControl_DestroyConfirmationTitle=Destroy Confirmation
59 TraceControl_DestroyConfirmationMessage=Do you want to delete all selected sessions?
60
61 TraceControl_ImportJob=Importing Traces...
62 TraceControl_DownloadTask=Downloading
63 TraceControl_ImportFailure=Command to import traces failed
64
65 TraceControl_LoadJob=Loading Session Profiles...
66 TraceControl_LoadTask=Loading profile ''{0}''
67 TraceControl_LoadFailure=Command to load session(s) failed
68
69 TraceControl_SaveJob=Saving Session(s)...
70 TraceControl_SaveFailure=Command to save session(s) failed
71
72 TraceControl_ChangeSessionStateJob=Changing Session State...
73 TraceControl_ChangeSessionStateFailure=Command to change session state failed...
74
75 TraceControl_CreateChannelStateJob=Enabling (creating) channel...
76 TraceControl_CreateChannelStateFailure=Command to enable channel failed
77
78 TraceControl_ChangeChannelStateJob=Changing State of Channels...
79 TraceControl_ChangeChannelStateFailure=Command to change state of channels failed
80 TraceControl_ChangeEventStateJob=Changing State of Events...
81 TraceControl_ChangeEventStateFailure=Command to change state of events failed
82 TraceControl_ChangeLoggerStateJob=Changing State of Loggers...
83 TraceControl_ChangeLoggerStateFailure=Command to change state of loggers failed
84
85 TraceControl_EnableEventsJob=Enabling Events...
86 TraceControl_EnableEventsFailure=Command to enable events failed
87 TraceControl_DisableEventsJob=Disabling Events...
88
89 TraceControl_GetContextJob=Getting Available Contexts...
90 TraceControl_GetContextFailure=Command to get available contexts failed
91
92 TraceControl_AddContextJob=Adding Contexts...
93 TraceControl_AddContextFailure=Command to add contexts failed
94
95 TraceControl_RecordSnapshotJob=Record snapshot...
96 TraceControl_RecordSnapshotFailure=Command to snapshot record failed
97
98 # Dialogs
99 TraceControl_NewDialogTitle=New Connection
100 TraceControl_NewNodeExistingConnectionGroupName=Select an existing connection, or use a provider to create a new one:
101 TraceControl_NewNodeEditButtonName=Edit...
102 TraceControl_NewNodeComboToolTip=List of existing connections (connection name - host name)
103 TraceControl_NewNodeConnectionNameLabel=Connection Name
104 TraceControl_NewNodeConnectionNameTooltip=Alias to be displayed for node to connect to.
105 TraceControl_NewNodeHostNameLabel=Host Name
106 TraceControl_NewNodeHostNameTooltip=IP Address or DNS name of node to connect to.
107 TraceControl_NewNodePortLabel=Port Number
108 TraceControl_NewNodePortTooltip=IP Port Number to be used for the connection. Leave empty for default port.
109 TraceControl_AlreadyExistsError=Node name already exists in Control View
110
111 TraceControl_CreateSessionDialogTitle=Create Session
112 TraceControl_CreateSessionDialogMessage=Configure the new tracing session
113 TraceControl_CreateSessionNameLabel=Session Name
114 TraceControl_CreateSessionNameTooltip=The name of the session to be created.
115 TraceControl_CreateSessionPathLabel=Session Path
116 TraceControl_CreateSessionPathTooltip=The session path (keep empty for default location)
117 TraceControl_CreateSessionNormalLabel=Normal Mode
118 TraceControl_CreateSessionNormalTooltip=Configure session in normal mode
119 TraceControl_CreateSessionSnapshotLabel=Snapshot Mode
120 TraceControl_CreateSessionSnapshotTooltip=Configure session in snapshot mode
121 TraceControl_CreateSessionLiveLabel=Live Mode
122 TraceControl_CreateSessionLiveTooltip=Configure session in live mode
123
124
125 TraceControl_CreateSessionConfigureStreamingButtonText=Advanced
126 TraceControl_CreateSessionConfigureStreamingButtonTooltip=Configure advanced options
127 TraceControl_CreateSessionNoStreamingButtonText=Basic
128 TraceControl_CreateSessionNoStreamingButtonTooltip=Use basic options
129 TraceControl_CreateSessionTracePathText=Trace Path
130 TraceControl_CreateSessionTracePathTooltip=The trace path (keep empty for default location)
131 TraceControl_CreateSessionLinkButtonText=Use same protocol and address for data and control
132 TraceControl_CreateSessionLinkButtonTooltip=Use the same protocol and address for the data and control connection
133 TraceControl_CreateSessionProtocolLabelText=Protocol
134 TraceControl_CreateSessionAddressLabelText=Address
135 TraceControl_CreateSessionPortLabelText=Port
136 TraceControl_CreateSessionControlUrlLabel=Control URL
137 TraceControl_CreateSessionDataUrlLabel=Data URL
138 TraceControl_CreateSessionCommonProtocolTooltip=file - Local file system full path\n\
139 net or net6 - Default network transport layer which is TCP for both control and data channel.
140 TraceControl_CreateSessionControlAddressTooltip=IP Address or DNS name used for control channel.\n\
141 NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
142 TraceControl_CreateSessionControlPortTooltip=The control port (default: 5342).
143 TraceControl_CreateSessionProtocolTooltip=file - Local file system full path\n\
144 net or net6 - Default network transport layer which is TCP\n\
145 tcp or tcp6 - TCP network transport
146 TraceControl_CreateSessionDataAddressTooltip=IP Address or DNS name used for data channel.\n\
147 NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
148 TraceControl_CreateSessionDataPortTooltip=The data port (default: 5343).
149 TraceControl_CreateSessionNoConsumertText=No Consumer
150 TraceControl_CreateSessionNoConsumertTooltip=Don't activate a consumer for this session.
151 TraceControl_CreateSessionDisableConsumertText=Disable Consumer
152 TraceControl_CreateSessionDisableConsumertTooltip=Disable consumer for this session.
153 TraceControl_CreateSessionLiveConnectionLabel=Live Connection
154 TraceControl_CreateSessionLiveDelayLabel=Live Delay
155 TraceControl_CreateSessionLiveDelayTooltip=The delay in micro seconds before the data is flushed and streamed
156 TraceControl_CreateSessionLiveConnectionUrlTooltip=The URL for the live connection (Relayd)
157 TraceControl_CreateSessionLiveConnectionPortTooltip=The port for the live connection (Relayd)
158
159 TraceControl_InvalidSessionNameError=The session name is invalid
160 TraceControl_SessionAlreadyExistsError=The session name already exists
161 TraceControl_SessionPathAlreadyExistsError=Session path already exists
162 TraceControl_InvalidSessionPathError=The session path is invalid
163 TraceControl_InvalidLiveDelayError=Live Delay must be a valid positive number
164 TraceControl_FileSubSystemError=File subsystem error in session creation dialog.
165
166 TraceControl_EnableChannelDialogTitle=Enable Channel
167 TraceControl_EnableChannelNameLabel=Channel Name
168 TraceControl_EnableChannelNameTooltip=The name of the channel to be enabled.
169 TraceControl_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).
170 TraceControl_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).
171 TraceControl_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).
172 TraceControl_EnableChannelReadTimerTooltip=The Read timer interval in usec.
173 TraceControl_EnableChannelOutputTypeTooltip=The output type of the channel.
174 TraceControl_EnableChannelDiscardModeGroupName=Discard Mode
175 TraceControl_EnableChannelDiscardModeLabel=Discard
176 TraceControl_EnableChannelDiscardModeTooltip=Discard event when subbuffers are full
177 TraceControl_EnableChannelOverwriteModeLabel=Overwrite
178 TraceControl_EnableChannelOverwriteModeTooltip=Flight recorder mode : overwrites events when subbuffers are full
179 TraceControl_EnbleChannelMaxSizeTraceFilesTooltip=Maximum size of each tracefile within a stream (in bytes). 0 means unlimited
180 TraceControl_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
181
182 TraceControl_InvalidChannelNameError=The channel name is invalid or empty
183 TraceControl_ChannelAlreadyExistsError=Channel already exists
184
185 TraceControl_EnableEventsDialogTitle=Enable Events
186 TraceControl_EnableEventsSessionGroupName=Session List
187 TraceControl_EnableEventsChannelGroupName=Channel List
188 TraceControl_EnableEventsSessionsTooltip=List of available sessions.
189 TraceControl_EnableEventsChannelsTooltip=List of available channels of selected session.\nIf no channel is available default channel will be created.
190 TraceControl_EnableEventsNoSessionError=No session from session list is selected.
191 TraceControl_EnableEventsNoChannelError=No channel from channel list is selected.
192
193 TraceControl_EnableLoggersDialogTitle=Enable Loggers
194
195 TraceControl_EnableGroupSelectionName=Select
196 TraceControl_EnableEventsAllEventsLabel=All Tracepoint Events and Syscalls
197 TraceControl_EnableEventsAllEventsTooltip=Enable all tracepoint events and all Syscalls
198 TraceControl_EnableEventsSpecificEventGroupName=Specific event
199 TraceControl_EnableEventsSpecificLoggerGroupName=Specific logger
200 TraceControl_EnableEventsSpecificEventTooltip=Enable event by specifying the name
201 TraceControl_EnableEventsSpecificLoggerTooltip=Enable logger by specifying the name
202 TraceControl_EnableEventsExcludedEventGroupName=Exclude Events
203 TraceControl_EnableEventsExcludedEventLabel=Event Names
204 TraceControl_EnableEventsExcludedEventTooltip=Exclude specific event(s) by name (comma-separated names)
205 TraceControl_EnableEventsTracepointGroupName=Tracepoint Events
206 TraceControl_EnableEventsTracepointTreeTooltip=List of available tracepoint events
207 TraceControl_EnableEventsTreeAllLabel=All
208 TraceControl_EnableEventsSyscallName=Syscall Events
209 TraceControl_EnableEventsSyscallTooltip=List of available kernel syscall events
210 TraceControl_EnableEventsProbeGroupName=Dynamic Probe
211 TraceControl_EnableEventsNameLabel=Name
212 TraceControl_EnableEventsProbeEventNameTooltip=The name of the event for enabling a dynamic probe
213 TraceControl_EnableEventsProbeNameLabel=Probe
214 TraceControl_EnableEventsProbeNameTooltip=[addr | symbol | symbol+offset]\nAddr and offset can be octal (0NNN...),\ndecimal (NNN...) or hexadecimal (0xNNN...)
215 TraceControl_EnableEventsFucntionGroupName=Dynamic Function Entry/Return Probe
216 TraceControl_EnableEventsFunctionEventNameTooltip=The name of the event for enabling a dynamic function entry/return probe
217 TraceControl_EnableEventsFunctionNameLabel=Function
218 TraceControl_EnableEventsLoggerGroupName=Loggers
219 TraceControl_EnableEventsLoggerTreeTooltip=List of available loggers
220
221 TraceControl_EnableEventsWildcardGroupName=Wildcard
222 TraceControl_EnableEventsWildcardLabel=Wildcard
223 TraceControl_EnableEventsWildcardTooltip=The wild card string of event names
224 TraceControl_EnableEventsLogLevelGroupName=Log Level
225 TraceControl_EnableEventsLogLevelTypeName=loglevel
226 TraceControl_EnableEventsLogLevelTypeTooltip=The tracepoint log level range from 0 to loglevel
227 TraceControl_EnableEventsLogLevelOnlyTypeName=loglevel-only
228 TraceControl_EnableEventsLogLevelOnlyTypeTooltip=The tracepoint log level (only this loglevel)
229 TraceControl_EnableEventsLogLevelTooltip=The available log levels
230 TraceControl_EnableEventsLoglevelEventNameTooltip=Event name for enabling log levels
231 TraceControl_EnableEventsFilterGroupName=Filter Expression
232 TraceControl_EnableEventsFilterTooltip=Filter expression on event field.
233
234 TraceControl_InvalidProbeNameError=The probe name is invalid or empty
235 TraceControl_InvalidExcludedEventsError=The excluded event name is empty
236 TraceControl_InvalidWildcardError=The wild card name is invalid or empty
237 TraceControl_InvalidLogLevelEventNameError=The event name for log level is invalid or empty
238 TraceControl_InvalidLogLevel=No log level selected
239 TraceControl_InvalidLogger=No logger selected
240
241 TraceControl_AddContextDialogTitle=Add Contexts
242 TraceControl_AddContextAvailableContextsLabel=Contexts
243 TraceControl_AddContextAvailableContextsTooltip=Available Contexts
244 TraceControl_AddContextAllLabel=All Contexts
245
246 TraceControl_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.
247 TraceControl_ImportDialogStreamedTraceNotificationToggle=Do not warn me again
248
249 # Tree structure strings
250 TraceControl_KernelDomainDisplayName=Kernel
251 TraceControl_JULDomainDisplayName=JUL
252 TraceControl_LOG4JDomainDisplayName=LOG4J
253 TraceControl_UstGlobalDomainDisplayName=UST global
254 TraceControl_UstDisplayName=UST
255 TraceControl_UnknownDomainDisplayName=Unknown domain
256 TraceControl_AllSessionsDisplayName=Sessions
257 TraceControl_SessionDisplayName=Session
258 TraceControl_DomainDisplayName=Domain
259 TraceControl_BufferTypeDisplayName = Buffer Type
260 TraceControl_ChannelDisplayName=Channel
261 TraceControl_EventDisplayName=Event
262 TraceControl_LoggerDisplayName=Logger
263 TraceControl_ProviderDisplayName=Provider
264 TraceControl_KernelProviderDisplayName=Kernel
265 TraceControl_SharedBuffersDisplayName=Global shared buffers
266 TraceControl_PerPidBuffersDisplayName=Per PID buffers
267 TraceControl_PerPidBuffersTooltip=Configure per PID buffers (UST only)
268 TraceControl_PerUidBuffersDisplayName=Per UID buffers
269 TraceControl_PerUidBuffersTooltip=Configure per UID buffers (UST only)
270
271 # Property names
272 TraceControl_SessionNamePropertyName=Session Name
273 TraceControl_EventNamePropertyName=Event Name
274 TraceControl_EventTypePropertyName=Event Type
275 TraceControl_LogLevelPropertyName=Log Level
276 TraceControl_FieldsPropertyName=Fields
277 TraceControl_FilterPropertyName=Filter
278 TraceControl_ExcludePropertyName=Exclude
279 TraceControl_StatePropertyName=State
280 TraceControl_VersionPropertyName=Version
281 TraceControl_DomainNamePropertyName=Domain Name
282 TraceControl_BufferTypePropertyName=Buffer type
283 TraceControl_ChannelNamePropertyName=Channel Name
284 TraceControl_OpenConnectionTo=Opening connection to ''{0}''
285 TraceControl_OverwriteModePropertyName=Overwrite Mode
286 TraceControl_SubBufferSizePropertyName=Sub Buffer Size
287 TraceControl_NbSubBuffersPropertyName=Number of Sub Buffers
288 TraceControl_SwitchTimerPropertyName=Switch Timer Interval
289 TraceControl_NumberOfDiscardedEventsPropertyName=Number of Discarded Events
290 TraceControl_NumberOfLostPacketsPropertyName=Number of Lost Packets
291 TraceControl_ReadTimerPropertyName=Read Timer Interval
292 TraceControl_OutputTypePropertyName=Output Type
293 TraceControl_TraceFileCountPropertyName=Trace File Count
294 TraceControl_TraceFileSizePropertyName=Trace File Size
295 TraceControl_HostNamePropertyName=Connection Name
296 TraceControl_HostAddressPropertyName=Host Name
297 TraceControl_SessionPathPropertyName=Session Path
298 TraceControl_SnapshotPathPropertyName=Snapshot Path
299 TraceControl_SnapshotNamePropertyName=Snapshot Name
300 TraceControl_SnapshotIdPropertyName=Snapshot ID
301 TraceControl_ProviderNamePropertyName=Provider Name
302 TraceControl_ProcessIdPropertyName=Process ID
303 TraceControl_ProbeAddressPropertyName=Address
304 TraceControl_ProbeOffsetPropertyName=Offset
305 TraceControl_ProbeSymbolPropertyName=Symbol
306 TraceControl_MaxSizeTraceFilesPropertyName=Maximum size of trace files
307 TraceControl_MaxNumTraceFilesPropertyName=Maximum number of trace files
308 TraceControl_ConfigureMetadataChannelName=Configure metadata channel
309 TraceControl_LoggerNamePropertyName=Logger Name
310 TraceControl_LoggerTypePropertyName=Logger Type
311 TraceControl_LoggerDomainPropertyName=Logger Domain
312
313 # Preferences
314 TraceControl_TracingGroupPreference=&Tracing Group
315 TraceControl_LoggingPreference=&Logging
316 TraceControl_LogfilePath=Log file
317 TraceControl_AppendLogfilePreference=&Append
318 TraceControl_VerboseLevelsPreference=&Verbose Level
319 TraceControl_VerboseLevelNonePreference=None
320 TraceControl_VerboseLevelVerbosePreference=Level 1
321 TraceControl_VerboseLevelVeryVerbosePreference=Level 2
322 TraceControl_VerboseLevelVeryVeryVerbosePreference=Level 3
323
324 TraceControl_ExecuteScriptJob=Executing command script
325 TraceControl_ExecuteScriptError=Error executing command script
326
327 TraceControl_ExecuteScriptDialogTitle=Select command script
328 TraceControl_ExecuteScriptBrowseText=Browse...
329 TraceControl_ExecuteScriptSelectLabel=Select Script
330 TraceControl_UnknownNode=<unknown>
331
332 TraceControl_LoadDialogTitle=Load Sessions
333 TraceControl_SaveDialogTitle=Save Sessions
334
335 TraceControl_ForceButtonText=force
336 TraceControl_ManageButtonText=&Manage...
337
338 TraceControl_SelectProfileText=Select LTTng profile to load
339 TraceControl_LocalButtonText=Local
340 TraceControl_RemoteButtonText=Remote
341
342 TraceControl_ImportButtonText=Import...
343 TraceControl_ExportButtonText=Export...
344 TraceControl_DeleteButtonText=Delete...
345
346 TraceControl_ImportProfileTitle=Import LTTng Profiles
347 TraceControl_ExportProfileTitle=Export LTTng Profiles
348
349 TraceControl_ProfileAlreadyExists=LTTng Profile already exists
350 TraceControl_OverwriteQuery=Do you want to overwrite file {0}?
351
352 TraceControl_DeleteProfileTitle=Delete LTTng Profiles
353 TraceControl_DeleteQuery=Do you want to delete the following profiles?
354
355 TraceControl_DefaultEventFilterString=with filter
356 TraceControl_DefaultEventExcludeString=has exclusions
This page took 0.043532 seconds and 5 git commands to generate.