Add support for LTTng 2.0 command calibrate
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / plugin.properties
... / ...
CommitLineData
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
12Bundle-Name = LTTng UI
13Bundle-Vendor = Eclipse Linux Tools
14
15#Properties file for org.eclipse.linuxtools.lttng2.ui (plugin.xml)
16perspective.category.name = LTTng
17
18views.category.name = LTTng
19control.view.name = Control
20events.view.name = Events
21timeframe.view.name = Time Frame
22controlflow.view.name = Control Flow
23resources.view.name = Resources
24statistics.view.name = Statistics
25histogram.view.name = Histogram
26latency.view.name = Latency View
27
28wizard.category.name = LTTng
29project.new.wizard.name = LTTng Project
30project.new.wizard.description = Create a new LTTng project
31
32project.propertyPage.tracelibPath = LTTng Trace Library Path
33action.set.label = LTTng Action Set
34action.set.description = LTTng Action Set
35
36tracetype.category.lttng= LTTng
37tracetype.type.kernel = Kernel Trace
38
39#Commands and Menus
40commands.trace.category.name = LTTng Trace Commands
41commands.trace.category.description = LTTng Trace Commands
42commands.trace.import = Import Trace
43commands.trace.import.description = Import an LTTng Trace
44commands.trace.open = Open Trace
45commands.trace.open.description = Open an LTTng Trace
46commands.trace.rename = Rename Trace
47commands.trace.rename.description = Rename an LTTng Trace
48commands.trace.delete = Delete Trace
49commands.trace.delete.description = Delete an LTTng Trace
50commands.trace.selectparser = Select Parser
51
52commands.experiment.category.name = LTTng Experiment Commands
53commands.experiment.category.description = LTTng Experiment Commands
54commands.experiment.new = New Experiment
55commands.experiment.new.description = Create a new LTTng Experiment
56commands.experiment.selecttraces = Select Traces
57commands.experiment.selecttraces.description = Select LTTng Traces
58commands.experiment.open = Open Experiment
59commands.experiment.open.description = Open an LTTng Experiment
60commands.experiment.rename = Rename Experiment
61commands.experiment.rename.description = Rename an LTTng Experiment
62commands.experiment.delete = Delete Experiment
63commands.experiment.delete.description = Delete an LTTng Experiment
64
65# LTTng 2.0 trace control commands
66trace.control.rse.system.type.name=LTTng (v2.0 or later)
67trace.control.rse.system.type.description=LTTng Trace Control (v2.0 or later)
68
69commands.control.category=LTTng Trace Control Commands
70commands.control.category.description=LTTng Trace Control Commands
71
72commands.control.new=New Connection...
73commands.control.new.description=New Connection to Target Node
74
75commands.control.connect=Connect
76commands.control.connect.description=Connect to Target Node
77
78commands.control.disconnect=Disconnect
79commands.control.disconnect.description=Disconnect to Target Node
80
81commands.control.refresh=Refresh
82commands.control.refresh.description=Refresh Node Configuration
83
84commands.control.delete=Delete
85commands.control.delete.description=Delete Target Node
86
87commands.control.create.session=Create Session...
88commands.control.create.session.description=Create a Trace Session
89
90commands.control.destroy.session=Destroy Session...
91commands.control.destroy.session.description=Destroy a Trace Session
92
93commands.control.create.channel=Create Channel...
94commands.control.create.channel.description=Create a Trace Channel
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
108commands.control.assign.event=Enable Event...
109commands.control.assign.event.description=Assign Event to Session and Channel and Enable Event
110
111commands.control.enable.event=Enable Event
112commands.control.enable.event.description=Enable Event
113
114commands.control.enable.eventOnChannel=Enable Event...
115commands.control.enable.eventOnChannel.description=Enable Event
116
117commands.control.enable.eventOnDomain=Enable Event (default channel)...
118commands.control.enable.eventOnDomain.description=Enable Event on Default Channel
119
120commands.control.enable.eventOnSession=Enable Event (default channel)...
121commands.control.enable.eventOnSession.description=Enable Event on Default Channel
122
123commands.control.disable.event=Disable Event
124commands.control.disable.event.description=Disable Event
125
126commands.control.add.context=Add Context...
127commands.control.add.context.description=Add Context to Channel(s) and/or Event(s)
128
129commands.control.import=Import...
130commands.control.import.description=Import Traces to LTTng Project
131
132commands.control.calibrate=Calibrate
133commands.control.calibrate.description=Quantify LTTng overhead
This page took 0.022969 seconds and 5 git commands to generate.