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
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
8TraceControl_CommandError=Command failed! Command:
9TraceControl_UnexpectedCommnadOutputFormat=Unexpected command output
10TraceControl_UnexpectedNameError=Unexpected session name returned
11TraceControl_UnexpectedPathError=Unexpected session path returned
12
13# Commands
14TraceControl_ListSessionFailure=List sessions failed
15TraceControl_RetrieveNodeConfigurationJob=Retrieving Target Node Configuration...
16TraceControl_EclipseCommandFailure=Command failed
17TraceControl_NewNodeCreationFailure=Creation of new connection failed
18TraceControl_CreateSessionJob=Creating Session...
19
20TraceControl_DestroySessionJob=Destroying Session...
21TraceControl_DestroyConfirmationTitle=Destroy Confirmation
22TraceControl_DestroyConfirmationMessage=Do you want to delete all selected sessions?
23
24TraceControl_ImportJob=Importing Traces...
25
26TraceControl_StartSessionJob=Starting Session...
27TraceControl_StopSessionJob=Stopping Session...
28
29TraceControl_ChangeChannelStateJob=Changing State of Channels...
30TraceControl_ChangeEventStateJob=Changing State of Events...
31
32TraceControl_EnableEventsJob=Enabling Events...
33TraceControl_EnableEventsFailure=Enable Events failed
34TraceControl_DisableEventsJob=Disabling Events...
35
36TraceControl_GetContextJob=Getting Available Contexts...
37TraceControl_AddContextJob=Adding Contexts...
38
39# Dialogs
40TraceControl_NewDialogTitle=New Connection
41TraceControl_NewNodeExistingConnectionGroupName=Existing Connections
42TraceControl_NewNodeEditButtonName=Edit connection information
43TraceControl_NewNodeComboToolTip=List of existing connections (connection name - host name)
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.
48TraceControl_AlreadyExistsError=Node name already exists in Control View
49
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
63TraceControl_EnableChannelNameTooltip=The name of the channel to be enabled.
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
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
82TraceControl_EnableGroupSelectionName=Select
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
89TraceControl_EnableEventsEventNameLabel=Event Name
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
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
108TraceControl_InvalidProbeNameError=The probe name is invalid
109TraceControl_InvalidWildcardError=The wild card name is invalid
110TraceControl_InvalidLogLevelEventNameError=The event name for log level is invalid
111TraceControl_InvalidLogLevel=No log level selected
112
113TraceControl_AddContextDialogTitle=Add Contexts
114TraceControl_AddContextAvailableContextsLabel=Contexts
115TraceControl_AddContextAvailableContextsTooltip=Available Contexts
116TraceControl_AddContextAllLabel=All Contexts
117
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
136# Tree structure strings
137TraceControl_KernelDomainDisplayName=Kernel
138TraceControl_UstGlobalDomainDisplayName=UST global
139TraceControl_UstDisplayName=UST
140TraceControl_AllSessionsDisplayName=Sessions
141TraceControl_SessionDisplayName=Session
142TraceControl_DomainDisplayName=Domain
143TraceControl_ChannelDisplayName=Channel
144TraceControl_EventDisplayName=Event
145TraceControl_ProviderDisplayName=Provider
146TraceControl_KernelProviderDisplayName=Kernel
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
167TraceControl_ProbeAddressPropertyName=Address
168TraceControl_ProbeOffsetPropertyName=Offset
169TraceControl_ProbeSymbolPropertyName=Symbol
This page took 0.024128 seconds and 5 git commands to generate.