Added some more JUnit tests
[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_EnableChannelNameTooltip=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 TraceControl_EnableGroupSelectionName=Select
78 TraceControl_EnableEventsTracepointGroupName=Tracepoint Events
79 TraceControl_EnableEventsTracepointTreeTooltip=List of available kernel tracepoint events
80 TraceControl_EnableEventsTracepointTreeAllLabel=All
81 TraceControl_EnableEventsSyscallName=All Syscalls
82 TraceControl_EnableEventsSyscallTooltip=Enable all Syscalls
83 TraceControl_EnableEventsProbeGroupName=Dynamic Probe
84 TraceControl_EnableEventsEventNameLabel=Event Name
85 TraceControl_EnableEventsProbeEventNameTooltip=The name of the event for enabling a dynamic probe
86 TraceControl_EnableEventsProbeNameLabel=Probe
87 TraceControl_EnableEventsProbeNameTooltip=[addr | symbol | symbol+offset]\nAddr and offset can be octal (0NNN...),\ndecimal (NNN...) or hexadecimal (0xNNN...)
88 TraceControl_EnableEventsFucntionGroupName=Dynamic Function Entry/Return Probe
89 TraceControl_EnableEventsFunctionEventNameTooltip=The name of the event for enabling a dynamic function entry/return probe
90 TraceControl_EnableEventsFunctionNameLabel=Function
91
92 TraceControl_EnableEventsWildcardGroupName=Wildcard
93 TraceControl_EnableEventsWildcardLabel=Wildcard
94 TraceControl_EnableEventsWildcardTooltip=The wild card string of event names
95 TraceControl_EnableEventsLogLevelGroupName=Log Level
96 TraceControl_EnableEventsLogLevelTypeName=loglevel
97 TraceControl_EnableEventsLogLevelTypeTooltip=The tracepoint log level range from 0 to loglevel
98 TraceControl_EnableEventsLogLevelOnlyTypeName=loglevel-only
99 TraceControl_EnableEventsLogLevelOnlyTypeTooltip=The tracepoint log level (only this loglevel)
100 TraceControl_EnableEventsLogLevelTooltip=The available log levels
101 TraceControl_EnableEventsLoglevelEventNameTooltip=Event name for enabling log levels
102
103 TraceControl_InvalidProbeNameError=The probe name is invalid
104 TraceControl_InvalidWildcardError=The wild card name is invalid
105 TraceControl_InvalidLogLevelEventNameError=The event name for log level is invalid
106
107 # Tree structure strings
108 TraceControl_KernelDomainDisplayName=Kernel
109 TraceControl_UstGlobalDomainDisplayName=UST global
110 TraceControl_UstDisplayName=UST
111 TraceControl_AllSessionsDisplayName=Sessions
112 TraceControl_SessionDisplayName=Session
113 TraceControl_DomainDisplayName=Domain
114 TraceControl_ChannelDisplayName=Channel
115 TraceControl_EventDisplayName=Event
116 TraceControl_ProviderDisplayName=Provider
117 TraceControl_KernelProviderDisplayName=Kernel
118
119 # Property names
120 TraceControl_SessionNamePropertyName=Session Name
121 TraceControl_EventNamePropertyName=Event Name
122 TraceControl_EventTypePropertyName=Event Type
123 TraceControl_LogLevelPropertyName=Log Level
124 TraceControl_StatePropertyName=State
125 TraceControl_DomainNamePropertyName=Domain Name
126 TraceControl_ChannelNamePropertyName=Channel Name
127 TraceControl_OverwriteModePropertyName=Overwrite Mode
128 TraceControl_SubBufferSizePropertyName=Sub Buffer Size
129 TraceControl_NbSubBuffersPropertyName=Number of Sub Buffers
130 TraceControl_SwitchTimerPropertyName=Switch Timer Interval
131 TraceControl_ReadTimerPropertyName=Read Timer Interval
132 TraceControl_OutputTypePropertyName=Output Type
133 TraceControl_HostNamePropertyName=Connection Name
134 TraceControl_HostAddressPropertyName=Host Name
135 TraceControl_SessionPathPropertyName=Session Path
136 TraceControl_ProviderNamePropertyName=Provider Name
137 TraceControl_ProcessIdPropertyName=Process ID
138 TraceControl_ProbeAddressPropertyName=Address
139 TraceControl_ProbeOffsetPropertyName=Offset
140 TraceControl_ProbeSymbolPropertyName=Symbol
This page took 0.033676 seconds and 5 git commands to generate.