X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.lttng.ui%2Fplugin.properties;h=33b4f83774886c9d74a2aa8501878a99f0cba9a0;hb=6de7a2bdb44533609f25e7a0629cbfb85c90d0b3;hp=24e8ce6bd51b22ef713e053d05ecb17c872b0048;hpb=8035003b6ab8323cd14af8d873712c05c1299b9b;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.lttng.ui/plugin.properties b/org.eclipse.linuxtools.lttng.ui/plugin.properties index 24e8ce6bd5..33b4f83774 100644 --- a/org.eclipse.linuxtools.lttng.ui/plugin.properties +++ b/org.eclipse.linuxtools.lttng.ui/plugin.properties @@ -1,33 +1,83 @@ #Properties file for org.eclipse.linuxtools.lttng.ui -extension.name = LTTng Perspective -perspective.name = LTTng -extension.name.0 = LTTng Views -category.name = LTTng -view.name = Project -view.name.0 = Control -view.name.1 = Events -view.name.2 = Time Frame -view.name.3 = Control Flow -view.name.4 = Resources -view.name.5 = Statistics -view.name.6 = Histogram -extension.name.1 = LTTng New Wizards -category.name.0 = LTTng -wizard.name = LTTng Project -wizard.description = Create a new LTTng project -extension.name.2 = LTTng Project Nature -actionSet.description = LTTng project management options -actionSet.label = LTTng Project ActionSet -menu.label = <Tng -action.label = New LTTng Project -action.tooltip = Create a new LTTng project -action.label.0 = Delete LTTng Project -action.label.1 = New LTTng Project -action.tooltip.0 = Create a new LTTng project -action.label.2 = Import a Trace -action.label.3 = Delete Trace -action.label.4 = New Experiment -action.label.5 = Delete Experiment -action.label.6 = Add Traces -Bundle-Vendor = Eclipse -Bundle-Name = Linux Tracing Toolkit (LTTng) UI \ No newline at end of file +Bundle-Name = LTTng UI (legacy) +Bundle-Vendor = Eclipse Linux Tools + +#Properties file for org.eclipse.linuxtools.tmf.ui (plugin.xml) +perspective.category.name = LTTng Kernel (legacy) + +views.category.name = LTTng +control.view.name = Control +events.view.name = Events +timeframe.view.name = Time Frame +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 + +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 +commands.trace.import.description = Import an LTTng Trace +commands.trace.open = Open Trace +commands.trace.open.description = Open an LTTng Trace +commands.trace.rename = Rename Trace +commands.trace.rename.description = Rename an LTTng Trace +commands.trace.delete = Delete Trace +commands.trace.delete.description = Delete an LTTng Trace +commands.trace.selectparser = Select Parser + +commands.experiment.category.name = LTTng Experiment Commands +commands.experiment.category.description = LTTng Experiment Commands +commands.experiment.new = New Experiment +commands.experiment.new.description = Create a new LTTng Experiment +commands.experiment.selecttraces = Select Traces +commands.experiment.selecttraces.description = Select LTTng Traces +commands.experiment.open = Open Experiment +commands.experiment.open.description = Open an LTTng Experiment +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 + +# 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