cd7c2fddd985ec908d1784862c5bbc43795be02e
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / messages / messages.properties
1 ###############################################################################
2 # Copyright (c) 2012, 2013 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
13 EnableChannelDialog_DefaultMessage=Default
14 TraceControl_ConnectionFailure=Connecting to host failed
15 TraceControl_DisconnectionFailure=Disconnection from host failed
16 TraceControl_ExecutionCancelled=Command Execution cancelled
17 TraceControl_ExecutionFailure=Command Execution failed
18 TraceControl_ExecutionTimeout=Command Execution timed-out
19 TraceControl_ShellNotConnected=Command shell not connected
20 TraceControl_CommandShellError=Could not create HostShellProcessAdapter
21 TraceControl_CommandError=Command failed! Command:
22 TraceControl_UnexpectedCommandOutputFormat=Unexpected command output
23 TraceControl_UnexpectedNameError=Unexpected session name returned
24 TraceControl_UnexpectedPathError=Unexpected session path returned
25
26 TraceControl_UnsupportedVersionError=Unsupported LTTng Tracer Control version
27 TraceControl_GettingVersionError=Could not get version of LTTng Tracer Control
28
29 # Commands
30 TraceControl_ErrorTitle=Error
31 TraceControl_ListSessionFailure=List sessions failed
32 TraceControl_RetrieveNodeConfigurationJob=Retrieving Target Node Configuration...
33 TraceControl_RetrieveNodeConfigurationFailure=Error retrieving node configuration
34 TraceControl_EclipseCommandFailure=Command failed
35 TraceControl_NewNodeCreationFailure=Creation of new connection failed
36 TraceControl_CreateSessionJob=Creating Session...
37 TraceControl_CreateSessionFailure=Command to create session failed
38
39 TraceControl_DestroySessionJob=Destroying Session...
40 TraceControl_DestroySessionFailure=Command to destroy session failed
41 TraceControl_DestroyConfirmationTitle=Destroy Confirmation
42 TraceControl_DestroyConfirmationMessage=Do you want to delete all selected sessions?
43
44 TraceControl_ImportJob=Importing Traces...
45 TraceControl_DownloadTask=Downloading
46 TraceControl_ImportFailure=Command to import traces failed
47
48 TraceControl_ChangeSessionStateJob=Changing Session State...
49 TraceControl_ChangeSessionStateFailure=Command to change session state failed...
50
51 TraceControl_CreateChannelStateJob=Enabling (creating) channel...
52 TraceControl_CreateChannelStateFailure=Command to enable channel failed
53
54 TraceControl_ChangeChannelStateJob=Changing State of Channels...
55 TraceControl_ChangeChannelStateFailure=Command to change state of channels failed
56 TraceControl_ChangeEventStateJob=Changing State of Events...
57 TraceControl_ChangeEventStateFailure=Command to change state of events failed
58
59 TraceControl_EnableEventsJob=Enabling Events...
60 TraceControl_EnableEventsFailure=Command to enable events failed
61 TraceControl_DisableEventsJob=Disabling Events...
62
63 TraceControl_GetContextJob=Getting Available Contexts...
64 TraceControl_GetContextFailure=Command to get available contexts failed
65
66 TraceControl_AddContextJob=Adding Contexts...
67 TraceControl_AddContextFailure=Command to add contexts failed
68
69 TraceControl_AddCalibrateJob=Calibrating...
70 TraceControl_AddCalibrateFailure=Command to calibrate failed
71
72 TraceControl_RecordSnapshotJob=Record snapshot...
73 TraceControl_RecordSnapshotFailure=Command to snapshot record failed
74
75 # Dialogs
76 TraceControl_NewDialogTitle=New Connection
77 TraceControl_NewNodeExistingConnectionGroupName=Existing Connections
78 TraceControl_NewNodeEditButtonName=Edit connection information
79 TraceControl_NewNodeComboToolTip=List of existing connections (connection name - host name)
80 TraceControl_NewNodeConnectionNameLabel=Connection Name
81 TraceControl_NewNodeConnectionNameTooltip=Alias to be displayed for node to connect to.
82 TraceControl_NewNodeHostNameLabel=Host Name
83 TraceControl_NewNodeHostNameTooltip=IP Address or DNS name of node to connect to.
84 TraceControl_NewNodePortLabel=Port Number
85 TraceControl_NewNodePortTooltip=IP Port Number to be used for the connection. Leave empty for default port.
86 TraceControl_AlreadyExistsError=Node name already exists in Control View
87
88 TraceControl_CreateSessionDialogTitle=Create Session
89 TraceControl_CreateSessionDialogMessage=Configure the new tracing session
90 TraceControl_CreateSessionNameLabel=Session Name
91 TraceControl_CreateSessionNameTooltip=The name of the session to be created.
92 TraceControl_CreateSessionPathLabel=Session Path
93 TraceControl_CreateSessionPathTooltip=The session path (keep empty for default location)
94 TraceControl_CreateSessionSnapshotLabel=Snapshot Mode
95 TraceControl_CreateSessionSnapshotTooltip=Configure session in snapshot mode
96
97
98 TraceControl_CreateSessionConfigureStreamingButtonText=Advanced
99 TraceControl_CreateSessionConfigureStreamingButtonTooltip=Configure advanced options
100 TraceControl_CreateSessionNoStreamingButtonText=Basic
101 TraceControl_CreateSessionNoStreamingButtonTooltip=Use basic options
102 TraceControl_CreateSessionTracePathText=Trace Path
103 TraceControl_CreateSessionTracePathTooltip=The trace path (keep empty for default location)
104 TraceControl_CreateSessionLinkButtonText=Use same protocol and address for data and control
105 TraceControl_CreateSessionLinkButtonTooltip=Use the same protocol and address for the data and control connection
106 TraceControl_CreateSessionProtocolLabelText=Protocol
107 TraceControl_CreateSessionAddressLabelText=Address
108 TraceControl_CreateSessionPortLabelText=Port
109 TraceControl_CreateSessionControlUrlLabel=Control URL
110 TraceControl_CreateSessionDataUrlLabel=Data URL
111 TraceControl_CreateSessionCommonProtocolTooltip=file - Local file system full path\n\
112 net or net6 - Default network transport layer which is TCP for both control and data channel.
113 TraceControl_CreateSessionControlAddressTooltip=IP Address or DNS name used for control channel.\n\
114 NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
115 TraceControl_CreateSessionControlPortTooltip=The control port (default: 5342).
116 TraceControl_CreateSessionProtocolTooltip=file - Local file system full path\n\
117 net or net6 - Default network transport layer which is TCP\n\
118 tcp or tcp6 - TCP network transport
119 TraceControl_CreateSessionDataAddressTooltip=IP Address or DNS name used for data channel.\n\
120 NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
121 TraceControl_CreateSessionDataPortTooltip=The data port (default: 5343).
122 TraceControl_CreateSessionNoConsumertText=No Consumer
123 TraceControl_CreateSessionNoConsumertTooltip=Don't activate a consumer for this session.
124 TraceControl_CreateSessionDisableConsumertText=Disable Consumer
125 TraceControl_CreateSessionDisableConsumertTooltip=Disable consumer for this session.
126
127 TraceControl_InvalidSessionNameError=The session name is invalid
128 TraceControl_SessionAlreadyExistsError=The session name already exists
129 TraceControl_SessionPathAlreadyExistsError=Session path already exists
130 TraceControl_InvalidSessionPathError=The session path is invalid
131 TraceControl_FileSubSystemError=File subsystem error in session creation dialog.
132
133 TraceControl_EnableChannelDialogTitle=Enable Channel
134 TraceControl_EnableChannelNameLabel=Channel Name
135 TraceControl_EnableChannelNameTooltip=The name of the channel to be enabled.
136 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).
137 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).
138 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).
139 TraceControl_EnableChannelReadTimerTooltip=The Read timer interval in usec.
140 TraceControl_EnableChannelOutputTypeTooltip=The output type of the channel.
141 TraceControl_EnableChannelDiscardModeGroupName=Discard Mode
142 TraceControl_EnableChannelDiscardModeLabel=Discard
143 TraceControl_EnableChannelDiscardModeTooltip=Discard event when subbuffers are full
144 TraceControl_EnableChannelOverwriteModeLabel=Overwrite
145 TraceControl_EnableChannelOverwriteModeTooltip=Flight recorder mode : overwrites events when subbuffers are full
146 TraceControl_EnbleChannelMaxSizeTraceFilesTooltip=Maximum size of each tracefile within a stream (in bytes). 0 means unlimited
147 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
148
149 TraceControl_InvalidChannelNameError=The channel name is invalid or empty
150 TraceControl_ChannelAlreadyExistsError=Channel already exists
151
152 TraceControl_EnableEventsDialogTitle=Enable Events
153 TraceControl_EnableEventsSessionGroupName=Session List
154 TraceControl_EnableEventsChannelGroupName=Channel List
155 TraceControl_EnableEventsSessionsTooltip=List of available sessions.
156 TraceControl_EnableEventsChannelsTooltip=List of available channels of selected session.\nIf no channel is available default channel will be created.
157 TraceControl_EnableEventsNoSessionError=No session from session list is selected.
158 TraceControl_EnableEventsNoChannelError=No channel from channel list is selected.
159
160 TraceControl_EnableGroupSelectionName=Select
161 TraceControl_EnableEventsTracepointGroupName=Tracepoint Events
162 TraceControl_EnableEventsTracepointTreeTooltip=List of available kernel tracepoint events
163 TraceControl_EnableEventsTracepointTreeAllLabel=All
164 TraceControl_EnableEventsSyscallName=All Syscalls
165 TraceControl_EnableEventsSyscallTooltip=Enable all Syscalls
166 TraceControl_EnableEventsProbeGroupName=Dynamic Probe
167 TraceControl_EnableEventsEventNameLabel=Event Name
168 TraceControl_EnableEventsProbeEventNameTooltip=The name of the event for enabling a dynamic probe
169 TraceControl_EnableEventsProbeNameLabel=Probe
170 TraceControl_EnableEventsProbeNameTooltip=[addr | symbol | symbol+offset]\nAddr and offset can be octal (0NNN...),\ndecimal (NNN...) or hexadecimal (0xNNN...)
171 TraceControl_EnableEventsFucntionGroupName=Dynamic Function Entry/Return Probe
172 TraceControl_EnableEventsFunctionEventNameTooltip=The name of the event for enabling a dynamic function entry/return probe
173 TraceControl_EnableEventsFunctionNameLabel=Function
174
175 TraceControl_EnableEventsWildcardGroupName=Wildcard
176 TraceControl_EnableEventsWildcardLabel=Wildcard
177 TraceControl_EnableEventsWildcardTooltip=The wild card string of event names
178 TraceControl_EnableEventsLogLevelGroupName=Log Level
179 TraceControl_EnableEventsLogLevelTypeName=loglevel
180 TraceControl_EnableEventsLogLevelTypeTooltip=The tracepoint log level range from 0 to loglevel
181 TraceControl_EnableEventsLogLevelOnlyTypeName=loglevel-only
182 TraceControl_EnableEventsLogLevelOnlyTypeTooltip=The tracepoint log level (only this loglevel)
183 TraceControl_EnableEventsLogLevelTooltip=The available log levels
184 TraceControl_EnableEventsLoglevelEventNameTooltip=Event name for enabling log levels
185 TraceControl_EnableEventsFilterGroupName=Filter Expression
186 TraceControl_EnableEventsFilterTooltip=Filter expression on event field.
187
188 TraceControl_InvalidProbeNameError=The probe name is invalid or empty
189 TraceControl_InvalidWildcardError=The wild card name is invalid or empty
190 TraceControl_InvalidLogLevelEventNameError=The event name for log level is invalid or empty
191 TraceControl_InvalidLogLevel=No log level selected
192
193 TraceControl_AddContextDialogTitle=Add Contexts
194 TraceControl_AddContextAvailableContextsLabel=Contexts
195 TraceControl_AddContextAvailableContextsTooltip=Available Contexts
196 TraceControl_AddContextAllLabel=All Contexts
197
198 TraceControl_ImportDialogTitle=Import Traces
199 TraceControl_ImportDialogTracesGroupName=Available Traces
200 TraceControl_ImportDialogTracesTooltip=The available traces of current session to import
201 TraceControl_ImportDialogProjectsGroupName=Available Projects
202 TraceControl_ImportDialogProjectsTooltip=The available projects to select from
203 TraceControl_ImportDialogOverwriteButtonText=Overwrite existing trace without warning
204 TraceControl_ImportDialogCreationError=Dialog box cannot be created
205 TraceControl_ImportDialogNoProjectSelectedError=No tracing project selected or available
206 TraceControl_ImportDialogInvalidTracingProject=Invalid tracing project. Missing directory
207 TraceControl_ImportDialogNoTraceSelectedError=No trace selected or available
208
209 TraceControl_ImportDialogConfirmationTitle=Import Confirmation Dialog
210 TraceControl_ImportDialogConfirmationOverwriteLabel=Overwrite
211 TraceControl_ImportDialogConfirmationRenameLabel=Rename
212 TraceControl_ImportDialogConfirmationNewNameLabel=New Trace Name
213 TraceControl_InvalidTraceNameError=Invalid trace name
214 TraceControl_ImportDialogTraceAlreadyExistError=Trace already exists in project
215 TraceControl_ImportDialog_SelectAll=Select All
216 TraceControl_ImportDialog_DeselectAll=Deselect All
217
218
219 # Tree structure strings
220 TraceControl_KernelDomainDisplayName=Kernel
221 TraceControl_UstGlobalDomainDisplayName=UST global
222 TraceControl_UstDisplayName=UST
223 TraceControl_AllSessionsDisplayName=Sessions
224 TraceControl_SessionDisplayName=Session
225 TraceControl_DomainDisplayName=Domain
226 TraceControl_BufferTypeDisplayName = Buffer Type
227 TraceControl_ChannelDisplayName=Channel
228 TraceControl_EventDisplayName=Event
229 TraceControl_ProviderDisplayName=Provider
230 TraceControl_KernelProviderDisplayName=Kernel
231 TraceControl_SharedBuffersDisplayName=Global shared buffers
232 TraceControl_PerPidBuffersDisplayName=Per PID buffers
233 TraceControl_PerPidBuffersTooltip=Configure per PID buffers (UST only)
234 TraceControl_PerUidBuffersDisplayName=Per UID buffers
235 TraceControl_PerUidBuffersTooltip=Configure per UID buffers (UST only)
236
237 # Property names
238 TraceControl_SessionNamePropertyName=Session Name
239 TraceControl_EventNamePropertyName=Event Name
240 TraceControl_EventTypePropertyName=Event Type
241 TraceControl_LogLevelPropertyName=Log Level
242 TraceControl_FieldsPropertyName=Fields
243 TraceControl_FilterPropertyName=Filter
244 TraceControl_StatePropertyName=State
245 TraceControl_VersionPropertyName=Version
246 TraceControl_DomainNamePropertyName=Domain Name
247 TraceControl_BufferTypePropertyName=Buffer type
248 TraceControl_ChannelNamePropertyName=Channel Name
249 TraceControl_OverwriteModePropertyName=Overwrite Mode
250 TraceControl_SubBufferSizePropertyName=Sub Buffer Size
251 TraceControl_NbSubBuffersPropertyName=Number of Sub Buffers
252 TraceControl_SwitchTimerPropertyName=Switch Timer Interval
253 TraceControl_ReadTimerPropertyName=Read Timer Interval
254 TraceControl_OutputTypePropertyName=Output Type
255 TraceControl_HostNamePropertyName=Connection Name
256 TraceControl_HostAddressPropertyName=Host Name
257 TraceControl_SessionPathPropertyName=Session Path
258 TraceControl_SnapshotPathPropertyName=Snapshot Path
259 TraceControl_SnapshotNamePropertyName=Snapshot Name
260 TraceControl_SnapshotIdPropertyName=Snapshot ID
261 TraceControl_ProviderNamePropertyName=Provider Name
262 TraceControl_ProcessIdPropertyName=Process ID
263 TraceControl_ProbeAddressPropertyName=Address
264 TraceControl_ProbeOffsetPropertyName=Offset
265 TraceControl_ProbeSymbolPropertyName=Symbol
266 TraceControl_MaxSizeTraceFilesPropertyName=Maximum size of trace files
267 TraceControl_MaxNumTraceFilesPropertyName=Maximum number of trace files
268 TraceControl_ConfigureMetadataChannelName=Configure metadata channel
269
270 # Preferences
271 TraceControl_TracingGroupPreference=&Tracing Group
272 TraceControl_LoggingPreference=&Logging
273 TraceControl_LogfilePath=Log file
274 TraceControl_CommandTimeout=Command Timeout (in seconds)
275 TraceControl_AppendLogfilePreference=&Append
276 TraceControl_VerboseLevelsPreference=&Verbose Level
277 TraceControl_VerboseLevelNonePreference=None
278 TraceControl_VerboseLevelVerbosePreference=Level 1
279 TraceControl_VerboseLevelVeryVerbosePreference=Level 2
280 TraceControl_VerboseLevelVeryVeryVerbosePreference=Level 3
This page took 0.037917 seconds and 4 git commands to generate.