Added some more JUnit tests
[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.refresh=Refresh
72 commands.control.refresh.description=Refresh Node Configuration
73
74
75 commands.control.delete=Delete
76 commands.control.deleete.description=Delete Target Node
77
78 commands.control.create.session=Create Session
79 commands.control.create.session.description=Create a Trace Session
80
81 commands.control.destroy.session=Destroy Session
82 commands.control.destroy.session.description=Destroy a Trace Session
83
84 commands.control.create.channel=Create Channel
85 commands.control.create.channel.description=Create a Trace Channel
86
87 commands.control.enable.channel=Enable Channel
88 commands.control.enable.channel.description=Enable a Trace Channel
89
90 commands.control.disable.channel=Disable Channel
91 commands.control.disable.channel.description=Disable a Trace Channel
92
93 commands.control.start=Start
94 commands.control.start.description=Start Trace Session
95
96 commands.control.stop=Stop
97 commands.control.stop.description=Stop Trace Session
98
99 #commands.control.enable.event=Enable
100 commands.control.enable.assign.description=Assign Event to Session and Channel and Enable Event
101
102 commands.control.enable.event=Enable Event
103 commands.control.enable.event.description=Enable Event
104
105 commands.control.enable.eventOnDomain=Enable Event (default channel)
106 commands.control.enable.eventOnDomain.description=Enable Event on Default Channel
107
108 commands.control.disable.event=Disable Event
109 commands.control.disable.event.description=Disable Event
110
111 # trace control (RSE) properties (LTTng 0.x)
112 lttng.rse.subsystem.type.name=LTTng (v0.x)
113 lttng.rse.subsystem.type.description=LTTng Trace Control (v0.x)
114 lttng.rse.subsystem.config.name = LTTng Tracing
115 lttng.rse.subsystem.config.description = LTTng Tracing Subsystem Configuration (v0.x)
116
117 action.set.label = LTTng RSE action set
118 action.set.description = LTTng RSE action set
119
120 menu.lttng.label = LTTng
121 action.stop.label = Stop
122 action.stop.tooltip = Stop the selected trace
123 action.pause.label = Pause
124 action.pause.tooltip = Pause tracing
125 action.start.label = Start
126 action.start.tooltip = Start tracing
127 action.newtrace.label = New Trace
128 action.newtrace.tooltip = Create a new trace
129 action.configuretrace.label = Configure Trace
130 action.configuretrace.tooltip = Configure the selected trace
131 action.browse.label = Browse Trace
132 action.browse.tooltip = Browse the trace folder of selected trace
133 action.configuremarkers.label = Configure Markers
134 action.configuremarkers.tooltip = Configure the markers of selected target
135 action.delete.label = Delete Trace
136 action.delete.tooltip = Delete the selected trace
137
138 action.import.label = Import To Project
139 action.import.tooltip = Import selected trace to a project
This page took 0.034427 seconds and 5 git commands to generate.