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