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