Added properties implementation
[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 connection information
21 TraceControl_NewNodeComboToolTip=List of existing connections (connection name - host name)
22 TraceControl_NewNodeNameLabel=Connection Name
23 TraceControl_NewNodeNameTooltip=Alias to be displayed for node to connect to.
24 TraceControl_NewNodeAddressLabel=Host Name
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
38
39 # Property names
40 TraceControl_SessionNamePropertyName=Session Name
41 TraceControl_EventNamePropertyName=Event Name
42 TraceControl_EventTypePropertyName=Event Type
43 TraceControl_LogLevelPropertyName=Log Level
44 TraceControl_StatePropertyName=State
45 TraceControl_DomainNamePropertyName=Domain Name
46 TraceControl_ChannelNamePropertyName=Channel Name
47 TraceControl_OverwriteModePropertyName=Overwrite Mode
48 TraceControl_SubBufferSizePropertyName=Sub Buffer Size
49 TraceControl_NbSubBuffersPropertyName=Number of Sub Buffers
50 TraceControl_SwitchTimerPropertyName=Switch Timer Interval
51 TraceControl_ReadTimerPropertyName=Read Timer Interval
52 TraceControl_OutputTypePropertyName=Output Type
53 TraceControl_HostNamePropertyName=Connection Name
54 TraceControl_HostAddressPropertyName=Host Name
55 TraceControl_SessionPathPropertyName=Session Path
56 TraceControl_ProviderNamePropertyName=Provider Name
57 TraceControl_ProcessIdPropertyName=Process ID
This page took 0.032934 seconds and 5 git commands to generate.