Introduce GDB Tracepoint Analysis feature
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / plugin.properties
index 231557ac676471eb711beb34da956c2a5a4129be..7ac86efe4062284768496dfc1b52facf5623d883 100644 (file)
@@ -1,19 +1,6 @@
-#*******************************************************************************
-# Copyright (c) 2012 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
-#********************************************************************************
-
-Bundle-Name = LTTng UI
+#Properties file for org.eclipse.linuxtools.lttng2.ui
 Bundle-Vendor = Eclipse Linux Tools
-
-#Properties file for org.eclipse.linuxtools.lttng2.ui (plugin.xml)
-perspective.category.name = LTTng
+Bundle-Name = Linux Tools LTTng UI Plug-in
 
 views.category.name = LTTng
 control.view.name = Control
@@ -25,7 +12,7 @@ statistics.view.name = Statistics
 histogram.view.name = Histogram
 latency.view.name = Latency View
 
-wizard.category.name = LTTng
+project.new.category.name = LTTng
 project.new.wizard.name = LTTng Project
 project.new.wizard.description = Create a new LTTng project
 
@@ -63,13 +50,13 @@ commands.experiment.delete = Delete Experiment
 commands.experiment.delete.description = Delete an LTTng Experiment
 
 # LTTng 2.0 trace control commands
-trace.control.rse.system.type.name=LTTng (v2.0 or later)
-trace.control.rse.system.type.description=LTTng Trace Control (v2.0 or later
+trace.control.rse.system.type.name=LTTng (v2.0)
+trace.control.rse.system.type.description=LTTng Trace Control (v2.0) 
 
 commands.control.category=LTTng Trace Control Commands
 commands.control.category.description=LTTng Trace Control Commands
 
-commands.control.new=New Connection
+commands.control.new=New Connection...
 commands.control.new.description=New Connection to Target Node
 
 commands.control.connect=Connect
@@ -84,14 +71,17 @@ 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=Create Session...
 commands.control.create.session.description=Create a Trace Session
 
-commands.control.destroy.session=Destroy Session
+commands.control.destroy.session=Destroy Session...
 commands.control.destroy.session.description=Destroy a Trace Session
 
-commands.control.create.channel=Create Channel
-commands.control.create.channel.description=Create a Trace Channel
+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
@@ -105,19 +95,31 @@ commands.control.start.description=Start Trace Session
 commands.control.stop=Stop
 commands.control.stop.description=Stop Trace Session
 
-commands.control.enable.assign.description=Assign Event to Session and Channel and Enable Event 
+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.eventOnDomain=Enable Event (default channel)
+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=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=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
+
+preference.page.control.name=LTTng Tracer Control Preferences
\ No newline at end of file
This page took 0.025606 seconds and 5 git commands to generate.