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