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 0d3e3b5f29ad243f1a9ca9b06634813232b83906..e883ebb0855d006d4a4dd410e997d46a8eb74157 100644 (file)
@@ -51,6 +51,31 @@ public class Messages extends NLS {
      * The description of the select traces wizard page.
      */
     public static String SelectTracesWizardPage_Description;
+    /**
+     * The error message when selecting of traces for an experiment fails.
+     * @since 3.1
+     */
+    public static String SelectTracesWizardPage_SelectionError;
+    /**
+     * The task name for selecting of a trace for an experiment.
+     * @since 3.1
+     */
+    public static String SelectTracesWizardPage_TraceSelectionTask;
+    /**
+     * The task name for removing of a trace for an experiment.
+     * @since 3.1
+     */
+    public static String SelectTracesWizardPage_TraceRemovalTask;
+    /**
+     * The cancel message for the trace selection operation.
+     * @since 3.1
+     */
+    public static String SelectTracesWizardPage_SelectionOperationCancelled;
+    /**
+     * The error message title.
+     * @since 3.1
+     */
+    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.026411 seconds and 5 git commands to generate.