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