Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e6e6b245b1fe786efbeffe5cefe457f22f7f6392 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
###############################################################################
# Copyright (c) 2013 Ericsson
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     Ericsson - Initial API and implementation
###############################################################################

#Properties file for org.eclipse.linuxtools.lttng2.control.ui
Bundle-Vendor = Eclipse Linux Tools
Bundle-Name = Linux Tools LTTng Control UI Plug-in

views.category.name = LTTng
control.view.name = Control
events.view.name = Events
timeframe.view.name = Time Frame
controlflow.view.name = Control Flow
resources.view.name = Resources
statistics.view.name = Statistics
histogram.view.name = Histogram
latency.view.name = Latency View

project.new.category.name = LTTng
project.new.wizard.name = LTTng Project
project.new.wizard.description = Create a new LTTng project

project.propertyPage.tracelibPath = LTTng Trace Library Path
action.set.label = LTTng Action Set
action.set.description = LTTng Action Set

tracetype.category.lttng= LTTng
tracetype.type.kernel = Kernel Trace

#Commands and Menus
commands.trace.category.name = LTTng Trace Commands
commands.trace.category.description = LTTng Trace Commands
commands.trace.import = Import Trace
commands.trace.import.description = Import an LTTng Trace
commands.trace.open = Open Trace
commands.trace.open.description = Open an LTTng Trace
commands.trace.rename = Rename Trace
commands.trace.rename.description = Rename an LTTng Trace
commands.trace.delete = Delete Trace
commands.trace.delete.description = Delete an LTTng Trace
commands.trace.selectparser = Select Parser

commands.experiment.category.name = LTTng Experiment Commands
commands.experiment.category.description = LTTng Experiment Commands
commands.experiment.new = New Experiment
commands.experiment.new.description = Create a new LTTng Experiment
commands.experiment.selecttraces = Select Traces
commands.experiment.selecttraces.description = Select LTTng Traces
commands.experiment.open = Open Experiment
commands.experiment.open.description = Open an LTTng Experiment
commands.experiment.rename = Rename Experiment
commands.experiment.rename.description = Rename an LTTng Experiment
commands.experiment.delete = Delete Experiment
commands.experiment.delete.description = Delete an LTTng Experiment

# LTTng 2.0 trace control commands
commands.control.category=LTTng Trace Control Commands
commands.control.category.description=LTTng Trace Control Commands

commands.control.new=New Connection...
commands.control.new.description=New Connection to Target Node

commands.control.connect=Connect
commands.control.connect.description=Connect to Target Node

commands.control.disconnect=Disconnect
commands.control.disconnect.description=Disconnect to Target Node

commands.control.refresh=Refresh
commands.control.refresh.description=Refresh Node Configuration

commands.control.delete=Delete
commands.control.delete.description=Delete Target Node

commands.control.create.session=Create Session...
commands.control.create.session.description=Create a Trace Session

commands.control.execute.command.script=Execute Command Script...
commands.control.execute.command.script.description=Execute Command Script

commands.control.destroy.session=Destroy Session...
commands.control.destroy.session.description=Destroy a Trace Session

commands.control.enable.channelOnSession=Enable Channel...
commands.control.enable.channelOnSession.description=Enable a Trace Channel

commands.control.enable.channelOnDomain=Enable Channel...
commands.control.enable.channelOnDomain.description=Enable a Trace Channel

commands.control.enable.channel=Enable Channel
commands.control.enable.channel.description=Enable a Trace Channel

commands.control.disable.channel=Disable Channel
commands.control.disable.channel.description=Disable a Trace Channel

commands.control.start=Start
commands.control.start.description=Start Trace Session

commands.control.stop=Stop
commands.control.stop.description=Stop Trace Session

commands.control.assign.event=Enable Event...
commands.control.assign.event.description=Assign Event to Session and Channel and Enable Event 

commands.control.enable.event=Enable Event
commands.control.enable.event.description=Enable Event

commands.control.enable.eventOnChannel=Enable Event...
commands.control.enable.eventOnChannel.description=Enable Event

commands.control.enable.eventOnDomain=Enable Event (default channel)...
commands.control.enable.eventOnDomain.description=Enable Event on Default Channel

commands.control.enable.eventOnSession=Enable Event (default channel)...
commands.control.enable.eventOnSession.description=Enable Event on Default Channel

commands.control.disable.event=Disable Event
commands.control.disable.event.description=Disable Event

commands.control.add.context=Add Context...
commands.control.add.context.description=Add Context to Channel(s) and/or Event(s)

commands.control.import=Import...
commands.control.import.description=Import Traces to LTTng Project

commands.control.calibrate=Calibrate
commands.control.calibrate.description=Quantify LTTng overhead

commands.control.snapshot=Record Snapshot
commands.control.snapshot.description=Record a snapshot

preference.page.control.name=LTTng Tracer Control Preferences

Back to the top