Resolve some LTTng perspective conflicts
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.ui / plugin.properties
CommitLineData
268c6ff3
FC
1#*******************************************************************************
2# Copyright (c) 2012 Ericsson
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# Ericsson - initial API and implementation
10#********************************************************************************
11
a7780cc8
FC
12Bundle-Name = LTTng UI
13Bundle-Vendor = Eclipse Linux Tools
14
268c6ff3 15#Properties file for org.eclipse.linuxtools.lttng.kernel.ui (plugin.xml)
07cbba03 16perspective.category.name = LTTng Kernel
a7780cc8
FC
17
18views.category.name = LTTng
19control.view.name = Control
20events.view.name = Events
21timeframe.view.name = Time Frame
22controlflow.view.name = Control Flow
23resources.view.name = Resources
24statistics.view.name = Statistics
25histogram.view.name = Histogram
26latency.view.name = Latency View
27
28wizard.category.name = LTTng
29project.new.wizard.name = LTTng Project
30project.new.wizard.description = Create a new LTTng project
31
32project.propertyPage.tracelibPath = LTTng Trace Library Path
33action.set.label = LTTng Action Set
34action.set.description = LTTng Action Set
35
36tracetype.category.lttng= LTTng
37tracetype.type.kernel = Kernel Trace
38
39#Commands and Menus
40commands.trace.category.name = LTTng Trace Commands
41commands.trace.category.description = LTTng Trace Commands
42commands.trace.import = Import Trace
43commands.trace.import.description = Import an LTTng Trace
44commands.trace.open = Open Trace
45commands.trace.open.description = Open an LTTng Trace
46commands.trace.rename = Rename Trace
47commands.trace.rename.description = Rename an LTTng Trace
48commands.trace.delete = Delete Trace
49commands.trace.delete.description = Delete an LTTng Trace
50commands.trace.selectparser = Select Parser
51
52commands.experiment.category.name = LTTng Experiment Commands
53commands.experiment.category.description = LTTng Experiment Commands
54commands.experiment.new = New Experiment
55commands.experiment.new.description = Create a new LTTng Experiment
56commands.experiment.selecttraces = Select Traces
57commands.experiment.selecttraces.description = Select LTTng Traces
58commands.experiment.open = Open Experiment
59commands.experiment.open.description = Open an LTTng Experiment
60commands.experiment.rename = Rename Experiment
61commands.experiment.rename.description = Rename an LTTng Experiment
62commands.experiment.delete = Delete Experiment
63commands.experiment.delete.description = Delete an LTTng Experiment
64
65
66# trace control (RSE) properties
67lttng.rse.subsystem.type.name=LTTng
68lttng.rse.subsystem.type.description=LTTng TCF Subsystem
69lttng.rse.subsystem.config.name = LTTng Tracing
70lttng.rse.subsystem.config.description = LTTng Tracing Subsystem Configuration
71
72action.set.label = LTTng RSE action set
73action.set.description = LTTng RSE action set
74
75menu.lttng.label = LTTng
76action.stop.label = Stop
77action.stop.tooltip = Stop the selected trace
78action.pause.label = Pause
79action.pause.tooltip = Pause tracing
80action.start.label = Start
81action.start.tooltip = Start tracing
82action.newtrace.label = New Trace
83action.newtrace.tooltip = Create a new trace
84action.configuretrace.label = Configure Trace
85action.configuretrace.tooltip = Configure the selected trace
86action.browse.label = Browse Trace
87action.browse.tooltip = Browse the trace folder of selected trace
88action.configuremarkers.label = Configure Markers
89action.configuremarkers.tooltip = Configure the markers of selected target
90action.delete.label = Delete Trace
91action.delete.tooltip = Delete the selected trace
92
93action.import.label = Import To Project
94action.import.tooltip = Import selected trace to a project
This page took 0.068529 seconds and 5 git commands to generate.