Do not set BREE for plugins without java content.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / plugin.properties
CommitLineData
6e512b93 1#Properties file for org.eclipse.linuxtools.lttng.ui
954899b0 2Bundle-Name = Linux Tracing Toolkit (LTTng) UI (Incubation)
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
FC
8views.category.name = LTTng
9project.view.name = Projects
10control.view.name = Control
11events.view.name = Events
12timeframe.view.name = Time Frame
13controlflow.view.name = Control Flow
14resources.view.name = Resources
15statistics.view.name = Statistics
16histogram.view.name = Histogram
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
b9763f53
FC
22action.set.label = LTTng Action Set
23action.set.description = LTTng Action Set
24
25#Commands and Menus
26commands.project.category.name = LTTng Project Commands
27commands.project.category.description = LTTng Project Commands
28commands.project.new = New Project
29commands.project.new.description = Create a new LTTng Project
30commands.project.open = Open Project
31commands.project.open.description = Open an LTTng Project
32commands.project.close = Close Project
33commands.project.close.description = Close an LTTng Project
34commands.project.rename = Rename Project
35commands.project.rename.description = Rename an LTTng Project
36commands.project.delete = Delete Project
37commands.project.delete.description = Delete an LTTng Project
38commands.project.refresh = Refresh View
39commands.project.refresh.description = Refresh the Project list
40
41commands.trace.category.name = LTTng Trace Commands
42commands.trace.category.description = LTTng Trace Commands
43commands.trace.import = Import Trace
44commands.trace.import.description = Import an LTTng Trace
45commands.trace.open = Open Trace
46commands.trace.open.description = Open an LTTng Trace
47commands.trace.rename = Rename Trace
48commands.trace.rename.description = Rename an LTTng Trace
49commands.trace.delete = Delete Trace
50commands.trace.delete.description = Delete an LTTng Trace
51commands.trace.selectparser = Select Parser
52
53commands.experiment.category.name = LTTng Experiment Commands
54commands.experiment.category.description = LTTng Experiment Commands
55commands.experiment.new = New Experiment
56commands.experiment.new.description = Create a new LTTng Experiment
57commands.experiment.selecttraces = Select Traces
58commands.experiment.selecttraces.description = Select LTTng Traces
59commands.experiment.open = Open Experiment
60commands.experiment.open.description = Open an LTTng Experiment
61commands.experiment.rename = Rename Experiment
62commands.experiment.rename.description = Rename an LTTng Experiment
63commands.experiment.delete = Delete Experiment
64commands.experiment.delete.description = Delete an LTTng Experiment
e8d771d5
BH
65
66
67# trace control (RSE) properties
68lttng.rse.subsystem.type.name=LTTng
69lttng.rse.subsystem.type.description=LTTng TCF Subsystem
70lttng.rse.subsystem.config.name = LTTng Tracing
71lttng.rse.subsystem.config.description = LTTng Tracing Subsystem Configuration
72
73action.set.label = LTTng RSE action set
74action.set.description = LTTng RSE action set
75
76menu.lttng.label = LTTng
77action.stop.label = Stop
78action.stop.tooltip = Stop the selected trace
79action.pause.label = Pause
80action.pause.tooltip = Pause tracing
81action.start.label = Start
82action.start.tooltip = Start tracing
83action.newtrace.label = New Trace
84action.newtrace.tooltip = Create a new trace
85action.configuretrace.label = Configure Trace
86action.configuretrace.tooltip = Configure the selected trace
87action.browse.label = Browse Trace
88action.browse.tooltip = Browse the trace folder of selected trace
89action.configuremarkers.label = Configure Markers
90action.configuremarkers.tooltip = Configure the markers of selected target
91action.delete.label = Delete Trace
92action.delete.tooltip = Delete the selected trace
93
94action.import.label = Import To Project
95action.import.tooltip = Import selected trace to a project
This page took 0.028603 seconds and 5 git commands to generate.