lttng rcp: add tracing rcp "file->open" buttons
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / project / model / Messages.java
index f510694d5d1ca3d62ac8d192083beda7b77844f8..960bfdb1701a763894a2e9e2a546b2d3109d9c14 100644 (file)
@@ -45,6 +45,23 @@ public class Messages extends NLS {
     /** The description for the linked property */
     public static String TmfTraceElement_IsLinked;
 
+    /** Error opening a trace */
+    public static String TmfOpenTraceHelper_ErrorOpeningTrace;
+    /** Could not link trace */
+    public static String TmfOpenTraceHelper_LinkFailed;
+    /** No trace type match */
+    public static String TmfOpenTraceHelper_NoTraceTypeMatch;
+    /** Open Trace*/
+    public static String TmfOpenTraceHelper_OpenTrace;
+    /** Reduce was too efficient, no candidates found! */
+    public static String TmfOpenTraceHelper_ReduceError;
+    /** No trace type */
+    public static String TmfOpenTraceHelper_NoTraceType;
+    /** Init error */
+    public static String TmfOpenTraceHelper_InitError;
+    /** Error */
+    public static String TmfOpenTraceHelper_Error;
+
     static {
         // initialize resource bundle
         NLS.initializeMessages(BUNDLE_NAME, Messages.class);
This page took 0.027569 seconds and 5 git commands to generate.