Contribute CNF based TMF project handling
[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 project.view.name = Projects
10 control.view.name = Control
11 events.view.name = Events
12 timeframe.view.name = Time Frame
13 controlflow.view.name = Control Flow
14 resources.view.name = Resources
15 statistics.view.name = Statistics
16 histogram.view.name = Histogram
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.project.category.name = LTTng Project Commands
31 commands.project.category.description = LTTng Project Commands
32 commands.project.new = New Project
33 commands.project.new.description = Create a new LTTng Project
34 commands.project.open = Open Project
35 commands.project.open.description = Open an LTTng Project
36 commands.project.close = Close Project
37 commands.project.close.description = Close an LTTng Project
38 commands.project.rename = Rename Project
39 commands.project.rename.description = Rename an LTTng Project
40 commands.project.delete = Delete Project
41 commands.project.delete.description = Delete an LTTng Project
42 commands.project.refresh = Refresh View
43 commands.project.refresh.description = Refresh the Project list
44 commands.project.property = P&roperties
45 commands.project.property.description = Manage project properties
46 commands.trace.category.name = LTTng Trace Commands
47 commands.trace.category.description = LTTng Trace Commands
48 commands.trace.import = Import Trace
49 commands.trace.import.description = Import an LTTng Trace
50 commands.trace.open = Open Trace
51 commands.trace.open.description = Open an LTTng Trace
52 commands.trace.rename = Rename Trace
53 commands.trace.rename.description = Rename an LTTng Trace
54 commands.trace.delete = Delete Trace
55 commands.trace.delete.description = Delete an LTTng Trace
56 commands.trace.selectparser = Select Parser
57
58 commands.experiment.category.name = LTTng Experiment Commands
59 commands.experiment.category.description = LTTng Experiment Commands
60 commands.experiment.new = New Experiment
61 commands.experiment.new.description = Create a new LTTng Experiment
62 commands.experiment.selecttraces = Select Traces
63 commands.experiment.selecttraces.description = Select LTTng Traces
64 commands.experiment.open = Open Experiment
65 commands.experiment.open.description = Open an LTTng Experiment
66 commands.experiment.rename = Rename Experiment
67 commands.experiment.rename.description = Rename an LTTng Experiment
68 commands.experiment.delete = Delete Experiment
69 commands.experiment.delete.description = Delete an LTTng Experiment
70
71
72 # trace control (RSE) properties
73 lttng.rse.subsystem.type.name=LTTng
74 lttng.rse.subsystem.type.description=LTTng TCF Subsystem
75 lttng.rse.subsystem.config.name = LTTng Tracing
76 lttng.rse.subsystem.config.description = LTTng Tracing Subsystem Configuration
77
78 action.set.label = LTTng RSE action set
79 action.set.description = LTTng RSE action set
80
81 menu.lttng.label = LTTng
82 action.stop.label = Stop
83 action.stop.tooltip = Stop the selected trace
84 action.pause.label = Pause
85 action.pause.tooltip = Pause tracing
86 action.start.label = Start
87 action.start.tooltip = Start tracing
88 action.newtrace.label = New Trace
89 action.newtrace.tooltip = Create a new trace
90 action.configuretrace.label = Configure Trace
91 action.configuretrace.tooltip = Configure the selected trace
92 action.browse.label = Browse Trace
93 action.browse.tooltip = Browse the trace folder of selected trace
94 action.configuremarkers.label = Configure Markers
95 action.configuremarkers.tooltip = Configure the markers of selected target
96 action.delete.label = Delete Trace
97 action.delete.tooltip = Delete the selected trace
98
99 action.import.label = Import To Project
100 action.import.tooltip = Import selected trace to a project
This page took 0.033694 seconds and 6 git commands to generate.