lttng: Add snapshot support - LTTng Tools v2.3
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / plugin.properties
index dbbe92c7193d2efea2b759d89a96a558d740d87d..8b85752b6d4633ceeb85bbd97ee208a3bd4cf1a0 100644 (file)
@@ -1,19 +1,18 @@
-#*******************************************************************************
-# Copyright (c) 2012 Ericsson
+###############################################################################
+# 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
-#********************************************************************************
+#     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 +24,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,8 +62,8 @@ 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
@@ -90,8 +89,11 @@ commands.control.create.session.description=Create a Trace 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
@@ -131,3 +133,8 @@ 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
\ No newline at end of file
This page took 0.024819 seconds and 5 git commands to generate.