Merge branch 'master' into TmfEventModel
[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
73 # trace control (RSE) properties
74 lttng.rse.subsystem.type.name=LTTng
75 lttng.rse.subsystem.type.description=LTTng TCF Subsystem
76 lttng.rse.subsystem.config.name = LTTng Tracing
77 lttng.rse.subsystem.config.description = LTTng Tracing Subsystem Configuration
78
79 action.set.label = LTTng RSE action set
80 action.set.description = LTTng RSE action set
81
82 menu.lttng.label = LTTng
83 action.stop.label = Stop
84 action.stop.tooltip = Stop the selected trace
85 action.pause.label = Pause
86 action.pause.tooltip = Pause tracing
87 action.start.label = Start
88 action.start.tooltip = Start tracing
89 action.newtrace.label = New Trace
90 action.newtrace.tooltip = Create a new trace
91 action.configuretrace.label = Configure Trace
92 action.configuretrace.tooltip = Configure the selected trace
93 action.browse.label = Browse Trace
94 action.browse.tooltip = Browse the trace folder of selected trace
95 action.configuremarkers.label = Configure Markers
96 action.configuremarkers.tooltip = Configure the markers of selected target
97 action.delete.label = Delete Trace
98 action.delete.tooltip = Delete the selected trace
99
100 action.import.label = Import To Project
101 action.import.tooltip = Import selected trace to a project
This page took 0.033792 seconds and 6 git commands to generate.