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