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