Added command support for enabling/disabling events (first part)
[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
6503ae0f
BH
27TraceControl_ChangeChannelStateJob=Changing State of Channels...
28TraceControl_ChangeEventStateJob=Changing State of Events...
bbb3538a 29
6503ae0f
BH
30TraceControl_EnableEventsJob=Enabling Events...
31TraceControl_EnableEventsFailure=Enable Events failed
32TraceControl_DisableEventsJob=Disabling Events...
eb1bab5b
BH
33
34# Dialogs
35TraceControl_NewDialogTitle=New Connection
4775bcbf 36TraceControl_NewNodeExistingConnectionGroupName=Existing Connections
06b9339e
BH
37TraceControl_NewNodeEditButtonName=Edit connection information
38TraceControl_NewNodeComboToolTip=List of existing connections (connection name - host name)
4775bcbf
BH
39TraceControl_NewNodeConnectionNameLabel=Connection Name
40TraceControl_NewNodeConnectionNameTooltip=Alias to be displayed for node to connect to.
41TraceControl_NewNodeHostNameLabel=Host Name
42TraceControl_NewNodeHostNameTooltip=IP Address or DNS name of node to connect to.
eb1bab5b
BH
43TraceControl_AlreadyExistsError=Node name already exists in Control View
44
bbb3538a
BH
45TraceControl_CreateSessionDialogTitle=Create Session
46TraceControl_CreateSessionNameLabel=Session Name
47TraceControl_CreateSessionNameTooltip=The name of the session to be created.
48TraceControl_CreateSessionPathLabel=Session Path
49TraceControl_CreateSessionPathTooltip=The session path (keep empty for default location)
50TraceControl_InvalidSessionNameError=The session name is invalid
51TraceControl_SessionAlreadyExistsError=The session name already exists
52TraceControl_SessionPathAlreadyExistsError=Session path already exists
53TraceControl_InvalidSessionPathError=The session path is invalid
54TraceControl_FileSubSystemError=File subsystem error in session creation dialog.
55
56TraceControl_EnableChannelDialogTitle=Enable Channel
57TraceControl_EnableChannelNameLabel=Channel Name
58TraceControl_EnableChannelNameLabelTooltip=The name of the channel to be enabled.
59TraceControl_EnableChannelSubBufferSizeTooltip=The sub-buffers size of the channel.
60TraceControl_EnableChannelNbSubBuffersTooltip=The number of sub-buffers of the channel.
61TraceControl_EnableChannelSwitchTimerTooltip=The switch timer interval in usec.
62TraceControl_EnableChannelReadTimerTooltip=The switch timer interval in usec.
63TraceControl_EnableChannelOutputTypeTooltip=The output type of the channel.
64TraceControl_EnableChannelOverwriteModeTooltip=Select for overwrite mode (Flight recorder mode).
65
66TraceControl_InvalidChannelNameError=The channel name is invalid or empty
67TraceControl_ChannelAlreadyExistsError=Channel already exists
68
6503ae0f
BH
69TraceControl_EnableEventsDialogTitle=Enable Events
70TraceControl_EnableEventsSessionGroupName=Session List
71TraceControl_EnableEventsChannelGroupName=Channel List
72TraceControl_EnableEventsSessionsTooltip=List of available sessions.
73TraceControl_EnableEventsChannelsTooltip=List of available channels of selected session.\nIf no channel is available default channel will be created.
74TraceControl_EnableEventsNoSessionError=No session from session list is selected.
75TraceControl_EnableEventsNoChannelError=No channel from channel list is selected.
76
eb1bab5b
BH
77# Tree structure strings
78TraceControl_KernelDomainDisplayName=Kernel
79TraceControl_UstGlobalDomainDisplayName=UST global
bbb3538a 80TraceControl_UstDisplayName=UST
eb1bab5b
BH
81TraceControl_AllSessionsDisplayName=Sessions
82TraceControl_SessionDisplayName=Session
83TraceControl_DomainDisplayName=Domain
84TraceControl_ChannelDisplayName=Channel
85TraceControl_EventDisplayName=Event
86TraceControl_ProviderDisplayName=Provider
87TraceControl_KernelProviderDisplayName=Kernel
06b9339e
BH
88
89# Property names
90TraceControl_SessionNamePropertyName=Session Name
91TraceControl_EventNamePropertyName=Event Name
92TraceControl_EventTypePropertyName=Event Type
93TraceControl_LogLevelPropertyName=Log Level
94TraceControl_StatePropertyName=State
95TraceControl_DomainNamePropertyName=Domain Name
96TraceControl_ChannelNamePropertyName=Channel Name
97TraceControl_OverwriteModePropertyName=Overwrite Mode
98TraceControl_SubBufferSizePropertyName=Sub Buffer Size
99TraceControl_NbSubBuffersPropertyName=Number of Sub Buffers
100TraceControl_SwitchTimerPropertyName=Switch Timer Interval
101TraceControl_ReadTimerPropertyName=Read Timer Interval
102TraceControl_OutputTypePropertyName=Output Type
103TraceControl_HostNamePropertyName=Connection Name
104TraceControl_HostAddressPropertyName=Host Name
105TraceControl_SessionPathPropertyName=Session Path
106TraceControl_ProviderNamePropertyName=Provider Name
107TraceControl_ProcessIdPropertyName=Process ID
This page took 0.028145 seconds and 5 git commands to generate.