view vm-heap-analysis/client-core/src/main/resources/com/redhat/thermostat/vm/heap/analysis/client/locale/strings.properties @ 1131:9917555955a0

Heap Dumper refactoring reviewed-by: vanaltj review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-June/006924.html
author Mario Torre <neugens.limasoftware@gmail.com>
date Wed, 05 Jun 2013 20:26:44 +0200
parents 023499bc265f
children c70ab9ec00f5
line wrap: on
line source

COMMAND_OBJECT_INFO_OBJECT_ID = Object ID:
COMMAND_OBJECT_INFO_TYPE = Type:
COMMAND_OBJECT_INFO_SIZE = Size:
COMMAND_OBJECT_INFO_HEAP_ALLOCATED = Heap allocated:

HEAP_SECTION_TITLE = Heap Analyzer
HEAP_OVERVIEW_TITLE = Heap Usage Overview
HEAP_CHART_TIME_AXIS = Time
HEAP_CHART_HEAP_AXIS = Heap
HEAP_CHART_CAPACITY = Heap Capacity
HEAP_CHART_USED = Used Heap

HEAP_DUMP_SECTION_HISTOGRAM = Histogram
HEAP_DUMP_SECTION_OBJECT_BROWSER = Object Browser

HEAP_DUMP_CLASS_USAGE = Classes Usage
HEAP_DUMP_HISTOGRAM_COLUMN_CLASS = Class
HEAP_DUMP_HISTOGRAM_COLUMN_INSTANCES = Instances
HEAP_DUMP_HISTOGRAM_COLUMN_SIZE = Size (in bytes)

HEAP_DUMP_OBJECT_BROWSE_SEARCH_HINT = Search for objects by class name (either a partial class name or a wildcard pattern)
HEAP_DUMP_OBJECT_BROWSE_SEARCH_PATTERN_HELP = Either a partial class name ("Button" will find "javax.swing.JButton") or a wildcard pattern ("*JButton*" will find "javax.swing.JButtonBeanInfo")
HEAP_DUMP_OBJECT_BROWSE_SEARCH_LABEL = Search for Object
HEAP_DUMP_OBJECT_BROWSE_REFERRERS = Referrers
HEAP_DUMP_OBJECT_BROWSE_REFERENCES = References
HEAP_DUMP_OBJECT_FIND_ROOT = Find Root

OBJECT_ROOTS_VIEW_TITLE = Object Roots

TRIGGER_HEAP_DUMP = Heap Dump
LIST_DUMPS_ACTION = List Dumps
DUMPS_LIST = Available Dumps
HEAP_DUMP_IN_PROGRESS = dumping...
PROCESS_EXITED = Process exited.