33b4f83774886c9d74a2aa8501878a99f0cba9a0
[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
9 control.view.name = Control
10 events.view.name = Events
11 timeframe.view.name = Time Frame
12 controlflow.view.name = Control Flow
13 resources.view.name = Resources
14 statistics.view.name = Statistics
15 histogram.view.name = Histogram
16 latency.view.name = Latency View
17
18 wizard.category.name = LTTng
19 project.new.wizard.name = LTTng Project
20 project.new.wizard.description = Create a new LTTng project
21
22 project.propertyPage.tracelibPath = LTTng Trace Library Path
23 action.set.label = LTTng Action Set
24 action.set.description = LTTng Action Set
25
26 tracetype.category.lttng= LTTng
27 tracetype.type.kernel = Kernel Trace
28
29 #Commands and Menus
30 commands.trace.category.name = LTTng Trace Commands
31 commands.trace.category.description = LTTng Trace Commands
32 commands.trace.import = Import Trace
33 commands.trace.import.description = Import an LTTng Trace
34 commands.trace.open = Open Trace
35 commands.trace.open.description = Open an LTTng Trace
36 commands.trace.rename = Rename Trace
37 commands.trace.rename.description = Rename an LTTng Trace
38 commands.trace.delete = Delete Trace
39 commands.trace.delete.description = Delete an LTTng Trace
40 commands.trace.selectparser = Select Parser
41
42 commands.experiment.category.name = LTTng Experiment Commands
43 commands.experiment.category.description = LTTng Experiment Commands
44 commands.experiment.new = New Experiment
45 commands.experiment.new.description = Create a new LTTng Experiment
46 commands.experiment.selecttraces = Select Traces
47 commands.experiment.selecttraces.description = Select LTTng Traces
48 commands.experiment.open = Open Experiment
49 commands.experiment.open.description = Open an LTTng Experiment
50 commands.experiment.rename = Rename Experiment
51 commands.experiment.rename.description = Rename an LTTng Experiment
52 commands.experiment.delete = Delete Experiment
53 commands.experiment.delete.description = Delete an LTTng Experiment
54
55 # trace control (RSE) properties (LTTng 0.x)
56 lttng.rse.subsystem.type.name=LTTng (v0.x)
57 lttng.rse.subsystem.type.description=LTTng Trace Control (v0.x)
58 lttng.rse.subsystem.config.name = LTTng Tracing
59 lttng.rse.subsystem.config.description = LTTng Tracing Subsystem Configuration (v0.x)
60
61 action.set.label = LTTng RSE action set
62 action.set.description = LTTng RSE action set
63
64 menu.lttng.label = LTTng
65 action.stop.label = Stop
66 action.stop.tooltip = Stop the selected trace
67 action.pause.label = Pause
68 action.pause.tooltip = Pause tracing
69 action.start.label = Start
70 action.start.tooltip = Start tracing
71 action.newtrace.label = New Trace
72 action.newtrace.tooltip = Create a new trace
73 action.configuretrace.label = Configure Trace
74 action.configuretrace.tooltip = Configure the selected trace
75 action.browse.label = Browse Trace
76 action.browse.tooltip = Browse the trace folder of selected trace
77 action.configuremarkers.label = Configure Markers
78 action.configuremarkers.tooltip = Configure the markers of selected target
79 action.delete.label = Delete Trace
80 action.delete.tooltip = Delete the selected trace
81
82 action.import.label = Import To Project
83 action.import.tooltip = Import selected trace to a project
This page took 0.032673 seconds and 5 git commands to generate.