Add support for importing traces to tracing project
[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
BH
8TraceControl_CommandError=Command failed! Command:
9TraceControl_UnexpectedCommnadOutputFormat=Unexpected command output
10TraceControl_UnexpectedNameError=Unexpected session name returned
11TraceControl_UnexpectedPathError=Unexpected session path returned
eb1bab5b
BH
12
13# Commands
14TraceControl_ListSessionFailure=List sessions failed
bbb3538a 15TraceControl_RetrieveNodeConfigurationJob=Retrieving Target Node Configuration...
eb1bab5b
BH
16TraceControl_EclipseCommandFailure=Command failed
17TraceControl_NewNodeCreationFailure=Creation of new connection failed
bbb3538a
BH
18TraceControl_CreateSessionJob=Creating Session...
19
20TraceControl_DestroySessionJob=Destroying Session...
21TraceControl_DestroyConfirmationTitle=Destroy Confirmation
22TraceControl_DestroyConfirmationMessage=Do you want to delete all selected sessions?
23
291cbdbf
BH
24TraceControl_ImportJob=Importing Traces...
25
bbb3538a
BH
26TraceControl_StartSessionJob=Starting Session...
27TraceControl_StopSessionJob=Stopping Session...
eb1bab5b 28
6503ae0f
BH
29TraceControl_ChangeChannelStateJob=Changing State of Channels...
30TraceControl_ChangeEventStateJob=Changing State of Events...
bbb3538a 31
6503ae0f
BH
32TraceControl_EnableEventsJob=Enabling Events...
33TraceControl_EnableEventsFailure=Enable Events failed
34TraceControl_DisableEventsJob=Disabling Events...
eb1bab5b 35
b793fbe1
BH
36TraceControl_GetContextJob=Getting Available Contexts...
37TraceControl_AddContextJob=Adding Contexts...
38
eb1bab5b
BH
39# Dialogs
40TraceControl_NewDialogTitle=New Connection
4775bcbf 41TraceControl_NewNodeExistingConnectionGroupName=Existing Connections
06b9339e
BH
42TraceControl_NewNodeEditButtonName=Edit connection information
43TraceControl_NewNodeComboToolTip=List of existing connections (connection name - host name)
4775bcbf
BH
44TraceControl_NewNodeConnectionNameLabel=Connection Name
45TraceControl_NewNodeConnectionNameTooltip=Alias to be displayed for node to connect to.
46TraceControl_NewNodeHostNameLabel=Host Name
47TraceControl_NewNodeHostNameTooltip=IP Address or DNS name of node to connect to.
eb1bab5b
BH
48TraceControl_AlreadyExistsError=Node name already exists in Control View
49
bbb3538a
BH
50TraceControl_CreateSessionDialogTitle=Create Session
51TraceControl_CreateSessionNameLabel=Session Name
52TraceControl_CreateSessionNameTooltip=The name of the session to be created.
53TraceControl_CreateSessionPathLabel=Session Path
54TraceControl_CreateSessionPathTooltip=The session path (keep empty for default location)
55TraceControl_InvalidSessionNameError=The session name is invalid
56TraceControl_SessionAlreadyExistsError=The session name already exists
57TraceControl_SessionPathAlreadyExistsError=Session path already exists
58TraceControl_InvalidSessionPathError=The session path is invalid
59TraceControl_FileSubSystemError=File subsystem error in session creation dialog.
60
61TraceControl_EnableChannelDialogTitle=Enable Channel
62TraceControl_EnableChannelNameLabel=Channel Name
498704b3 63TraceControl_EnableChannelNameTooltip=The name of the channel to be enabled.
bbb3538a
BH
64TraceControl_EnableChannelSubBufferSizeTooltip=The sub-buffers size of the channel.
65TraceControl_EnableChannelNbSubBuffersTooltip=The number of sub-buffers of the channel.
66TraceControl_EnableChannelSwitchTimerTooltip=The switch timer interval in usec.
67TraceControl_EnableChannelReadTimerTooltip=The switch timer interval in usec.
68TraceControl_EnableChannelOutputTypeTooltip=The output type of the channel.
69TraceControl_EnableChannelOverwriteModeTooltip=Select for overwrite mode (Flight recorder mode).
70
71TraceControl_InvalidChannelNameError=The channel name is invalid or empty
72TraceControl_ChannelAlreadyExistsError=Channel already exists
73
6503ae0f
BH
74TraceControl_EnableEventsDialogTitle=Enable Events
75TraceControl_EnableEventsSessionGroupName=Session List
76TraceControl_EnableEventsChannelGroupName=Channel List
77TraceControl_EnableEventsSessionsTooltip=List of available sessions.
78TraceControl_EnableEventsChannelsTooltip=List of available channels of selected session.\nIf no channel is available default channel will be created.
79TraceControl_EnableEventsNoSessionError=No session from session list is selected.
80TraceControl_EnableEventsNoChannelError=No channel from channel list is selected.
81
ccc66d01 82TraceControl_EnableGroupSelectionName=Select
498704b3
BH
83TraceControl_EnableEventsTracepointGroupName=Tracepoint Events
84TraceControl_EnableEventsTracepointTreeTooltip=List of available kernel tracepoint events
85TraceControl_EnableEventsTracepointTreeAllLabel=All
86TraceControl_EnableEventsSyscallName=All Syscalls
87TraceControl_EnableEventsSyscallTooltip=Enable all Syscalls
88TraceControl_EnableEventsProbeGroupName=Dynamic Probe
ccc66d01 89TraceControl_EnableEventsEventNameLabel=Event Name
498704b3
BH
90TraceControl_EnableEventsProbeEventNameTooltip=The name of the event for enabling a dynamic probe
91TraceControl_EnableEventsProbeNameLabel=Probe
92TraceControl_EnableEventsProbeNameTooltip=[addr | symbol | symbol+offset]\nAddr and offset can be octal (0NNN...),\ndecimal (NNN...) or hexadecimal (0xNNN...)
93TraceControl_EnableEventsFucntionGroupName=Dynamic Function Entry/Return Probe
94TraceControl_EnableEventsFunctionEventNameTooltip=The name of the event for enabling a dynamic function entry/return probe
95TraceControl_EnableEventsFunctionNameLabel=Function
ccc66d01
BH
96
97TraceControl_EnableEventsWildcardGroupName=Wildcard
98TraceControl_EnableEventsWildcardLabel=Wildcard
99TraceControl_EnableEventsWildcardTooltip=The wild card string of event names
100TraceControl_EnableEventsLogLevelGroupName=Log Level
101TraceControl_EnableEventsLogLevelTypeName=loglevel
102TraceControl_EnableEventsLogLevelTypeTooltip=The tracepoint log level range from 0 to loglevel
103TraceControl_EnableEventsLogLevelOnlyTypeName=loglevel-only
104TraceControl_EnableEventsLogLevelOnlyTypeTooltip=The tracepoint log level (only this loglevel)
105TraceControl_EnableEventsLogLevelTooltip=The available log levels
106TraceControl_EnableEventsLoglevelEventNameTooltip=Event name for enabling log levels
107
498704b3 108TraceControl_InvalidProbeNameError=The probe name is invalid
d132bcc7 109TraceControl_InvalidWildcardError=The wild card name is invalid
ccc66d01 110TraceControl_InvalidLogLevelEventNameError=The event name for log level is invalid
c56972bb 111TraceControl_InvalidLogLevel=No log level selected
498704b3 112
b793fbe1
BH
113TraceControl_AddContextDialogTitle=Add Contexts
114TraceControl_AddContextAvailableContextsLabel=Contexts
115TraceControl_AddContextAvailableContextsTooltip=Available Contexts
116TraceControl_AddContextAllLabel=All Contexts
117
291cbdbf
BH
118TraceControl_ImportDialogTitle=Import Traces
119TraceControl_ImportDialogTracesGroupName=Available Traces
120TraceControl_ImportDialogTracesTooltip=The available traces of current session to import
121TraceControl_ImportDialogProjectsGroupName=Available Projects
122TraceControl_ImportDialogProjectsTooltip=The available projects to select from
123TraceControl_ImportDialogOverwriteButtonText=Overwrite existing trace without warning
124TraceControl_ImportDialogCreationError=Dialog box cannot be created
125TraceControl_ImportDialogNoProjectSelectedError=No tracing project selected or available
126TraceControl_ImportDialogInvalidTracingProject=Invalid tracing project. Missing directory
127TraceControl_ImportDialogNoTraceSelectedError=No trace selected or available
128
129TraceControl_ImportDialogConfirmationTitle=Import Confirmation Dialog
130TraceControl_ImportDialogConfirmationOverwriteLabel=Overwrite
131TraceControl_ImportDialogConfirmationRenameLabel=Rename
132TraceControl_ImportDialogConfirmationNewNameLabel=New Trace Name
133TraceControl_InvalidTraceNameError=Invalid trace name
134TraceControl_ImportDialogTraceAlreadyExistError=Trace already exists in project
135
eb1bab5b
BH
136# Tree structure strings
137TraceControl_KernelDomainDisplayName=Kernel
138TraceControl_UstGlobalDomainDisplayName=UST global
bbb3538a 139TraceControl_UstDisplayName=UST
eb1bab5b
BH
140TraceControl_AllSessionsDisplayName=Sessions
141TraceControl_SessionDisplayName=Session
142TraceControl_DomainDisplayName=Domain
143TraceControl_ChannelDisplayName=Channel
144TraceControl_EventDisplayName=Event
145TraceControl_ProviderDisplayName=Provider
146TraceControl_KernelProviderDisplayName=Kernel
06b9339e
BH
147
148# Property names
149TraceControl_SessionNamePropertyName=Session Name
150TraceControl_EventNamePropertyName=Event Name
151TraceControl_EventTypePropertyName=Event Type
152TraceControl_LogLevelPropertyName=Log Level
153TraceControl_StatePropertyName=State
154TraceControl_DomainNamePropertyName=Domain Name
155TraceControl_ChannelNamePropertyName=Channel Name
156TraceControl_OverwriteModePropertyName=Overwrite Mode
157TraceControl_SubBufferSizePropertyName=Sub Buffer Size
158TraceControl_NbSubBuffersPropertyName=Number of Sub Buffers
159TraceControl_SwitchTimerPropertyName=Switch Timer Interval
160TraceControl_ReadTimerPropertyName=Read Timer Interval
161TraceControl_OutputTypePropertyName=Output Type
162TraceControl_HostNamePropertyName=Connection Name
163TraceControl_HostAddressPropertyName=Host Name
164TraceControl_SessionPathPropertyName=Session Path
165TraceControl_ProviderNamePropertyName=Provider Name
166TraceControl_ProcessIdPropertyName=Process ID
d132bcc7
BH
167TraceControl_ProbeAddressPropertyName=Address
168TraceControl_ProbeOffsetPropertyName=Offset
169TraceControl_ProbeSymbolPropertyName=Symbol
This page took 0.032106 seconds and 5 git commands to generate.