Fix for Bug 357396
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / plugin.properties
CommitLineData
6e512b93 1#Properties file for org.eclipse.linuxtools.lttng.ui
954899b0 2Bundle-Name = Linux Tracing Toolkit (LTTng) UI (Incubation)
ff9d1bfe 3Bundle-Vendor = Eclipse Linux Tools
2fbfb67b 4
b9763f53
FC
5#Properties file for org.eclipse.linuxtools.tmf.ui (plugin.xml)
6perspective.category.name = LTTng
2fbfb67b 7
b9763f53
FC
8views.category.name = LTTng
9project.view.name = Projects
10control.view.name = Control
11events.view.name = Events
12timeframe.view.name = Time Frame
13controlflow.view.name = Control Flow
14resources.view.name = Resources
15statistics.view.name = Statistics
16histogram.view.name = Histogram
2fbfb67b 17
b9763f53
FC
18wizard.category.name = LTTng
19project.new.wizard.name = LTTng Project
20project.new.wizard.description = Create a new LTTng project
2fbfb67b 21
a3767fd9 22project.propertyPage.tracelibPath = LTTng Trace Library Path
b9763f53
FC
23action.set.label = LTTng Action Set
24action.set.description = LTTng Action Set
25
26#Commands and Menus
27commands.project.category.name = LTTng Project Commands
28commands.project.category.description = LTTng Project Commands
29commands.project.new = New Project
30commands.project.new.description = Create a new LTTng Project
31commands.project.open = Open Project
32commands.project.open.description = Open an LTTng Project
33commands.project.close = Close Project
34commands.project.close.description = Close an LTTng Project
35commands.project.rename = Rename Project
36commands.project.rename.description = Rename an LTTng Project
37commands.project.delete = Delete Project
38commands.project.delete.description = Delete an LTTng Project
39commands.project.refresh = Refresh View
40commands.project.refresh.description = Refresh the Project list
3b8761fa 41commands.project.property = P&roperties
a3767fd9 42commands.project.property.description = Manage project properties
b9763f53
FC
43commands.trace.category.name = LTTng Trace Commands
44commands.trace.category.description = LTTng Trace Commands
45commands.trace.import = Import Trace
46commands.trace.import.description = Import an LTTng Trace
47commands.trace.open = Open Trace
48commands.trace.open.description = Open an LTTng Trace
49commands.trace.rename = Rename Trace
50commands.trace.rename.description = Rename an LTTng Trace
51commands.trace.delete = Delete Trace
52commands.trace.delete.description = Delete an LTTng Trace
53commands.trace.selectparser = Select Parser
54
55commands.experiment.category.name = LTTng Experiment Commands
56commands.experiment.category.description = LTTng Experiment Commands
57commands.experiment.new = New Experiment
58commands.experiment.new.description = Create a new LTTng Experiment
59commands.experiment.selecttraces = Select Traces
60commands.experiment.selecttraces.description = Select LTTng Traces
61commands.experiment.open = Open Experiment
62commands.experiment.open.description = Open an LTTng Experiment
63commands.experiment.rename = Rename Experiment
64commands.experiment.rename.description = Rename an LTTng Experiment
65commands.experiment.delete = Delete Experiment
66commands.experiment.delete.description = Delete an LTTng Experiment
e8d771d5
BH
67
68
69# trace control (RSE) properties
70lttng.rse.subsystem.type.name=LTTng
71lttng.rse.subsystem.type.description=LTTng TCF Subsystem
72lttng.rse.subsystem.config.name = LTTng Tracing
73lttng.rse.subsystem.config.description = LTTng Tracing Subsystem Configuration
74
75action.set.label = LTTng RSE action set
76action.set.description = LTTng RSE action set
77
78menu.lttng.label = LTTng
79action.stop.label = Stop
80action.stop.tooltip = Stop the selected trace
81action.pause.label = Pause
82action.pause.tooltip = Pause tracing
83action.start.label = Start
84action.start.tooltip = Start tracing
85action.newtrace.label = New Trace
86action.newtrace.tooltip = Create a new trace
87action.configuretrace.label = Configure Trace
88action.configuretrace.tooltip = Configure the selected trace
89action.browse.label = Browse Trace
90action.browse.tooltip = Browse the trace folder of selected trace
91action.configuremarkers.label = Configure Markers
92action.configuremarkers.tooltip = Configure the markers of selected target
93action.delete.label = Delete Trace
94action.delete.tooltip = Delete the selected trace
95
96action.import.label = Import To Project
97action.import.tooltip = Import selected trace to a project
This page took 0.029747 seconds and 5 git commands to generate.