tmf: Bug 494689: fix failing name conflict handling in trace import
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / internal / tmf / ui / project / wizards / importtrace / Messages.java
index 3973b0b041a8494e33e8bc2f8ccfa9264e794db8..34128102e48f46d1b5d720b19ab79a98bbe36ea8 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013, 2015 Ericsson
+ * Copyright (c) 2013, 2016 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -71,6 +71,10 @@ public class Messages extends NLS {
      * The label of the checkbox to preserve the folder structure of selected the traces in workspace (import trace wizard)
      */
     public static String ImportTraceWizard_PreserveFolderStructure;
+    /**
+     * The label of the checkbox to create an experiment after importing traces (import trace wizard)
+     */
+    public static String ImportTraceWizard_CreateExperiment;
     /**
      * The error message for invalid trace directory (import trace wizard)
      */
@@ -79,6 +83,10 @@ public class Messages extends NLS {
      * The error message when a trace validation failed (import trace wizard).
      */
     public static String ImportTraceWizard_TraceValidationFailed;
+    /**
+     * The title of message dialog (import trace wizard).
+     */
+    public static String ImportTraceWizard_MessageTitle;
     /**
      * The error message when a trace already exists in project (import trace wizard).
      */
@@ -123,6 +131,22 @@ public class Messages extends NLS {
      * The error message when an error occurred during import operation.
      */
     public static String ImportTraceWizard_ImportProblem;
+    /**
+     * The error message when an experiment already exists
+     */
+    public static String ImportTraceWizard_ErrorExperimentAlreadyExists;
+    /**
+     * The error message when a resource in experiment folder already exists
+     */
+    public static String ImportTraceWizard_ErrorResourceAlreadyExists;
+    /**
+     * The error message when an experiment name is invalid
+     */
+    public static String ImportTraceWizard_ErrorExperimentNameInvalid;
+    /**
+     * The error message when no experiment name was entered
+     */
+    public static String ImportTraceWizard_ErrorEmptyExperimentName;
     /**
      * The error message if destination directory is a virtual folder.
      */
This page took 0.024389 seconds and 5 git commands to generate.