tmf: lttngControl: new enum TraceChannelOutputType
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.control.ui / plugin.properties
CommitLineData
03c8809b
AM
1###############################################################################
2# Copyright (c) 2013 Ericsson
3#
4# All rights reserved. This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License v1.0
6# which accompanies this distribution, and is available at
7# http://www.eclipse.org/legal/epl-v10.html
8#
9# Contributors:
10# Ericsson - Initial API and implementation
11###############################################################################
12
8e8c0226 13#Properties file for org.eclipse.linuxtools.lttng2.control.ui
79b33284 14Bundle-Vendor = Eclipse Linux Tools
8e8c0226 15Bundle-Name = Linux Tools LTTng Control UI Plug-in
79b33284 16
79b33284
FC
17views.category.name = LTTng
18control.view.name = Control
19events.view.name = Events
20timeframe.view.name = Time Frame
21controlflow.view.name = Control Flow
22resources.view.name = Resources
23statistics.view.name = Statistics
24histogram.view.name = Histogram
25latency.view.name = Latency View
26
29c0da0f 27project.new.category.name = LTTng
79b33284
FC
28project.new.wizard.name = LTTng Project
29project.new.wizard.description = Create a new LTTng project
30
31project.propertyPage.tracelibPath = LTTng Trace Library Path
32action.set.label = LTTng Action Set
33action.set.description = LTTng Action Set
34
35tracetype.category.lttng= LTTng
36tracetype.type.kernel = Kernel Trace
37
38#Commands and Menus
39commands.trace.category.name = LTTng Trace Commands
40commands.trace.category.description = LTTng Trace Commands
41commands.trace.import = Import Trace
42commands.trace.import.description = Import an LTTng Trace
43commands.trace.open = Open Trace
44commands.trace.open.description = Open an LTTng Trace
45commands.trace.rename = Rename Trace
46commands.trace.rename.description = Rename an LTTng Trace
47commands.trace.delete = Delete Trace
48commands.trace.delete.description = Delete an LTTng Trace
49commands.trace.selectparser = Select Parser
50
51commands.experiment.category.name = LTTng Experiment Commands
52commands.experiment.category.description = LTTng Experiment Commands
53commands.experiment.new = New Experiment
54commands.experiment.new.description = Create a new LTTng Experiment
55commands.experiment.selecttraces = Select Traces
56commands.experiment.selecttraces.description = Select LTTng Traces
57commands.experiment.open = Open Experiment
58commands.experiment.open.description = Open an LTTng Experiment
59commands.experiment.rename = Rename Experiment
60commands.experiment.rename.description = Rename an LTTng Experiment
61commands.experiment.delete = Delete Experiment
62commands.experiment.delete.description = Delete an LTTng Experiment
63
115b4a01 64# LTTng 2.0 trace control commands
afe13e7a
BH
65trace.control.rse.system.type.name=LTTng (v2.0)
66trace.control.rse.system.type.description=LTTng Trace Control (v2.0)
115b4a01
BH
67
68commands.control.category=LTTng Trace Control Commands
69commands.control.category.description=LTTng Trace Control Commands
70
b720ac44 71commands.control.new=New Connection...
115b4a01
BH
72commands.control.new.description=New Connection to Target Node
73
74commands.control.connect=Connect
75commands.control.connect.description=Connect to Target Node
76
77commands.control.disconnect=Disconnect
a26d90be 78commands.control.disconnect.description=Disconnect to Target Node
115b4a01
BH
79
80commands.control.refresh=Refresh
81commands.control.refresh.description=Refresh Node Configuration
82
115b4a01 83commands.control.delete=Delete
a26d90be 84commands.control.delete.description=Delete Target Node
115b4a01 85
b720ac44 86commands.control.create.session=Create Session...
115b4a01
BH
87commands.control.create.session.description=Create a Trace Session
88
64a37b87
BH
89commands.control.execute.command.script=Execute Command Script...
90commands.control.execute.command.script.description=Execute Command Script
91
b720ac44 92commands.control.destroy.session=Destroy Session...
115b4a01
BH
93commands.control.destroy.session.description=Destroy a Trace Session
94
d62bfa55
BH
95commands.control.enable.channelOnSession=Enable Channel...
96commands.control.enable.channelOnSession.description=Enable a Trace Channel
97
98commands.control.enable.channelOnDomain=Enable Channel...
99commands.control.enable.channelOnDomain.description=Enable a Trace Channel
115b4a01
BH
100
101commands.control.enable.channel=Enable Channel
102commands.control.enable.channel.description=Enable a Trace Channel
103
104commands.control.disable.channel=Disable Channel
105commands.control.disable.channel.description=Disable a Trace Channel
106
107commands.control.start=Start
108commands.control.start.description=Start Trace Session
109
110commands.control.stop=Stop
111commands.control.stop.description=Stop Trace Session
112
b720ac44
BH
113commands.control.assign.event=Enable Event...
114commands.control.assign.event.description=Assign Event to Session and Channel and Enable Event
115b4a01
BH
115
116commands.control.enable.event=Enable Event
117commands.control.enable.event.description=Enable Event
118
b720ac44
BH
119commands.control.enable.eventOnChannel=Enable Event...
120commands.control.enable.eventOnChannel.description=Enable Event
121
122commands.control.enable.eventOnDomain=Enable Event (default channel)...
115b4a01
BH
123commands.control.enable.eventOnDomain.description=Enable Event on Default Channel
124
b720ac44 125commands.control.enable.eventOnSession=Enable Event (default channel)...
a26d90be
BH
126commands.control.enable.eventOnSession.description=Enable Event on Default Channel
127
115b4a01
BH
128commands.control.disable.event=Disable Event
129commands.control.disable.event.description=Disable Event
b793fbe1 130
b720ac44 131commands.control.add.context=Add Context...
b793fbe1 132commands.control.add.context.description=Add Context to Channel(s) and/or Event(s)
291cbdbf 133
b720ac44 134commands.control.import=Import...
291cbdbf 135commands.control.import.description=Import Traces to LTTng Project
b720ac44
BH
136
137commands.control.calibrate=Calibrate
138commands.control.calibrate.description=Quantify LTTng overhead
afe13e7a 139
589d0d33
BH
140commands.control.snapshot=Record Snapshot
141commands.control.snapshot.description=Record a snapshot
142
8e8c0226 143preference.page.control.name=LTTng Tracer Control Preferences
This page took 0.055806 seconds and 5 git commands to generate.