Add some more model test cases for LTTng 2.0 control
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / plugin.properties
CommitLineData
268c6ff3
FC
1#*******************************************************************************
2# Copyright (c) 2012 Ericsson
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# Ericsson - initial API and implementation
10#********************************************************************************
11
79b33284
FC
12Bundle-Name = LTTng UI
13Bundle-Vendor = Eclipse Linux Tools
14
268c6ff3 15#Properties file for org.eclipse.linuxtools.lttng2.ui (plugin.xml)
79b33284
FC
16perspective.category.name = LTTng
17
18views.category.name = LTTng
19control.view.name = Control
20events.view.name = Events
21timeframe.view.name = Time Frame
22controlflow.view.name = Control Flow
23resources.view.name = Resources
24statistics.view.name = Statistics
25histogram.view.name = Histogram
26latency.view.name = Latency View
27
28wizard.category.name = LTTng
29project.new.wizard.name = LTTng Project
30project.new.wizard.description = Create a new LTTng project
31
32project.propertyPage.tracelibPath = LTTng Trace Library Path
33action.set.label = LTTng Action Set
34action.set.description = LTTng Action Set
35
36tracetype.category.lttng= LTTng
37tracetype.type.kernel = Kernel Trace
38
39#Commands and Menus
40commands.trace.category.name = LTTng Trace Commands
41commands.trace.category.description = LTTng Trace Commands
42commands.trace.import = Import Trace
43commands.trace.import.description = Import an LTTng Trace
44commands.trace.open = Open Trace
45commands.trace.open.description = Open an LTTng Trace
46commands.trace.rename = Rename Trace
47commands.trace.rename.description = Rename an LTTng Trace
48commands.trace.delete = Delete Trace
49commands.trace.delete.description = Delete an LTTng Trace
50commands.trace.selectparser = Select Parser
51
52commands.experiment.category.name = LTTng Experiment Commands
53commands.experiment.category.description = LTTng Experiment Commands
54commands.experiment.new = New Experiment
55commands.experiment.new.description = Create a new LTTng Experiment
56commands.experiment.selecttraces = Select Traces
57commands.experiment.selecttraces.description = Select LTTng Traces
58commands.experiment.open = Open Experiment
59commands.experiment.open.description = Open an LTTng Experiment
60commands.experiment.rename = Rename Experiment
61commands.experiment.rename.description = Rename an LTTng Experiment
62commands.experiment.delete = Delete Experiment
63commands.experiment.delete.description = Delete an LTTng Experiment
64
65
66# trace control (RSE) properties
67lttng.rse.subsystem.type.name=LTTng
68lttng.rse.subsystem.type.description=LTTng TCF Subsystem
69lttng.rse.subsystem.config.name = LTTng Tracing
70lttng.rse.subsystem.config.description = LTTng Tracing Subsystem Configuration
71
72action.set.label = LTTng RSE action set
73action.set.description = LTTng RSE action set
74
75menu.lttng.label = LTTng
76action.stop.label = Stop
77action.stop.tooltip = Stop the selected trace
78action.pause.label = Pause
79action.pause.tooltip = Pause tracing
80action.start.label = Start
81action.start.tooltip = Start tracing
82action.newtrace.label = New Trace
83action.newtrace.tooltip = Create a new trace
84action.configuretrace.label = Configure Trace
85action.configuretrace.tooltip = Configure the selected trace
86action.browse.label = Browse Trace
87action.browse.tooltip = Browse the trace folder of selected trace
88action.configuremarkers.label = Configure Markers
89action.configuremarkers.tooltip = Configure the markers of selected target
90action.delete.label = Delete Trace
91action.delete.tooltip = Delete the selected trace
92
93action.import.label = Import To Project
94action.import.tooltip = Import selected trace to a project
115b4a01
BH
95
96# LTTng 2.0 trace control commands
97trace.control.rse.system.type.name=LTTng (v2.0 or later)
98trace.control.rse.system.type.description=LTTng Trace Control (v2.0 or later)
99
100commands.control.category=LTTng Trace Control Commands
101commands.control.category.description=LTTng Trace Control Commands
102
103commands.control.new=New Connection
104commands.control.new.description=New Connection to Target Node
105
106commands.control.connect=Connect
107commands.control.connect.description=Connect to Target Node
108
109commands.control.disconnect=Disconnect
a26d90be 110commands.control.disconnect.description=Disconnect to Target Node
115b4a01
BH
111
112commands.control.refresh=Refresh
113commands.control.refresh.description=Refresh Node Configuration
114
115
116commands.control.delete=Delete
a26d90be 117commands.control.delete.description=Delete Target Node
115b4a01
BH
118
119commands.control.create.session=Create Session
120commands.control.create.session.description=Create a Trace Session
121
122commands.control.destroy.session=Destroy Session
123commands.control.destroy.session.description=Destroy a Trace Session
124
125commands.control.create.channel=Create Channel
126commands.control.create.channel.description=Create a Trace Channel
127
128commands.control.enable.channel=Enable Channel
129commands.control.enable.channel.description=Enable a Trace Channel
130
131commands.control.disable.channel=Disable Channel
132commands.control.disable.channel.description=Disable a Trace Channel
133
134commands.control.start=Start
135commands.control.start.description=Start Trace Session
136
137commands.control.stop=Stop
138commands.control.stop.description=Stop Trace Session
139
140#commands.control.enable.event=Enable
141commands.control.enable.assign.description=Assign Event to Session and Channel and Enable Event
142
143commands.control.enable.event=Enable Event
144commands.control.enable.event.description=Enable Event
145
146commands.control.enable.eventOnDomain=Enable Event (default channel)
147commands.control.enable.eventOnDomain.description=Enable Event on Default Channel
148
a26d90be
BH
149commands.control.enable.eventOnSession=Enable Event (default channel)
150commands.control.enable.eventOnSession.description=Enable Event on Default Channel
151
152
115b4a01
BH
153commands.control.disable.event=Disable Event
154commands.control.disable.event.description=Disable Event
This page took 0.031243 seconds and 5 git commands to generate.