tmf: Import from archive in the standard import wizard
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / project / wizards / importtrace / Messages.java
index c047b8e75016dfba02511d4ad58ab0e36ec2be2f..c66cc968fde32018a46fa4cbeca35d47daa41a80 100644 (file)
@@ -40,10 +40,18 @@ public class Messages extends NLS {
      * The label of the directory location (import trace wizard)
     */
     public static String ImportTraceWizard_DirectoryLocation;
+    /**
+     * The label of the archive location (import trace wizard)
+    */
+    public static String ImportTraceWizard_ArchiveLocation;
     /**
      * The title of the select trace directory dialog (import trace wizard)
      */
     public static String ImportTraceWizard_SelectTraceDirectoryTitle;
+    /**
+     * The title of the select trace archive dialog (import trace wizard)
+     */
+    public static String ImportTraceWizard_SelectTraceArchiveTitle;
     /**
      * The message of the select trace directory dialog (import trace wizard)
      */
@@ -104,6 +112,10 @@ public class Messages extends NLS {
      * The error message when trace source is empty (import trace wizard).
      */
     public static String ImportTraceWizard_SelectTraceSourceEmpty;
+    /**
+     * The error message when the specified archive file is not valid.
+     */
+    public static String ImportTraceWizard_BadArchiveFormat;
     /**
      * The error message when no trace is selected (import trace wizard).
      */
@@ -144,6 +156,10 @@ public class Messages extends NLS {
      * The import operation task name.
      */
     public static String ImportTraceWizard_ImportOperationTaskName;
+    /**
+     * The extract import operation task name
+     */
+    public static String ImportTraceWizard_ExtractImportOperationTaskName;
     /**
      * The label to indicate that trace type auto detection shall be used.
      */
This page took 0.035506 seconds and 5 git commands to generate.