b208152e68b26ae6cc68895ff549cb7e48272b59
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / internal / tmf / ui / symbols / messages.properties
1 ###############################################################################
2 # Copyright (c) 2016 Movidius Inc. and others
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Eclipse Public License v1.0
6 # which accompanies this distribution, and is available at
7 # http://www.eclipse.org/legal/epl-v10.html
8 ###############################################################################
9
10 BasicSymbolProviderPrefPage_radioBinaryFile_text=Select a binary file
11 BasicSymbolProviderPrefPage_radioBinaryFile_tooltip=Select a binary file, executable or library,\nthat was used to produce the selected trace
12 BasicSymbolProviderPrefPage_radioMappingFile_text=Select a mapping file
13 BasicSymbolProviderPrefPage_radioMappingFile_tooltip=Select a symbol to address mapping file of the binary used\n\
14 to produce the selected trace.\n\
15 Such a file can be generated using the 'nm' tool.
16 BasicSymbolProviderPrefPage_btnBrowse=Browse...
17 BasicSymbolProviderPrefPage_description=Symbol provider configuration for trace "{0}"
18 BasicSymbolProviderPrefPage_ImportMappingDialogTitle=Select Mapping File
19 BasicSymbolProviderPrefPage_ImportBinaryFileDialogTitle=Select Binary File
20 BasicSymbolProviderPrefPage_errorFileDoesNotExists=The current path is not a file or it does not exist
21 BasicSymbolProviderPrefPage_errorSpecifyFile=Please specify a valid binary or mapping file
This page took 0.032365 seconds and 4 git commands to generate.