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 0d31ea439c2a91654ff4f0012e686421b943af88..e883ebb0855d006d4a4dd410e997d46a8eb74157 100644 (file)
@@ -1,13 +1,16 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2012 Ericsson
- * 
+ * Copyright (c) 2011, 2014 Ericsson
+ *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
  * accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
- * 
+ *
  * 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;
@@ -16,10 +19,9 @@ import org.eclipse.osgi.util.NLS;
 
 /**
  * Message strings for TMF model handling.
- * 
+ *
  * @version 1.0
  * @author Francois Chouinard
- *
  */
 public class Messages extends NLS {
 
@@ -34,96 +36,49 @@ 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). 
+     *  The title of the select traces wizard.
      */
-    public static String ImportTraceWizard_TraceValidationFailed;
+    public static String SelectTracesWizard_WindowTitle;
     /**
-     * The error message when trace source is empty (import trace wizard).
+     * The column header for the traces (select traces wizard page).
      */
-    public static String ImportTraceWizard_SelectTraceSourceEmpty;
+    public static String SelectTracesWizardPage_TraceColumnHeader;
     /**
-     * The error message when no trace is selected (import trace wizard).
+     * The title of select traces wizard page.
      */
-    public static String ImportTraceWizard_SelectTraceNoneSelected;
+    public static String SelectTracesWizardPage_WindowTitle;
     /**
-     * The error message when an error occurred during import operation.
+     * The description of the select traces wizard page.
      */
-    public static String ImportTraceWizard_ImportProblem;
+    public static String SelectTracesWizardPage_Description;
     /**
-     * The error message if destination directory is a virtual folder.
+     * The error message when selecting of traces for an experiment fails.
+     * @since 3.1
      */
-    public static String ImportTraceWizard_CannotImportFilesUnderAVirtualFolder;
+    public static String SelectTracesWizardPage_SelectionError;
     /**
-     * The error message if destination directory is a virtual folder (for a link).
+     * The task name for selecting of a trace for an experiment.
+     * @since 3.1
      */
-    public static String ImportTraceWizard_HaveToCreateLinksUnderAVirtualFolder;
+    public static String SelectTracesWizardPage_TraceSelectionTask;
     /**
-     * The label string of the browse button.
+     * The task name for removing of a trace for an experiment.
+     * @since 3.1
      */
-    public static String ImportTraceWizard_BrowseButton;
+    public static String SelectTracesWizardPage_TraceRemovalTask;
     /**
-     * The information label string.
+     * The cancel message for the trace selection operation.
+     * @since 3.1
      */
-    public static String ImportTraceWizard_Information;
+    public static String SelectTracesWizardPage_SelectionOperationCancelled;
     /**
-     *  The title of the select traces wizard.
+     * The error message title.
+     * @since 3.1
      */
-    public static String SelectTracesWizard_WindowTitle;
+    public static String SelectTracesWizardPage_InternalErrorTitle;
     /**
-     * The column header for the traces (select traces wizard page).
+     * The error message when no name was entered in a dialog box (new trace or experiment dialog)
      */
-       public static String SelectTracesWizardPage_TraceColumnHeader;
-       /**
-        * The title of select traces wizard page.
-        */
-       public static String SelectTracesWizardPage_WindowTitle;
-       /**
-        * The description of the select traces wizard page.
-        */
-       public static String SelectTracesWizardPage_Description;
-       /**
-        * The error message when no name was entered in a dialog box (new trace or experiment dialog)
-        */
     public static String Dialog_EmptyNameError;
     /**
      * The error message when name of trace or experiment already exists
@@ -185,6 +140,31 @@ public class Messages extends NLS {
      * The label of the field for entering the new trace name.
      */
     public static String CopyTraceDialog_TraceNewName;
+    /**
+     * The title of the new folder dialog.
+     * @since 3.0
+     */
+    public static String NewFolderDialog_DialogTitle;
+    /**
+     * The label of the new folder name field.
+     * @since 3.0
+     */
+    public static String NewFolderDialog_FolderName;
+    /**
+     * The title of the rename folder dialog.
+     * @since 3.0
+     */
+    public static String RenameFolderDialog_DialogTitle;
+    /**
+     * The label of the field of the current folder name.
+     * @since 3.0
+     */
+    public static String RenameFolderDialog_FolderName;
+    /**
+     * The label of the field for entering the new folder name.
+     * @since 3.0
+     */
+    public static String RenameFolderDialog_FolderNewName;
 
     static {
         // initialize resource bundle
This page took 0.027214 seconds and 5 git commands to generate.