Revert "tmf: Remove legacy import wizard"
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / plugin.properties
index d5b5c7c745346895e5bed0fb8078b978653de454..d9fd42bff3ce2cb0966276de02ef96580eb1ee73 100644 (file)
@@ -1,3 +1,15 @@
+###############################################################################
+# 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
+###############################################################################
+
 #Properties file for org.eclipse.linuxtools.tmf.ui
 Bundle-Vendor = Eclipse Linux Tools
 Bundle-Name = Linux Tools TMF UI Plug-in
@@ -13,7 +25,10 @@ statistics.view.name = Statistics
 events.editor.name = Events Editor
 uml2sd.view.name = Sequence Diagram
 histogram.view.name = Histogram
-environment.view.name = Environment Variables
+ssvisualizer.view.name = State System Explorer
+callstack.view.name = Call Stack
+synchronization.view.name = Synchronization
+
 
 # Tracing wizards
 project.new.category.name = Tracing
@@ -23,6 +38,9 @@ project.new.wizard.custom.text.parser = Custom Text Parser
 project.new.wizard.custom.xml.parser = Custom XML Parser
 
 project.import.wizard.name = Trace Import
+project.import.wizard.name.batch = Batch Trace Import
+project.import.wizard.name.tracepkg = Trace Package Import
+project.export.wizard.name.tracepkg = Trace Package Export
 
 # Preference page
 preference.page.trace.name = Tracing
@@ -72,16 +90,37 @@ command.select_trace_type.bundle = Bundle
 command.select_trace_type.type = Trace Type
 command.select_trace_type.icon = Icon
 
+command.batch_import = Batch Import...
+command.batch_import.mnemonic = B
+command.batch_import.description = Batch Import
+
+command.export_to_text = Export To Text...
+command.export_to_text.description = Export trace to text...
+
+command.synchronize_traces = Synchronize Traces
+command.synchronize_traces.mnemonic = y
+command.synchronize_traces.description = Synchronize 2 or more traces
+
 ## Trace menu
 #  Open, Copy, Rename, Delete, Delete Supplementary Files, Select Trace Type
 
 ## Trace folder menu
 #  Import, Refresh
 
+command.OpenFile.description = Opens a file
+command.OpenFile.name = Open File
+command.OpenDirectory.description = Opens a directory
+command.OpenDirectory.name = Open Directory
+command.OpenFile.label = Open Trace File...
+command.OpenDirectory.label = Open Trace Directory...
 command.import = Import...
 command.import.mnemonic = I
 command.import.description = Import traces into project
 
+command.batch_import = Batch Import...
+command.batch_import.mnemonic = A
+command.batch_import.description = Batch Import traces into project
+
 ## Experiment menu
 #  Open, Copy, Rename, Remove, Delete Supplementary Files, Select Traces, Refresh
 
@@ -99,12 +138,24 @@ command.new_experiment = New...
 command.new_experiment.mnemonic = N
 command.new_experiment.description = Create Tracing Experiment
 
+command.export_trace_package = Export Trace Package...
+command.export_trace_package.mnemonic = E
+command.export_trace_package.description = Export a Trace Package
+command.import_trace_package = Import Trace Package...
+command.import_trace_package.mnemonic = P
+command.import_trace_package.description = Import a Trace Package
+
 # Custom parsers
 commands.parser.category.name = Parser Commands
 commands.parser.category.description = Parser Commands
 commands.parser.manage = Manage Custom Parsers...
 commands.parser.manage.description = Manage Custom Parsers
+
+## Analysis and views
+command.analysis_help = Help
+command.analysis_help.mnemonic = H
+command.analysis_help.description = Help
+
 contenttype.trace = TMF Trace
 
 parser.provider.extension-point.name = Parser Providers
@@ -133,3 +184,4 @@ commands.uml2sd.showstart.description = Show the node start
 # CTF trace type
 tracetype.category.ctf = Common Trace Format
 tracetype.type.ctf = Generic CTF Trace
+
This page took 0.026711 seconds and 5 git commands to generate.