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