| ############################################################################### | |
| # Copyright (c) 2009, 2018 SAP AG and others. | |
| # 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 | |
| # http://www.eclipse.org/legal/epl-v10.html | |
| # | |
| # Contributors: | |
| # SAP AG - initial API and implementation | |
| # Andrew Johnson/IBM Corporation - compare queries | |
| ############################################################################### | |
| # manifest | |
| Bundle-Name = Memory Analyzer API | |
| Bundle-Vendor = Eclipse Memory Analyzer | |
| # reports | |
| overview.title = System Overview | |
| # Suffix used to build filename for report zip file - only translate if required | |
| overview.suffix = System Overview | |
| overview.heap_dump_overview = Heap Dump Overview | |
| overview.system_properties = System Properties | |
| overview.threads = Thread Overview | |
| overview.top_consumers = Top Consumers | |
| overview.class_histogram = Class Histogram | |
| suspects.title = Leak Suspects | |
| # Suffix used to build filename for report zip file - only translate if required | |
| suspects.suffix = Leak Suspects | |
| suspects.leaks = Leaks | |
| top_components.title = Top Components | |
| # Suffix used to build filename for report zip file - only translate if required | |
| top_components.suffix = Top Components | |
| compare.title = Histogram Comparison | |
| # Suffix used to build filename for report zip file - only translate if required | |
| compare.suffix = Comparison | |
| compare.query.name = Histogram comparison | |
| compare.query.namecsv = Histogram comparison as CSV file | |
| # plugin.xml | |
| report.suspects.name = Leak Suspects | |
| report.suspects.help = includes leak suspects and a system overview | |
| report.overview.name = Heap Dump Overview | |
| report.overview.help = includes class histogram, system properties and top consumers. | |
| report.top_components.name = Top Components | |
| report.top_components.help = list reports for components bigger than 1 percent of the total heap. | |
| report.compare.name = __hidden__/Compare Snapshots | |
| report.compare.help = Compare two snapshots and generate a histogram of differences in objects by class. | |
| contentType.java_heap_dump = Java Heap Dump | |
| extension-point.factory.name = Snapshot Factory | |
| extension-point.classResolver.name = Class Specific Name Resolver | |
| extension-point.threadResolver.name = Thread Details Resolver | |
| extension-point.requestResolver.name = Request Details Resolver | |
| extension-point.ticketResolver.name = Trouble Ticket Resolver | |
| extension-point.heapDumpProvider.name = Heap Dump Provider | |
| extension-point.collectionExtractorProvider.name = Collection Extractor Provider |