tmf: Rename "Next/Previous Event" action to "Next/Previous State Change"
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / internal / tmf / ui / messages.properties
index 431558a1e258dda2017417cf2c280023c27ebfef..acd5432b20de8dc3ba5257d777ff4b4ece157062 100644 (file)
@@ -27,10 +27,13 @@ ManageCustomParsersDialog_ExportButtonLabel=Export...
 ManageCustomParsersDialog_ExportParserSelection=Select file to export {0}
 ManageCustomParsersDialog_ImportButtonLabel=Import...
 ManageCustomParsersDialog_ImportParserSelection=Select custom parser file to import
+ManageCustomParsersDialog_ImportFailureTitle=Import failure
+ManageCustomParsersDialog_ImportFailureMessage=Selected file did not contain any valid custom parser.
 ManageCustomParsersDialog_NewButtonLabel=New...
 ManageCustomParsersDialog_TextButtonLabel=Text
 
 # org.eclipse.tracecompass.tmf.ui.viewers.events
+TmfEventsTable_AddAsFilterText=Add as Filter (Ctrl+Enter)
 TmfEventsTable_AddBookmarkActionText=Add Bookmark...
 TmfEventsTable_ApplyPresetFilterMenuName=Apply Preset Filter...
 TmfEventsTable_ClearFiltersActionText=Clear Filters
@@ -38,12 +41,11 @@ TmfEventsTable_CollapseFilterMenuName=Collapse Events
 TmfEventsTable_ContentColumnHeader=Content
 TmfEventsTable_CopyToClipboardActionText=Copy to Clipboard
 TmfEventsTable_Export_to_text=Export To Text...
-TmfEventsTable_FilterHint=<filter>
 TmfEventsTable_HideRawActionText=Hide Raw
 TmfEventsTable_HideTableActionText=Hide Table
 TmfEventsTable_MultipleBookmarksToolTip=Multiple bookmarks at this location
 TmfEventsTable_OpenSourceCodeActionText=Open Source Code
-TmfEventsTable_OpenSourceCodeNotFound=can not be found in the workspace.
+TmfEventsTable_OpenSourceCodeNotFound=can not be found in the workspace or on disk.
 TmfEventsTable_OpenSourceCodeSelectFileDialogTitle=Select source file for the call site
 TmfEventsTable_OpenModelActionText=Open Model Element
 TmfEventsTable_OpenModelUnsupportedURI=is not a supported model URI format.
@@ -52,9 +54,7 @@ TmfEventsTable_RemoveBookmarkActionText=Remove Bookmark
 TmfEventsTable_SearchHint=<srch>
 TmfEventsTable_SearchingJobName=Searching...
 TmfEventsTable_ShowAll=Show All
-TmfEventsTable_ShowFilterBarActionText=Show Filter Bar
 TmfEventsTable_ShowRawActionText=Show Raw
-TmfEventsTable_ShowSearchBarActionText=Show Search Bar
 TmfEventsTable_ShowTableActionText=Show Table
 TmfEventsTable_SourceColumnHeader=Source
 TmfEventsTable_TimestampColumnHeader=Timestamp
@@ -64,7 +64,7 @@ TmfMarker_LocationRank=rank {0}
 TmfMarker_LocationTime=timestamp [{0}]
 TmfMarker_LocationTimeRange=timestamp [{0}, {1}]
 
-# org.eclipse.tracecompass.tmf.ui.viewers.timegraph.dialogs
+# org.eclipse.tracecompass.tmf.ui.widgets.timegraph.dialogs
 TmfTimeFilterDialog_EDIT_PROFILING_OPTIONS=Edit Profiling Options
 TmfTimeFilterDialog_TRACE_FILTER=Trace Filter
 TmfTimeFilterDialog_TRACE_FILTER_DESC=Define the filter set
@@ -84,7 +84,11 @@ TmfTimeFilterDialog_UNCHECK_SELECTED=Uncheck selected
 TmfTimeFilterDialog_CHECK_SUBTREE=Check subtree
 TmfTimeFilterDialog_UNCHECK_SUBTREE=Uncheck subtree
 
-# org.eclipse.tracecompass.tmf.ui.viewers.timegraph.widgets
+# org.eclipse.tracecompass.tmf.ui.widgets.timegraph.model
+MarkerEvent_Bookmarks=Bookmarks
+MarkerEvent_LostEvents=Lost Events
+
+# org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets
 TmfTimeTipHandler_DURATION=Duration
 TmfTimeTipHandler_LINK_SOURCE=Source
 TmfTimeTipHandler_LINK_SOURCE_TIME=Source Time
@@ -101,14 +105,18 @@ TmfTimeTipHandler_TRACE_STOP_TIME=Stop Time
 ShowFilterDialogAction_FilterActionNameText=Filter
 ShowFilterDialogAction_FilterActionToolTipText=Show View Filters
 
+# org.eclipse.tracecompass.tmf.ui.widgets.timegraph.dialogs.ShowFindDialogAction
+ShowFindDialogAction_Search=search
+ShowFindDialogAction_ShowSearchDialog=Show search dialog
+
 TmfTimeGraphViewer_ResetScaleActionNameText=Reset
 TmfTimeGraphViewer_ResetScaleActionToolTipText=Reset the Time Scale to Default
 TmfTimeGraphViewer_LegendActionNameText=Legend
 TmfTimeGraphViewer_LegendActionToolTipText=Show Legend
-TmfTimeGraphViewer_NextEventActionNameText=Next Event
-TmfTimeGraphViewer_NextEventActionToolTipText=Select Next Event
-TmfTimeGraphViewer_PreviousEventActionNameText=Previous Event
-TmfTimeGraphViewer_PreviousEventActionToolTipText=Select Previous Event
+TmfTimeGraphViewer_NextStateChangeActionNameText=Next State Change
+TmfTimeGraphViewer_NextStateChangeActionToolTipText=Select Next State Change
+TmfTimeGraphViewer_PreviousStateChangeActionNameText=Previous State Change
+TmfTimeGraphViewer_PreviousStateChangeActionToolTipText=Select Previous State Change
 TmfTimeGraphViewer_NextItemActionNameText=Next Item
 TmfTimeGraphViewer_NextItemActionToolTipText=Select Next Item
 TmfTimeGraphViewer_PreviousItemActionNameText=Previous Item
@@ -125,8 +133,9 @@ TmfTimeGraphViewer_FollowArrowBackwardActionNameText=Follow Arrow Backward
 TmfTimeGraphViewer_FollowArrowBackwardActionToolTipText=Follow Arrow Backward
 TmfTimeGraphViewer_BookmarkActionAddText=Add Bookmark...
 TmfTimeGraphViewer_BookmarkActionRemoveText=Remove Bookmark
-TmfTimeGraphViewer_NextBookmarkActionText=Next Bookmark
-TmfTimeGraphViewer_PreviousBookmarkActionText=Previous Bookmark
+TmfTimeGraphViewer_NextMarkerActionText=Next Marker
+TmfTimeGraphViewer_PreviousMarkerActionText=Previous Marker
+TmfTimeGraphViewer_ShowMarkersMenuText=Show Markers
 
 Utils_ClockCyclesUnit=\u0020cc
 
@@ -148,7 +157,23 @@ ColorsView_MoveUpActionToolTipText=Increase priority
 ColorsView_TickButtonText=Tick
 TickColorDialog_TickColorDialogTitle=Choose tick color
 
-# org.eclipse.tracecompass.tmf.ui.wizards
+# org.eclipse.tracecompass.tmf.ui.widgets.timegraph.dialogs.TimeGraphFindDialog
+TimeGraphFindDialog_BackwardRadioButtonLabel=&Backward
+TimeGraphFindDialog_CaseCheckBoxLabel=&Case sensitive
+TimeGraphFindDialog_CloseButtonLabel=Close
+TimeGraphFindDialog_Direction=Direction
+TimeGraphFindDialog_FindLabel=&Find:
+TimeGraphFindDialog_FindTitle=Find
+TimeGraphFindDialog_FindNextButtonLabel=Fi&nd
+TimeGraphFindDialog_ForwardRadioButtonLabel=F&orward
+TimeGraphFindDialog_Options=Options
+TimeGraphFindDialog_REgExCheckBoxLabel=Regular e&xpression
+TimeGraphFindDialog_StatusNoMatchLabel=Entry not found
+TimeGraphFindDialog_StatusWrappedLabel=Wrapped search
+TimeGraphFindDialog_WholeWordCheckBoxLabel=&Whole word
+TimeGraphFindDialog_WrapCheckBoxLabel=Wra&p search
+
+# org.eclipse.tracecompass.tmf.ui.parsers.wizards
 CustomTxtParserInputWizardPage_addChildLine=Add child line
 CustomTxtParserInputWizardPage_addGroup=Add group
 CustomTxtParserInputWizardPage_addNextLine=Add next line
@@ -190,8 +215,9 @@ CustomTxtParserInputWizardPage_timestampFormat=Time Stamp format:
 CustomTxtParserInputWizardPage_timestampFormatHelp=Time Stamp Format Help
 CustomTxtParserInputWizardPage_uncapturedText=Uncaptured text
 CustomTxtParserInputWizardPage_unidentifiedCaptureGroup=Unidentified captured group
-CustomTxtParserInputWizardPage_windowTitleEdit=Edit Custom Text Parser
-CustomTxtParserInputWizardPage_windowTitleNew=New Custom Text Parser
+CustomTxtParserInputWizardPage_titleEdit=Edit Custom Text Parser
+CustomTxtParserInputWizardPage_titleNew=New Custom Text Parser
+CustomTxtParserInputWizardPage_windowTitle=Custom Text Parser
 CustomTxtParserOutputWizardPage_description=Customize the output of the parser
 CustomTxtParserOutputWizardPage_moveAfter=Move After
 CustomTxtParserOutputWizardPage_moveBefore=Move Before
@@ -247,6 +273,7 @@ CustomXmlParserInputWizardPage_set=Set
 CustomXmlParserInputWizardPage_tagName=tag name:
 CustomXmlParserInputWizardPage_timestampFormat=Time Stamp format:
 CustomXmlParserInputWizardPage_timestampFormatHelp=Time Stamp Format Help
+CustomXmlParserInputWizardPage_windowTitle=Custom XML Parser
 CustomXmlParserInputWizardPage_titleEdit=Edit Custom XML Parser
 CustomXmlParserInputWizardPage_titleNew=New Custom XML Parser
 CustomXmlParserOutputWizardPage_description=Customize the output of the parser
@@ -293,25 +320,21 @@ TmfView_PinActionToolTipText=Pin View
 TmfView_AlignViewsActionNameText=Align Views
 TmfView_AlignViewsActionToolTipText=Align Views
 
-# Call Stack View
+# org.eclipse.tracecompass.tmf.ui.views.callstack
 CallStackPresentationProvider_Thread=Thread
 CallStackView_FunctionColumn=Function
 CallStackView_DepthColumn=Depth
 CallStackView_EntryTimeColumn=Entry time
 CallStackView_ExitTimeColumn=Exit time
 CallStackView_DurationColumn=Duration
+CallStackView_ThreadColumn=Thread
 CallStackView_StackInfoNotAvailable=Stack info not available
 CallStackView_SortByThreadName=Sort threads by thread name
 CallStackView_SortByThreadId=Sort threads by thread id
 CallStackView_SortByThreadTime=Sort threads by start time
-CallStackView_ImportMappingButtonText=Import mapping file...
-CallStackView_ImportMappingButtonTooltip=Import a text file containing the mapping between addresses and function names
-CallStackView_ImportMappingDialogTitle=Select Mapping File
-CallStackView_ImportMappingJobName=Updating Call Stack view function mapping
 
-CallStackView_ImportBinaryFileButtonText=Import binary file...
-CallStackView_ImportBinaryFileButtonTooltip=Import a binary file containing debugging symbols
-CallStackView_ImportBinaryFileDialogTitle=Select Binary File
+CallStackView_ConfigureSymbolProvidersText=Configure symbol providers
+CallStackView_ConfigureSymbolProvidersTooltip=Configure how the addresses are mapped to function names
 
 CopyToClipboardOperation_TaskName=Copying to Clipboard
 CopyToClipboardOperation_OutOfMemoryErrorTitle=Out Of Memory Error
This page took 0.029267 seconds and 5 git commands to generate.