Add support for importing traces to tracing project
[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
268c6ff3 15#Properties file for org.eclipse.linuxtools.lttng2.ui (plugin.xml)
79b33284
FC
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
115b4a01
BH
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
a26d90be 79commands.control.disconnect.description=Disconnect to Target Node
115b4a01
BH
80
81commands.control.refresh=Refresh
82commands.control.refresh.description=Refresh Node Configuration
83
115b4a01 84commands.control.delete=Delete
a26d90be 85commands.control.delete.description=Delete Target Node
115b4a01
BH
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
115b4a01
BH
108commands.control.enable.assign.description=Assign Event to Session and Channel and Enable Event
109
110commands.control.enable.event=Enable Event
111commands.control.enable.event.description=Enable Event
112
113commands.control.enable.eventOnDomain=Enable Event (default channel)
114commands.control.enable.eventOnDomain.description=Enable Event on Default Channel
115
a26d90be
BH
116commands.control.enable.eventOnSession=Enable Event (default channel)
117commands.control.enable.eventOnSession.description=Enable Event on Default Channel
118
115b4a01
BH
119commands.control.disable.event=Disable Event
120commands.control.disable.event.description=Disable Event
b793fbe1
BH
121
122commands.control.add.context=Add Context
123commands.control.add.context.description=Add Context to Channel(s) and/or Event(s)
291cbdbf
BH
124
125commands.control.import=Import
126commands.control.import.description=Import Traces to LTTng Project
This page took 0.031314 seconds and 5 git commands to generate.