Internalize API for trace control and move control to lttng2
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / plugin.properties
CommitLineData
6e512b93 1#Properties file for org.eclipse.linuxtools.lttng.ui
c9b530b0 2Bundle-Name = LTTng UI (legacy)
ff9d1bfe 3Bundle-Vendor = Eclipse Linux Tools
2fbfb67b 4
b9763f53
FC
5#Properties file for org.eclipse.linuxtools.tmf.ui (plugin.xml)
6perspective.category.name = LTTng
2fbfb67b 7
b9763f53 8views.category.name = LTTng
b9763f53
FC
9control.view.name = Control
10events.view.name = Events
11timeframe.view.name = Time Frame
12controlflow.view.name = Control Flow
13resources.view.name = Resources
14statistics.view.name = Statistics
15histogram.view.name = Histogram
fbd124dd 16latency.view.name = Latency View
2fbfb67b 17
b9763f53
FC
18wizard.category.name = LTTng
19project.new.wizard.name = LTTng Project
20project.new.wizard.description = Create a new LTTng project
2fbfb67b 21
a3767fd9 22project.propertyPage.tracelibPath = LTTng Trace Library Path
b9763f53
FC
23action.set.label = LTTng Action Set
24action.set.description = LTTng Action Set
25
12c155f5
FC
26tracetype.category.lttng= LTTng
27tracetype.type.kernel = Kernel Trace
28
b9763f53 29#Commands and Menus
b9763f53
FC
30commands.trace.category.name = LTTng Trace Commands
31commands.trace.category.description = LTTng Trace Commands
32commands.trace.import = Import Trace
33commands.trace.import.description = Import an LTTng Trace
34commands.trace.open = Open Trace
35commands.trace.open.description = Open an LTTng Trace
36commands.trace.rename = Rename Trace
37commands.trace.rename.description = Rename an LTTng Trace
38commands.trace.delete = Delete Trace
39commands.trace.delete.description = Delete an LTTng Trace
40commands.trace.selectparser = Select Parser
41
42commands.experiment.category.name = LTTng Experiment Commands
43commands.experiment.category.description = LTTng Experiment Commands
44commands.experiment.new = New Experiment
45commands.experiment.new.description = Create a new LTTng Experiment
46commands.experiment.selecttraces = Select Traces
47commands.experiment.selecttraces.description = Select LTTng Traces
48commands.experiment.open = Open Experiment
49commands.experiment.open.description = Open an LTTng Experiment
50commands.experiment.rename = Rename Experiment
51commands.experiment.rename.description = Rename an LTTng Experiment
52commands.experiment.delete = Delete Experiment
53commands.experiment.delete.description = Delete an LTTng Experiment
e8d771d5 54
eb1bab5b
BH
55# trace control (RSE) properties (LTTng 0.x)
56lttng.rse.subsystem.type.name=LTTng (v0.x)
57lttng.rse.subsystem.type.description=LTTng Trace Control (v0.x)
e8d771d5 58lttng.rse.subsystem.config.name = LTTng Tracing
eb1bab5b 59lttng.rse.subsystem.config.description = LTTng Tracing Subsystem Configuration (v0.x)
e8d771d5
BH
60
61action.set.label = LTTng RSE action set
62action.set.description = LTTng RSE action set
63
64menu.lttng.label = LTTng
65action.stop.label = Stop
66action.stop.tooltip = Stop the selected trace
67action.pause.label = Pause
68action.pause.tooltip = Pause tracing
69action.start.label = Start
70action.start.tooltip = Start tracing
71action.newtrace.label = New Trace
72action.newtrace.tooltip = Create a new trace
73action.configuretrace.label = Configure Trace
74action.configuretrace.tooltip = Configure the selected trace
75action.browse.label = Browse Trace
76action.browse.tooltip = Browse the trace folder of selected trace
77action.configuremarkers.label = Configure Markers
78action.configuremarkers.tooltip = Configure the markers of selected target
79action.delete.label = Delete Trace
80action.delete.tooltip = Delete the selected trace
81
82action.import.label = Import To Project
83action.import.tooltip = Import selected trace to a project
This page took 0.035089 seconds and 5 git commands to generate.