tmf: Use a symbol provider to locate symbols
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / internal / tmf / ui / messages.properties
index 539f88c5c052b4f3d56949b0f72ccdec594738d1..4dbccf37a857b89db3abfce3806d4a9a0df227da 100644 (file)
@@ -85,7 +85,8 @@ TmfTimeFilterDialog_CHECK_SUBTREE=Check subtree
 TmfTimeFilterDialog_UNCHECK_SUBTREE=Uncheck subtree
 
 # org.eclipse.tracecompass.tmf.ui.widgets.timegraph.model
-MarkerEvent_Bookmark=Bookmark
+MarkerEvent_Bookmarks=Bookmarks
+MarkerEvent_LostEvents=Lost Events
 
 # org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets
 TmfTimeTipHandler_DURATION=Duration
@@ -128,8 +129,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
 
@@ -193,8 +195,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
@@ -250,6 +253,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
@@ -303,18 +307,14 @@ 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
@@ -323,3 +323,22 @@ CopyToClipboardOperation_OutOfMemoryErrorMessage=The full selection cannot be co
 ExportToTextJob_Export_to=Export to {0}...
 ExportToTextJob_Export_trace_to=Export trace to {0}
 ExportToTextJob_Unable_to_export_trace=Unable to export trace to {0}
+
+#Symbol providers
+SymbolProviderConfigDialog_title = Symbol mapping
+SymbolProviderConfigDialog_message = Configure how symbols are resolved
+
+BasicSymbolProviderPrefPage_radioBinaryFile_text=Select a binary file
+BasicSymbolProviderPrefPage_radioBinaryFile_tooltip=Select a binary file, executable or library,\nthat was used to produce the selected trace
+BasicSymbolProviderPrefPage_radioMappingFile_text=Select a mapping file
+BasicSymbolProviderPrefPage_radioMappingFile_tooltip=Select a symbol to address mapping file of the binary used\n\
+to produce the selected trace.\n\
+Such a file can be generated using the 'nm' tool.
+BasicSymbolProviderPrefPage_btnBrowse=Browse...
+BasicSymbolProviderPrefPage_description=Symbol provider configuration for trace "{0}"
+BasicSymbolProviderPrefPage_ImportMappingDialogTitle=Select Mapping File
+BasicSymbolProviderPrefPage_ImportBinaryFileDialogTitle=Select Binary File
+BasicSymbolProviderPrefPage_errorFileDoesNotExists=The current path is not a file or it does not exist
+BasicSymbolProviderPrefPage_errorSpecifyFile=Please specify a valid binary or mapping file
+BasicSymbolProviderPrefPage_loadingConfigurations=Loading configurations...
+
This page took 0.026048 seconds and 5 git commands to generate.