Add new LTTng commands (create/destroy/start/stop session,
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / control / messages.properties
CommitLineData
eb1bab5b
BH
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
bbb3538a
BH
8TraceControl_CommandError=Command failed! Command:
9TraceControl_UnexpectedCommnadOutputFormat=Unexpected command output
10TraceControl_UnexpectedNameError=Unexpected session name returned
11TraceControl_UnexpectedPathError=Unexpected session path returned
eb1bab5b
BH
12
13# Commands
14TraceControl_ListSessionFailure=List sessions failed
bbb3538a 15TraceControl_RetrieveNodeConfigurationJob=Retrieving Target Node Configuration...
eb1bab5b
BH
16TraceControl_EclipseCommandFailure=Command failed
17TraceControl_NewNodeCreationFailure=Creation of new connection failed
bbb3538a
BH
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_StartSessionJob=Starting Session...
25TraceControl_StopSessionJob=Stopping Session...
eb1bab5b 26
bbb3538a
BH
27TraceControl_EnableChannelJob=Enabling Channels...
28TraceControl_EnableChannelDialogTitle=Enable Channel
29TraceControl_DisableChannelJob=Disabling Channels...
30
31
eb1bab5b
BH
32
33# Dialogs
34TraceControl_NewDialogTitle=New Connection
4775bcbf 35TraceControl_NewNodeExistingConnectionGroupName=Existing Connections
06b9339e
BH
36TraceControl_NewNodeEditButtonName=Edit connection information
37TraceControl_NewNodeComboToolTip=List of existing connections (connection name - host name)
4775bcbf
BH
38TraceControl_NewNodeConnectionNameLabel=Connection Name
39TraceControl_NewNodeConnectionNameTooltip=Alias to be displayed for node to connect to.
40TraceControl_NewNodeHostNameLabel=Host Name
41TraceControl_NewNodeHostNameTooltip=IP Address or DNS name of node to connect to.
eb1bab5b
BH
42TraceControl_AlreadyExistsError=Node name already exists in Control View
43
bbb3538a
BH
44TraceControl_CreateSessionDialogTitle=Create Session
45TraceControl_CreateSessionNameLabel=Session Name
46TraceControl_CreateSessionNameTooltip=The name of the session to be created.
47TraceControl_CreateSessionPathLabel=Session Path
48TraceControl_CreateSessionPathTooltip=The session path (keep empty for default location)
49TraceControl_InvalidSessionNameError=The session name is invalid
50TraceControl_SessionAlreadyExistsError=The session name already exists
51TraceControl_SessionPathAlreadyExistsError=Session path already exists
52TraceControl_InvalidSessionPathError=The session path is invalid
53TraceControl_FileSubSystemError=File subsystem error in session creation dialog.
54
55TraceControl_EnableChannelDialogTitle=Enable Channel
56TraceControl_EnableChannelNameLabel=Channel Name
57TraceControl_EnableChannelNameLabelTooltip=The name of the channel to be enabled.
58TraceControl_EnableChannelSubBufferSizeTooltip=The sub-buffers size of the channel.
59TraceControl_EnableChannelNbSubBuffersTooltip=The number of sub-buffers of the channel.
60TraceControl_EnableChannelSwitchTimerTooltip=The switch timer interval in usec.
61TraceControl_EnableChannelReadTimerTooltip=The switch timer interval in usec.
62TraceControl_EnableChannelOutputTypeTooltip=The output type of the channel.
63TraceControl_EnableChannelOverwriteModeTooltip=Select for overwrite mode (Flight recorder mode).
64
65TraceControl_InvalidChannelNameError=The channel name is invalid or empty
66TraceControl_ChannelAlreadyExistsError=Channel already exists
67
eb1bab5b
BH
68# Tree structure strings
69TraceControl_KernelDomainDisplayName=Kernel
70TraceControl_UstGlobalDomainDisplayName=UST global
bbb3538a 71TraceControl_UstDisplayName=UST
eb1bab5b
BH
72TraceControl_AllSessionsDisplayName=Sessions
73TraceControl_SessionDisplayName=Session
74TraceControl_DomainDisplayName=Domain
75TraceControl_ChannelDisplayName=Channel
76TraceControl_EventDisplayName=Event
77TraceControl_ProviderDisplayName=Provider
78TraceControl_KernelProviderDisplayName=Kernel
06b9339e
BH
79
80# Property names
81TraceControl_SessionNamePropertyName=Session Name
82TraceControl_EventNamePropertyName=Event Name
83TraceControl_EventTypePropertyName=Event Type
84TraceControl_LogLevelPropertyName=Log Level
85TraceControl_StatePropertyName=State
86TraceControl_DomainNamePropertyName=Domain Name
87TraceControl_ChannelNamePropertyName=Channel Name
88TraceControl_OverwriteModePropertyName=Overwrite Mode
89TraceControl_SubBufferSizePropertyName=Sub Buffer Size
90TraceControl_NbSubBuffersPropertyName=Number of Sub Buffers
91TraceControl_SwitchTimerPropertyName=Switch Timer Interval
92TraceControl_ReadTimerPropertyName=Read Timer Interval
93TraceControl_OutputTypePropertyName=Output Type
94TraceControl_HostNamePropertyName=Connection Name
95TraceControl_HostAddressPropertyName=Host Name
96TraceControl_SessionPathPropertyName=Session Path
97TraceControl_ProviderNamePropertyName=Provider Name
98TraceControl_ProcessIdPropertyName=Process ID
This page took 0.029635 seconds and 5 git commands to generate.