Move {LTTng,TMF}/p2.inf file to the new feature folders
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / plugin.properties
CommitLineData
6e512b93 1#Properties file for org.eclipse.linuxtools.lttng.ui
a9c93eb5 2Bundle-Name = LTTng UI
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
a3767fd9 22project.propertyPage.tracelibPath = LTTng Trace Library Path
b9763f53
FC
23action.set.label = LTTng Action Set
24action.set.description = LTTng Action Set
25
12c155f5
FC
26tracetype.category.lttng= LTTng
27tracetype.type.kernel = Kernel Trace
28
b9763f53
FC
29#Commands and Menus
30commands.project.category.name = LTTng Project Commands
31commands.project.category.description = LTTng Project Commands
32commands.project.new = New Project
33commands.project.new.description = Create a new LTTng Project
34commands.project.open = Open Project
35commands.project.open.description = Open an LTTng Project
36commands.project.close = Close Project
37commands.project.close.description = Close an LTTng Project
38commands.project.rename = Rename Project
39commands.project.rename.description = Rename an LTTng Project
40commands.project.delete = Delete Project
41commands.project.delete.description = Delete an LTTng Project
42commands.project.refresh = Refresh View
43commands.project.refresh.description = Refresh the Project list
3b8761fa 44commands.project.property = P&roperties
a3767fd9 45commands.project.property.description = Manage project properties
b9763f53
FC
46commands.trace.category.name = LTTng Trace Commands
47commands.trace.category.description = LTTng Trace Commands
48commands.trace.import = Import Trace
49commands.trace.import.description = Import an LTTng Trace
50commands.trace.open = Open Trace
51commands.trace.open.description = Open an LTTng Trace
52commands.trace.rename = Rename Trace
53commands.trace.rename.description = Rename an LTTng Trace
54commands.trace.delete = Delete Trace
55commands.trace.delete.description = Delete an LTTng Trace
56commands.trace.selectparser = Select Parser
57
58commands.experiment.category.name = LTTng Experiment Commands
59commands.experiment.category.description = LTTng Experiment Commands
60commands.experiment.new = New Experiment
61commands.experiment.new.description = Create a new LTTng Experiment
62commands.experiment.selecttraces = Select Traces
63commands.experiment.selecttraces.description = Select LTTng Traces
64commands.experiment.open = Open Experiment
65commands.experiment.open.description = Open an LTTng Experiment
66commands.experiment.rename = Rename Experiment
67commands.experiment.rename.description = Rename an LTTng Experiment
68commands.experiment.delete = Delete Experiment
69commands.experiment.delete.description = Delete an LTTng Experiment
e8d771d5
BH
70
71
72# trace control (RSE) properties
73lttng.rse.subsystem.type.name=LTTng
74lttng.rse.subsystem.type.description=LTTng TCF Subsystem
75lttng.rse.subsystem.config.name = LTTng Tracing
76lttng.rse.subsystem.config.description = LTTng Tracing Subsystem Configuration
77
78action.set.label = LTTng RSE action set
79action.set.description = LTTng RSE action set
80
81menu.lttng.label = LTTng
82action.stop.label = Stop
83action.stop.tooltip = Stop the selected trace
84action.pause.label = Pause
85action.pause.tooltip = Pause tracing
86action.start.label = Start
87action.start.tooltip = Start tracing
88action.newtrace.label = New Trace
89action.newtrace.tooltip = Create a new trace
90action.configuretrace.label = Configure Trace
91action.configuretrace.tooltip = Configure the selected trace
92action.browse.label = Browse Trace
93action.browse.tooltip = Browse the trace folder of selected trace
94action.configuremarkers.label = Configure Markers
95action.configuremarkers.tooltip = Configure the markers of selected target
96action.delete.label = Delete Trace
97action.delete.tooltip = Delete the selected trace
98
99action.import.label = Import To Project
100action.import.tooltip = Import selected trace to a project
This page took 0.029505 seconds and 5 git commands to generate.