Added command support for enabling/disabling events (first part)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / plugin.properties
1 #Properties file for org.eclipse.linuxtools.lttng.ui
2 Bundle-Name = LTTng UI
3 Bundle-Vendor = Eclipse Linux Tools
4
5 #Properties file for org.eclipse.linuxtools.tmf.ui (plugin.xml)
6 perspective.category.name = LTTng
7
8 views.category.name = LTTng
9 project.view.name = Projects
10 control.view.name = Control
11 events.view.name = Events
12 timeframe.view.name = Time Frame
13 controlflow.view.name = Control Flow
14 resources.view.name = Resources
15 statistics.view.name = Statistics
16 histogram.view.name = Histogram
17 latency.view.name = Latency View
18
19 wizard.category.name = LTTng
20 project.new.wizard.name = LTTng Project
21 project.new.wizard.description = Create a new LTTng project
22
23 project.propertyPage.tracelibPath = LTTng Trace Library Path
24 action.set.label = LTTng Action Set
25 action.set.description = LTTng Action Set
26
27 tracetype.category.lttng= LTTng
28 tracetype.type.kernel = Kernel Trace
29
30 #Commands and Menus
31 commands.project.category.name = LTTng Project Commands
32 commands.project.category.description = LTTng Project Commands
33 commands.project.new = New Project
34 commands.project.new.description = Create a new LTTng Project
35 commands.project.open = Open Project
36 commands.project.open.description = Open an LTTng Project
37 commands.project.close = Close Project
38 commands.project.close.description = Close an LTTng Project
39 commands.project.rename = Rename Project
40 commands.project.rename.description = Rename an LTTng Project
41 commands.project.delete = Delete Project
42 commands.project.delete.description = Delete an LTTng Project
43 commands.project.refresh = Refresh View
44 commands.project.refresh.description = Refresh the Project list
45 commands.project.property = P&roperties
46 commands.project.property.description = Manage project properties
47 commands.trace.category.name = LTTng Trace Commands
48 commands.trace.category.description = LTTng Trace Commands
49 commands.trace.import = Import Trace
50 commands.trace.import.description = Import an LTTng Trace
51 commands.trace.open = Open Trace
52 commands.trace.open.description = Open an LTTng Trace
53 commands.trace.rename = Rename Trace
54 commands.trace.rename.description = Rename an LTTng Trace
55 commands.trace.delete = Delete Trace
56 commands.trace.delete.description = Delete an LTTng Trace
57 commands.trace.selectparser = Select Parser
58
59 commands.experiment.category.name = LTTng Experiment Commands
60 commands.experiment.category.description = LTTng Experiment Commands
61 commands.experiment.new = New Experiment
62 commands.experiment.new.description = Create a new LTTng Experiment
63 commands.experiment.selecttraces = Select Traces
64 commands.experiment.selecttraces.description = Select LTTng Traces
65 commands.experiment.open = Open Experiment
66 commands.experiment.open.description = Open an LTTng Experiment
67 commands.experiment.rename = Rename Experiment
68 commands.experiment.rename.description = Rename an LTTng Experiment
69 commands.experiment.delete = Delete Experiment
70 commands.experiment.delete.description = Delete an LTTng Experiment
71
72 # LTTng 2.0 trace control commands
73 trace.control.rse.system.type.name=LTTng (v2.0 or later)
74 trace.control.rse.system.type.description=LTTng Trace Control (v2.0 or later)
75
76 commands.control.category=LTTng Trace Control Commands
77 commands.control.category.description=LTTng Trace Control Commands
78
79 commands.control.new=New Connection
80 commands.control.new.description=New Connection to Target Node
81
82 commands.control.connect=Connect
83 commands.control.connect.description=Connect to Target Node
84
85 commands.control.disconnect=Disconnect
86 commands.control.discconnect.description=Disconnect to Target Node
87
88 commands.control.delete=Delete
89 commands.control.deleete.description=Delete Target Node
90
91 commands.control.create.session=Create Session
92 commands.control.create.session.description=Create a Trace Session
93
94 commands.control.destroy.session=Destroy Session
95 commands.control.destroy.session.description=Destroy a Trace Session
96
97 commands.control.create.channel=Create Channel
98 commands.control.create.channel.description=Create a Trace Channel
99
100 commands.control.enable.channel=Enable Channel
101 commands.control.enable.channel.description=Enable a Trace Channel
102
103 commands.control.disable.channel=Disable Channel
104 commands.control.disable.channel.description=Disable a Trace Channel
105
106 commands.control.start=Start
107 commands.control.start.description=Start Trace Session
108
109 commands.control.stop=Stop
110 commands.control.stop.description=Stop Trace Session
111
112 #commands.control.enable.event=Enable
113 commands.control.enable.assign.description=Assign Event to Session and Channel and Enable Event
114
115 commands.control.enable.event=Enable
116 commands.control.enable.event.description=Enable Event
117
118 commands.control.disable.event=Disable
119 commands.control.disable.event.description=Disable Event
120
121 # trace control (RSE) properties (LTTng 0.x)
122 lttng.rse.subsystem.type.name=LTTng (v0.x)
123 lttng.rse.subsystem.type.description=LTTng Trace Control (v0.x)
124 lttng.rse.subsystem.config.name = LTTng Tracing
125 lttng.rse.subsystem.config.description = LTTng Tracing Subsystem Configuration (v0.x)
126
127 action.set.label = LTTng RSE action set
128 action.set.description = LTTng RSE action set
129
130 menu.lttng.label = LTTng
131 action.stop.label = Stop
132 action.stop.tooltip = Stop the selected trace
133 action.pause.label = Pause
134 action.pause.tooltip = Pause tracing
135 action.start.label = Start
136 action.start.tooltip = Start tracing
137 action.newtrace.label = New Trace
138 action.newtrace.tooltip = Create a new trace
139 action.configuretrace.label = Configure Trace
140 action.configuretrace.tooltip = Configure the selected trace
141 action.browse.label = Browse Trace
142 action.browse.tooltip = Browse the trace folder of selected trace
143 action.configuremarkers.label = Configure Markers
144 action.configuremarkers.tooltip = Configure the markers of selected target
145 action.delete.label = Delete Trace
146 action.delete.tooltip = Delete the selected trace
147
148 action.import.label = Import To Project
149 action.import.tooltip = Import selected trace to a project
This page took 0.034882 seconds and 6 git commands to generate.