Merge branch 'master' into lttng_2_0_control_dev
[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 control.view.name = Control
10 events.view.name = Events
11 timeframe.view.name = Time Frame
12 controlflow.view.name = Control Flow
13 resources.view.name = Resources
14 statistics.view.name = Statistics
15 histogram.view.name = Histogram
16 latency.view.name = Latency View
17
18 wizard.category.name = LTTng
19 project.new.wizard.name = LTTng Project
20 project.new.wizard.description = Create a new LTTng project
21
22 project.propertyPage.tracelibPath = LTTng Trace Library Path
23 action.set.label = LTTng Action Set
24 action.set.description = LTTng Action Set
25
26 tracetype.category.lttng= LTTng
27 tracetype.type.kernel = Kernel Trace
28
29 #Commands and Menus
30 commands.trace.category.name = LTTng Trace Commands
31 commands.trace.category.description = LTTng Trace Commands
32 commands.trace.import = Import Trace
33 commands.trace.import.description = Import an LTTng Trace
34 commands.trace.open = Open Trace
35 commands.trace.open.description = Open an LTTng Trace
36 commands.trace.rename = Rename Trace
37 commands.trace.rename.description = Rename an LTTng Trace
38 commands.trace.delete = Delete Trace
39 commands.trace.delete.description = Delete an LTTng Trace
40 commands.trace.selectparser = Select Parser
41
42 commands.experiment.category.name = LTTng Experiment Commands
43 commands.experiment.category.description = LTTng Experiment Commands
44 commands.experiment.new = New Experiment
45 commands.experiment.new.description = Create a new LTTng Experiment
46 commands.experiment.selecttraces = Select Traces
47 commands.experiment.selecttraces.description = Select LTTng Traces
48 commands.experiment.open = Open Experiment
49 commands.experiment.open.description = Open an LTTng Experiment
50 commands.experiment.rename = Rename Experiment
51 commands.experiment.rename.description = Rename an LTTng Experiment
52 commands.experiment.delete = Delete Experiment
53 commands.experiment.delete.description = Delete an LTTng Experiment
54
55 # LTTng 2.0 trace control commands
56 trace.control.rse.system.type.name=LTTng (v2.0 or later)
57 trace.control.rse.system.type.description=LTTng Trace Control (v2.0 or later)
58
59 commands.control.category=LTTng Trace Control Commands
60 commands.control.category.description=LTTng Trace Control Commands
61
62 commands.control.new=New Connection
63 commands.control.new.description=New Connection to Target Node
64
65 commands.control.connect=Connect
66 commands.control.connect.description=Connect to Target Node
67
68 commands.control.disconnect=Disconnect
69 commands.control.discconnect.description=Disconnect to Target Node
70
71 commands.control.delete=Delete
72 commands.control.deleete.description=Delete Target Node
73
74 commands.control.create.session=Create Session
75 commands.control.create.session.description=Create a Trace Session
76
77 commands.control.destroy.session=Destroy Session
78 commands.control.destroy.session.description=Destroy a Trace Session
79
80 commands.control.create.channel=Create Channel
81 commands.control.create.channel.description=Create a Trace Channel
82
83 commands.control.enable.channel=Enable Channel
84 commands.control.enable.channel.description=Enable a Trace Channel
85
86 commands.control.disable.channel=Disable Channel
87 commands.control.disable.channel.description=Disable a Trace Channel
88
89 commands.control.start=Start
90 commands.control.start.description=Start Trace Session
91
92 commands.control.stop=Stop
93 commands.control.stop.description=Stop Trace Session
94
95 #commands.control.enable.event=Enable
96 commands.control.enable.assign.description=Assign Event to Session and Channel and Enable Event
97
98 commands.control.enable.event=Enable Event
99 commands.control.enable.event.description=Enable Event
100
101 commands.control.enable.eventOnDomain=Enable Event (default channel)
102 commands.control.enable.eventOnDomain.description=Enable Event on Default Channel
103
104 commands.control.disable.event=Disable Event
105 commands.control.disable.event.description=Disable Event
106
107 # trace control (RSE) properties (LTTng 0.x)
108 lttng.rse.subsystem.type.name=LTTng (v0.x)
109 lttng.rse.subsystem.type.description=LTTng Trace Control (v0.x)
110 lttng.rse.subsystem.config.name = LTTng Tracing
111 lttng.rse.subsystem.config.description = LTTng Tracing Subsystem Configuration (v0.x)
112
113 action.set.label = LTTng RSE action set
114 action.set.description = LTTng RSE action set
115
116 menu.lttng.label = LTTng
117 action.stop.label = Stop
118 action.stop.tooltip = Stop the selected trace
119 action.pause.label = Pause
120 action.pause.tooltip = Pause tracing
121 action.start.label = Start
122 action.start.tooltip = Start tracing
123 action.newtrace.label = New Trace
124 action.newtrace.tooltip = Create a new trace
125 action.configuretrace.label = Configure Trace
126 action.configuretrace.tooltip = Configure the selected trace
127 action.browse.label = Browse Trace
128 action.browse.tooltip = Browse the trace folder of selected trace
129 action.configuremarkers.label = Configure Markers
130 action.configuremarkers.tooltip = Configure the markers of selected target
131 action.delete.label = Delete Trace
132 action.delete.tooltip = Delete the selected trace
133
134 action.import.label = Import To Project
135 action.import.tooltip = Import selected trace to a project
This page took 0.05761 seconds and 6 git commands to generate.