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