Added some more JUnit tests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / plugin.properties
index 3dfa72032b6ad39f95a9fe20a481c752eeb8245d..92ae682c957343b5c50cfc51caecabbad8af0c40 100644 (file)
@@ -1,12 +1,11 @@
 #Properties file for org.eclipse.linuxtools.lttng.ui
-Bundle-Name = Linux Tracing Toolkit (LTTng) UI (Incubation)
+Bundle-Name = LTTng UI
 Bundle-Vendor = Eclipse Linux Tools
 
 #Properties file for org.eclipse.linuxtools.tmf.ui (plugin.xml)
 perspective.category.name = LTTng
 
 views.category.name = LTTng
-project.view.name = Projects
 control.view.name = Control
 events.view.name = Events
 timeframe.view.name = Time Frame
@@ -14,30 +13,20 @@ controlflow.view.name = Control Flow
 resources.view.name = Resources
 statistics.view.name = Statistics
 histogram.view.name = Histogram
+latency.view.name = Latency View
 
 wizard.category.name = LTTng
 project.new.wizard.name = LTTng Project
 project.new.wizard.description = Create a new LTTng project
 
+project.propertyPage.tracelibPath = LTTng Trace Library Path
 action.set.label = LTTng Action Set
 action.set.description = LTTng Action Set
 
-#Commands and Menus
-commands.project.category.name = LTTng Project Commands
-commands.project.category.description = LTTng Project Commands
-commands.project.new = New Project
-commands.project.new.description = Create a new LTTng Project
-commands.project.open = Open Project
-commands.project.open.description = Open an LTTng Project
-commands.project.close = Close Project
-commands.project.close.description = Close an LTTng Project
-commands.project.rename = Rename Project
-commands.project.rename.description = Rename an LTTng Project
-commands.project.delete = Delete Project
-commands.project.delete.description = Delete an LTTng Project
-commands.project.refresh = Refresh View
-commands.project.refresh.description = Refresh the Project list
+tracetype.category.lttng= LTTng
+tracetype.type.kernel = Kernel Trace
 
+#Commands and Menus
 commands.trace.category.name = LTTng Trace Commands
 commands.trace.category.description = LTTng Trace Commands
 commands.trace.import = Import Trace
@@ -62,3 +51,89 @@ commands.experiment.rename = Rename Experiment
 commands.experiment.rename.description = Rename an LTTng Experiment
 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) 
+
+commands.control.category=LTTng Trace Control Commands
+commands.control.category.description=LTTng Trace Control Commands
+
+commands.control.new=New Connection
+commands.control.new.description=New Connection to Target Node
+
+commands.control.connect=Connect
+commands.control.connect.description=Connect to Target Node
+
+commands.control.disconnect=Disconnect
+commands.control.discconnect.description=Disconnect to Target Node
+
+commands.control.refresh=Refresh
+commands.control.refresh.description=Refresh Node Configuration
+
+
+commands.control.delete=Delete
+commands.control.deleete.description=Delete Target Node
+
+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.description=Destroy a Trace Session
+
+commands.control.create.channel=Create Channel
+commands.control.create.channel.description=Create a Trace Channel
+
+commands.control.enable.channel=Enable Channel
+commands.control.enable.channel.description=Enable a Trace Channel
+
+commands.control.disable.channel=Disable Channel
+commands.control.disable.channel.description=Disable a Trace Channel
+
+commands.control.start=Start
+commands.control.start.description=Start Trace Session
+
+commands.control.stop=Stop
+commands.control.stop.description=Stop Trace Session
+
+#commands.control.enable.event=Enable
+commands.control.enable.assign.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.eventOnDomain.description=Enable Event on Default Channel
+
+commands.control.disable.event=Disable Event
+commands.control.disable.event.description=Disable Event
+
+# trace control (RSE) properties (LTTng 0.x)
+lttng.rse.subsystem.type.name=LTTng (v0.x)
+lttng.rse.subsystem.type.description=LTTng Trace Control (v0.x)
+lttng.rse.subsystem.config.name = LTTng Tracing
+lttng.rse.subsystem.config.description = LTTng Tracing Subsystem Configuration (v0.x)
+
+action.set.label = LTTng RSE action set
+action.set.description = LTTng RSE action set
+
+menu.lttng.label = LTTng
+action.stop.label = Stop
+action.stop.tooltip = Stop the selected trace
+action.pause.label = Pause
+action.pause.tooltip = Pause tracing
+action.start.label = Start
+action.start.tooltip = Start tracing
+action.newtrace.label = New Trace
+action.newtrace.tooltip = Create a new trace
+action.configuretrace.label = Configure Trace
+action.configuretrace.tooltip = Configure the selected trace
+action.browse.label = Browse Trace
+action.browse.tooltip = Browse the trace folder of selected trace
+action.configuremarkers.label = Configure Markers
+action.configuremarkers.tooltip = Configure the markers of selected target
+action.delete.label = Delete Trace
+action.delete.tooltip = Delete the selected trace
+
+action.import.label = Import To Project
+action.import.tooltip = Import selected trace to a project
This page took 0.024201 seconds and 5 git commands to generate.