Add capability to enable events with different parameters on session,
[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 8views.category.name = LTTng
b9763f53
FC
9control.view.name = Control
10events.view.name = Events
11timeframe.view.name = Time Frame
12controlflow.view.name = Control Flow
13resources.view.name = Resources
14statistics.view.name = Statistics
15histogram.view.name = Histogram
fbd124dd 16latency.view.name = Latency View
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 29#Commands and Menus
b9763f53
FC
30commands.trace.category.name = LTTng Trace Commands
31commands.trace.category.description = LTTng Trace Commands
32commands.trace.import = Import Trace
33commands.trace.import.description = Import an LTTng Trace
34commands.trace.open = Open Trace
35commands.trace.open.description = Open an LTTng Trace
36commands.trace.rename = Rename Trace
37commands.trace.rename.description = Rename an LTTng Trace
38commands.trace.delete = Delete Trace
39commands.trace.delete.description = Delete an LTTng Trace
40commands.trace.selectparser = Select Parser
41
42commands.experiment.category.name = LTTng Experiment Commands
43commands.experiment.category.description = LTTng Experiment Commands
44commands.experiment.new = New Experiment
45commands.experiment.new.description = Create a new LTTng Experiment
46commands.experiment.selecttraces = Select Traces
47commands.experiment.selecttraces.description = Select LTTng Traces
48commands.experiment.open = Open Experiment
49commands.experiment.open.description = Open an LTTng Experiment
50commands.experiment.rename = Rename Experiment
51commands.experiment.rename.description = Rename an LTTng Experiment
52commands.experiment.delete = Delete Experiment
53commands.experiment.delete.description = Delete an LTTng Experiment
e8d771d5 54
eb1bab5b
BH
55# LTTng 2.0 trace control commands
56trace.control.rse.system.type.name=LTTng (v2.0 or later)
57trace.control.rse.system.type.description=LTTng Trace Control (v2.0 or later)
e8d771d5 58
eb1bab5b
BH
59commands.control.category=LTTng Trace Control Commands
60commands.control.category.description=LTTng Trace Control Commands
61
62commands.control.new=New Connection
bbb3538a 63commands.control.new.description=New Connection to Target Node
eb1bab5b
BH
64
65commands.control.connect=Connect
bbb3538a 66commands.control.connect.description=Connect to Target Node
eb1bab5b
BH
67
68commands.control.disconnect=Disconnect
bbb3538a 69commands.control.discconnect.description=Disconnect to Target Node
eb1bab5b
BH
70
71commands.control.delete=Delete
72commands.control.deleete.description=Delete Target Node
73
bbb3538a
BH
74commands.control.create.session=Create Session
75commands.control.create.session.description=Create a Trace Session
76
77commands.control.destroy.session=Destroy Session
78commands.control.destroy.session.description=Destroy a Trace Session
79
80commands.control.create.channel=Create Channel
81commands.control.create.channel.description=Create a Trace Channel
82
83commands.control.enable.channel=Enable Channel
84commands.control.enable.channel.description=Enable a Trace Channel
85
86commands.control.disable.channel=Disable Channel
87commands.control.disable.channel.description=Disable a Trace Channel
88
89commands.control.start=Start
90commands.control.start.description=Start Trace Session
91
92commands.control.stop=Stop
93commands.control.stop.description=Stop Trace Session
94
6503ae0f
BH
95#commands.control.enable.event=Enable
96commands.control.enable.assign.description=Assign Event to Session and Channel and Enable Event
97
498704b3 98commands.control.enable.event=Enable Event
6503ae0f
BH
99commands.control.enable.event.description=Enable Event
100
498704b3
BH
101commands.control.enable.eventOnDomain=Enable Event (default channel)
102commands.control.enable.eventOnDomain.description=Enable Event on Default Channel
103
ccc66d01 104commands.control.disable.event=Disable Event
6503ae0f 105commands.control.disable.event.description=Disable Event
bbb3538a 106
eb1bab5b
BH
107# trace control (RSE) properties (LTTng 0.x)
108lttng.rse.subsystem.type.name=LTTng (v0.x)
109lttng.rse.subsystem.type.description=LTTng Trace Control (v0.x)
e8d771d5 110lttng.rse.subsystem.config.name = LTTng Tracing
eb1bab5b 111lttng.rse.subsystem.config.description = LTTng Tracing Subsystem Configuration (v0.x)
e8d771d5
BH
112
113action.set.label = LTTng RSE action set
114action.set.description = LTTng RSE action set
115
116menu.lttng.label = LTTng
117action.stop.label = Stop
118action.stop.tooltip = Stop the selected trace
119action.pause.label = Pause
120action.pause.tooltip = Pause tracing
121action.start.label = Start
122action.start.tooltip = Start tracing
123action.newtrace.label = New Trace
124action.newtrace.tooltip = Create a new trace
125action.configuretrace.label = Configure Trace
126action.configuretrace.tooltip = Configure the selected trace
127action.browse.label = Browse Trace
128action.browse.tooltip = Browse the trace folder of selected trace
129action.configuremarkers.label = Configure Markers
130action.configuremarkers.tooltip = Configure the markers of selected target
131action.delete.label = Delete Trace
132action.delete.tooltip = Delete the selected trace
133
134action.import.label = Import To Project
135action.import.tooltip = Import selected trace to a project
This page took 0.032937 seconds and 5 git commands to generate.