tmf: Support folders in tracing projects
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / project / wizards / Messages.java
index d59f960656f8c9f48101089c45fc63384fee43f1..59107fd0de795e27dddacf63b33a8a26badbe76c 100644 (file)
@@ -8,6 +8,7 @@
  *
  * Contributors:
  *   Francois Chouinard - Initial API and implementation
+ *   Patrick Tasse - Add support for folder elements
  *******************************************************************************/
 
 package org.eclipse.linuxtools.tmf.ui.project.wizards;
@@ -244,6 +245,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.025255 seconds and 5 git commands to generate.