view vm-profiler/client-swing/src/main/resources/com/redhat/thermostat/vm/profiler/client/swing/internal/strings.properties @ 1832:ffd37dfffbdd

Redesign ActionToggleButton states. Use in Profiling, Threads, Notifications Reviewed-by: neugens, jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2015-September/016403.html http://icedtea.classpath.org/pipermail/thermostat/2015-October/016608.html PR2671
author Andrew Azores <aazores@redhat.com>
date Tue, 13 Oct 2015 12:48:05 -0400
parents d9e78b81ecdf
children
line wrap: on
line source

PROFILER_TAB_NAME = Profiler

PROFILER_HEADING = JVM Profiler
PROFILER_DESCRIPTION = Instrument and profile a JVM. \
 Profiling results will be displayed when the profiling session is stopped or when the profiled JVM exits. \
 JRE/JDK packages are not included in the timing measurements.

PROFILER_CURRENT_STATUS_ACTIVE = Currently profiling: yes
PROFILER_CURRENT_STATUS_INACTIVE = Currently profiling: no
PROFILER_CURRENT_STATUS_DEAD = Selected VM is inactive
START_PROFILING = Start Profiling
STARTING_PROFILING = Starting profiling\u2026
STOP_PROFILING = Stop Profiling
STOPPING_PROFILING = Stopping profiling\u2026

PROFILER_LIST_ITEM = Session @ {1} ({0})
PROFILER_RESULTS_METHOD = Method
PROFILER_RESULTS_PERCENTAGE_TIME = Percentage
PROFILER_RESULTS_TIME = Total Time ({0})

PROFILER_NO_RESULTS = No profiling data available