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