Internalize non-API classes
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / plugin.properties
CommitLineData
6e512b93 1#Properties file for org.eclipse.linuxtools.lttng.ui
a9c93eb5 2Bundle-Name = LTTng UI
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
BH
54
55
56# trace control (RSE) properties
57lttng.rse.subsystem.type.name=LTTng
58lttng.rse.subsystem.type.description=LTTng TCF Subsystem
59lttng.rse.subsystem.config.name = LTTng Tracing
60lttng.rse.subsystem.config.description = LTTng Tracing Subsystem Configuration
61
62action.set.label = LTTng RSE action set
63action.set.description = LTTng RSE action set
64
65menu.lttng.label = LTTng
66action.stop.label = Stop
67action.stop.tooltip = Stop the selected trace
68action.pause.label = Pause
69action.pause.tooltip = Pause tracing
70action.start.label = Start
71action.start.tooltip = Start tracing
72action.newtrace.label = New Trace
73action.newtrace.tooltip = Create a new trace
74action.configuretrace.label = Configure Trace
75action.configuretrace.tooltip = Configure the selected trace
76action.browse.label = Browse Trace
77action.browse.tooltip = Browse the trace folder of selected trace
78action.configuremarkers.label = Configure Markers
79action.configuremarkers.tooltip = Configure the markers of selected target
80action.delete.label = Delete Trace
81action.delete.tooltip = Delete the selected trace
82
83action.import.label = Import To Project
84action.import.tooltip = Import selected trace to a project
This page took 0.030717 seconds and 5 git commands to generate.