First part of LTTng 2.0 support
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / 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
10 # Commands
11 TraceControl_ListSessionFailure=List sessions failed
12 TraceControl_RetrieveNodeConfigurationJob=Retrieving Target Node Configuration ...
13 TraceControl_EclipseCommandFailure=Command failed
14 TraceControl_NewNodeCreationFailure=Creation of new connection failed
15
16
17 # Dialogs
18 TraceControl_NewDialogTitle=New Connection
19 TraceControl_NewNodeExistingConnetionsGroupName=Existing Connections
20 TraceControl_NewNodeEditButtonName=Edit host information
21 TraceControl_NewNodeComboToolTip=List of existing connections (host name - host address
22 TraceControl_NewNodeNameLabel=Node Name
23 TraceControl_NewNodeNameTooltip=Alias to be displayed for node to connect to.
24 TraceControl_NewNodeAddressLabel=Node Address
25 TraceControl_NewNodeAddressTooltip=IP Address or DNS name of node to connect to.
26 TraceControl_AlreadyExistsError=Node name already exists in Control View
27
28 # Tree structure strings
29 TraceControl_KernelDomainDisplayName=Kernel
30 TraceControl_UstGlobalDomainDisplayName=UST global
31 TraceControl_AllSessionsDisplayName=Sessions
32 TraceControl_SessionDisplayName=Session
33 TraceControl_DomainDisplayName=Domain
34 TraceControl_ChannelDisplayName=Channel
35 TraceControl_EventDisplayName=Event
36 TraceControl_ProviderDisplayName=Provider
37 TraceControl_KernelProviderDisplayName=Kernel
This page took 0.032159 seconds and 6 git commands to generate.