tmf: Bug 495054: Importing or exporting custom parsers fails silently
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / internal / tmf / ui / Messages.java
index 40aeed346ed01f6276dc662f37d79222816a9321..1151ab56aeb127390983201953d6a5bb8fb053d5 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2015 Ericsson
+ * Copyright (c) 2012, 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 accompanies this distribution, and is available at
@@ -35,11 +35,15 @@ public class Messages extends NLS {
     public static String ManageCustomParsersDialog_ExportParserSelection;
     public static String ManageCustomParsersDialog_ImportButtonLabel;
     public static String ManageCustomParsersDialog_ImportParserSelection;
+    public static String ManageCustomParsersDialog_ImportFailureTitle;
+    public static String ManageCustomParsersDialog_ImportFailureMessage;
     public static String ManageCustomParsersDialog_NewButtonLabel;
     public static String ManageCustomParsersDialog_TextButtonLabel;
 
-    public static String MarkerEvent_Bookmark;
+    public static String MarkerEvent_Bookmarks;
+    public static String MarkerEvent_LostEvents;
 
+    public static String TmfEventsTable_AddAsFilterText;
     public static String TmfEventsTable_AddBookmarkActionText;
     public static String TmfEventsTable_ApplyPresetFilterMenuName;
     public static String TmfEventsTable_ClearFiltersActionText;
@@ -47,7 +51,6 @@ public class Messages extends NLS {
     public static String TmfEventsTable_ContentColumnHeader;
     public static String TmfEventsTable_CopyToClipboardActionText;
     public static String TmfEventsTable_Export_to_text;
-    public static String TmfEventsTable_FilterHint;
     public static String TmfEventsTable_HideRawActionText;
     public static String TmfEventsTable_HideTableActionText;
     public static String TmfEventsTable_MultipleBookmarksToolTip;
@@ -61,9 +64,7 @@ public class Messages extends NLS {
     public static String TmfEventsTable_SearchHint;
     public static String TmfEventsTable_SearchingJobName;
     public static String TmfEventsTable_ShowAll;
-    public static String TmfEventsTable_ShowFilterBarActionText;
     public static String TmfEventsTable_ShowRawActionText;
-    public static String TmfEventsTable_ShowSearchBarActionText;
     public static String TmfEventsTable_ShowTableActionText;
     public static String TmfEventsTable_SourceColumnHeader;
     public static String TmfEventsTable_TimestampColumnHeader;
@@ -108,6 +109,9 @@ public class Messages extends NLS {
     public static String ShowFilterDialogAction_FilterActionNameText;
     public static String ShowFilterDialogAction_FilterActionToolTipText;
 
+    public static String ShowFindDialogAction_Search;
+    public static String ShowFindDialogAction_ShowSearchDialog;
+
     public static String TmfTimeGraphViewer_ResetScaleActionNameText;
     public static String TmfTimeGraphViewer_ResetScaleActionToolTipText;
     public static String TmfTimeGraphViewer_LegendActionNameText;
@@ -132,8 +136,9 @@ public class Messages extends NLS {
     public static String TmfTimeGraphViewer_FollowArrowBackwardActionToolTipText;
     public static String TmfTimeGraphViewer_BookmarkActionAddText;
     public static String TmfTimeGraphViewer_BookmarkActionRemoveText;
-    public static String TmfTimeGraphViewer_NextBookmarkActionText;
-    public static String TmfTimeGraphViewer_PreviousBookmarkActionText;
+    public static String TmfTimeGraphViewer_NextMarkerActionText;
+    public static String TmfTimeGraphViewer_PreviousMarkerActionText;
+    public static String TmfTimeGraphViewer_ShowMarkersMenuText;
 
     public static String Utils_ClockCyclesUnit;
 
@@ -154,6 +159,21 @@ public class Messages extends NLS {
     public static String ColorsView_TickButtonText;
     public static String TickColorDialog_TickColorDialogTitle;
 
+    public static String TimeGraphFindDialog_BackwardRadioButtonLabel;
+    public static String TimeGraphFindDialog_CaseCheckBoxLabel;
+    public static String TimeGraphFindDialog_CloseButtonLabel;
+    public static String TimeGraphFindDialog_Direction;
+    public static String TimeGraphFindDialog_FindLabel;
+    public static String TimeGraphFindDialog_FindTitle;
+    public static String TimeGraphFindDialog_FindNextButtonLabel;
+    public static String TimeGraphFindDialog_ForwardRadioButtonLabel;
+    public static String TimeGraphFindDialog_Options;
+    public static String TimeGraphFindDialog_REgExCheckBoxLabel;
+    public static String TimeGraphFindDialog_StatusNoMatchLabel;
+    public static String TimeGraphFindDialog_StatusWrappedLabel;
+    public static String TimeGraphFindDialog_WholeWordCheckBoxLabel;
+    public static String TimeGraphFindDialog_WrapCheckBoxLabel;
+
     public static String CustomTxtParserInputWizardPage_addChildLine;
     public static String CustomTxtParserInputWizardPage_addGroup;
     public static String CustomTxtParserInputWizardPage_addNextLine;
@@ -195,8 +215,9 @@ public class Messages extends NLS {
     public static String CustomTxtParserInputWizardPage_timestampFormatHelp;
     public static String CustomTxtParserInputWizardPage_uncapturedText;
     public static String CustomTxtParserInputWizardPage_unidentifiedCaptureGroup;
-    public static String CustomTxtParserInputWizardPage_windowTitleEdit;
-    public static String CustomTxtParserInputWizardPage_windowTitleNew;
+    public static String CustomTxtParserInputWizardPage_windowTitle;
+    public static String CustomTxtParserInputWizardPage_titleEdit;
+    public static String CustomTxtParserInputWizardPage_titleNew;
     public static String CustomTxtParserOutputWizardPage_description;
     public static String CustomTxtParserOutputWizardPage_moveAfter;
     public static String CustomTxtParserOutputWizardPage_moveBefore;
@@ -252,6 +273,7 @@ public class Messages extends NLS {
     public static String CustomXmlParserInputWizardPage_tagName;
     public static String CustomXmlParserInputWizardPage_timestampFormat;
     public static String CustomXmlParserInputWizardPage_timestampFormatHelp;
+    public static String CustomXmlParserInputWizardPage_windowTitle;
     public static String CustomXmlParserInputWizardPage_titleEdit;
     public static String CustomXmlParserInputWizardPage_titleNew;
     public static String CustomXmlParserOutputWizardPage_description;
@@ -303,18 +325,14 @@ public class Messages extends NLS {
     public static String CallStackView_EntryTimeColumn;
     public static String CallStackView_ExitTimeColumn;
     public static String CallStackView_DurationColumn;
+    public static String CallStackView_ThreadColumn;
     public static String CallStackView_StackInfoNotAvailable;
     public static String CallStackView_SortByThreadName;
     public static String CallStackView_SortByThreadId;
     public static String CallStackView_SortByThreadTime;
-    public static String CallStackView_ImportMappingButtonText;
-    public static String CallStackView_ImportMappingButtonTooltip;
-    public static String CallStackView_ImportMappingDialogTitle;
-    public static String CallStackView_ImportMappingJobName;
 
-    public static String CallStackView_ImportBinaryFileButtonText;
-    public static String CallStackView_ImportBinaryFileButtonTooltip;
-    public static String CallStackView_ImportBinaryFileDialogTitle;
+    public static String CallStackView_ConfigureSymbolProvidersText;
+    public static String CallStackView_ConfigureSymbolProvidersTooltip;
 
     public static String CopyToClipboardOperation_TaskName;
     public static String CopyToClipboardOperation_OutOfMemoryErrorTitle;
This page took 0.026899 seconds and 5 git commands to generate.