ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / project / wizards / Messages.java
index 59107fd0de795e27dddacf63b33a8a26badbe76c..e883ebb0855d006d4a4dd410e997d46a8eb74157 100644 (file)
@@ -9,6 +9,8 @@
  * Contributors:
  *   Francois Chouinard - Initial API and implementation
  *   Patrick Tasse - Add support for folder elements
+ *   Marc-Andre Laperle - Preserve folder structure on import
+ *   Bernd Hufmann - Extract ImportTraceWizard messages
  *******************************************************************************/
 
 package org.eclipse.linuxtools.tmf.ui.project.wizards;
@@ -34,153 +36,46 @@ public class Messages extends NLS {
      */
     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 a trace already exists in project (import trace wizard).
-     * @since 3.0
-     */
-    public static String ImportTraceWizard_TraceAlreadyExists;
-    /**
-     * The title of rename button for import configuration dialog.
-     * @since 3.0
-     */
-    public static String ImportTraceWizard_ImportConfigurationRename;
-    /**
-     * The title of rename all button for import configuration dialog.
-     * @since 3.0
-     */
-    public static String ImportTraceWizard_ImportConfigurationRenameAll;
-    /**
-     * The title of overwrite button for import configuration dialog.
-     * @since 3.0
-     */
-    public static String ImportTraceWizard_ImportConfigurationOverwrite;
-    /**
-     * The title of overwrite all button for import configuration dialog.
-     * @since 3.0
-     */
-    public static String ImportTraceWizard_ImportConfigurationOverwriteAll;
-    /**
-     * The title of skip button for import configuration dialog.
-     * @since 3.0
-     */
-    public static String ImportTraceWizard_ImportConfigurationSkip;
-    /**
-     * The title of skip all button for import configuration dialog.
-     * @since 3.0
-     */
-    public static String ImportTraceWizard_ImportConfigurationSkipAll;
-    /**
-     * 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 label of the checkbox to import unrecognized trace files
-     * @since 3.0
+     *  The title of the select traces wizard.
      */
-    public static String ImportTraceWizard_ImportUnrecognized;
+    public static String SelectTracesWizard_WindowTitle;
     /**
-     * The message when the import operation was cancelled.
-     * @since 3.0
+     * The column header for the traces (select traces wizard page).
      */
-    public static String ImportTraceWizard_ImportOperationCancelled;
+    public static String SelectTracesWizardPage_TraceColumnHeader;
     /**
-     * The message when the trace type is not found.
-     * @since 3.0
+     * The title of select traces wizard page.
      */
-    public static String ImportTraceWizard_TraceTypeNotFound;
+    public static String SelectTracesWizardPage_WindowTitle;
     /**
-     * The import operation task name.
-     * @since 3.0
+     * The description of the select traces wizard page.
      */
-    public static String ImportTraceWizard_ImportOperationTaskName;
+    public static String SelectTracesWizardPage_Description;
     /**
-     * The label to indicate that trace type auto detection shall be used.
-     * @since 3.0
+     * The error message when selecting of traces for an experiment fails.
+     * @since 3.1
      */
-    public static String ImportTraceWizard_AutoDetection;
+    public static String SelectTracesWizardPage_SelectionError;
     /**
-     *  The title of the select traces wizard.
+     * The task name for selecting of a trace for an experiment.
+     * @since 3.1
      */
-    public static String SelectTracesWizard_WindowTitle;
+    public static String SelectTracesWizardPage_TraceSelectionTask;
     /**
-     * The column header for the traces (select traces wizard page).
+     * The task name for removing of a trace for an experiment.
+     * @since 3.1
      */
-    public static String SelectTracesWizardPage_TraceColumnHeader;
+    public static String SelectTracesWizardPage_TraceRemovalTask;
     /**
-     * The title of select traces wizard page.
+     * The cancel message for the trace selection operation.
+     * @since 3.1
      */
-    public static String SelectTracesWizardPage_WindowTitle;
+    public static String SelectTracesWizardPage_SelectionOperationCancelled;
     /**
-     * The description of the select traces wizard page.
+     * The error message title.
+     * @since 3.1
      */
-    public static String SelectTracesWizardPage_Description;
+    public static String SelectTracesWizardPage_InternalErrorTitle;
     /**
      * The error message when no name was entered in a dialog box (new trace or experiment dialog)
      */
This page took 0.028307 seconds and 5 git commands to generate.