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