Revert "tmf: Remove legacy import wizard"
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / project / wizards / Messages.java
index 579232771ced8c1c0484cd124dc66538ca084262..8a4c5a1777a68bf227db10d619ecf7f02b3fe3b1 100644 (file)
@@ -32,6 +32,78 @@ public class Messages extends NLS {
      * The dialog message of the new project wizard
      */
     public static String NewProjectWizard_DialogMessage;
+    /**
+     * The dialog title of the import trace wizard
+     */
+    public static String ImportTraceWizard_DialogTitle;
+    /**
+     * The title of the file system within the import trace wizard
+     */
+    public static String ImportTraceWizard_FileSystemTitle;
+    /**
+     * The title of the the import trace wizard page.
+     */
+    public static String ImportTraceWizard_ImportTrace;
+    /**
+     * The label of the directory location (import trace wizard)
+     */
+    public static String ImportTraceWizard_DirectoryLocation;
+    /**
+     * The title of the select trace directory dialog (import trace wizard)
+     */
+    public static String ImportTraceWizard_SelectTraceDirectoryTitle;
+    /**
+     * The message of the select trace directory dialog (import trace wizard)
+     */
+    public static String ImportTraceWizard_SelectTraceDirectoryMessage;
+    /**
+     * The title of the trace type label (import trace wizard)
+     */
+    public static String ImportTraceWizard_TraceType;
+    /**
+     * The label of the overwrite checkbox (import trace wizard)
+     */
+    public static String ImportTraceWizard_OverwriteExistingTrace;
+    /**
+     * The label of the checkbox to create a link to the trace in workspace (import trace wizard)
+     */
+    public static String ImportTraceWizard_CreateLinksInWorkspace;
+    /**
+     * The error message for invalid trace directory (import trace wizard)
+     */
+    public static String ImportTraceWizard_InvalidTraceDirectory;
+    /**
+     * The error message when a trace validation failed (import trace wizard).
+     */
+    public static String ImportTraceWizard_TraceValidationFailed;
+    /**
+     * The error message when trace source is empty (import trace wizard).
+     */
+    public static String ImportTraceWizard_SelectTraceSourceEmpty;
+    /**
+     * The error message when no trace is selected (import trace wizard).
+     */
+    public static String ImportTraceWizard_SelectTraceNoneSelected;
+    /**
+     * The error message when an error occurred during import operation.
+     */
+    public static String ImportTraceWizard_ImportProblem;
+    /**
+     * The error message if destination directory is a virtual folder.
+     */
+    public static String ImportTraceWizard_CannotImportFilesUnderAVirtualFolder;
+    /**
+     * The error message if destination directory is a virtual folder (for a link).
+     */
+    public static String ImportTraceWizard_HaveToCreateLinksUnderAVirtualFolder;
+    /**
+     * The label string of the browse button.
+     */
+    public static String ImportTraceWizard_BrowseButton;
+    /**
+     * The information label string.
+     */
+    public static String ImportTraceWizard_Information;
     /**
      *  The title of the select traces wizard.
      */
@@ -49,8 +121,7 @@ public class Messages extends NLS {
      */
     public static String SelectTracesWizardPage_Description;
     /**
-     * The error message when no name was entered in a dialog box (new trace or
-     * experiment dialog)
+     * The error message when no name was entered in a dialog box (new trace or experiment dialog)
      */
     public static String Dialog_EmptyNameError;
     /**
This page took 0.024348 seconds and 5 git commands to generate.