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