X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=tmf%2Forg.eclipse.tracecompass.tmf.ui%2Fsrc%2Forg%2Feclipse%2Ftracecompass%2Finternal%2Ftmf%2Fui%2Fmessages.properties;h=4dbccf37a857b89db3abfce3806d4a9a0df227da;hb=d90ae2a54951321aadf8e254be0e6df531a63e4f;hp=eddb4e595022ff9c52e826095ec68c5aa8cc89b8;hpb=4284e0e1ace60291b88c7927cc74041ffb5ce671;p=deliverable%2Ftracecompass.git diff --git a/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/messages.properties b/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/messages.properties index eddb4e5950..4dbccf37a8 100644 --- a/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/messages.properties +++ b/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/messages.properties @@ -307,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 @@ -327,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... +