1 #
   2 # Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 ONE_DAY=\ 1 day
  27 ONE_HOUR=\ 1 hour
  28 ONE_MIN=\ 1 min
  29 ONE_MONTH=\ 1 month
  30 ONE_YEAR=\ 1 year
  31 TWO_HOURS=\ 2 hours
  32 THREE_HOURS=\ 3 hours
  33 THREE_MONTHS=\ 3 months
  34 FIVE_MIN=\ 5 min
  35 SIX_HOURS=\ 6 hours
  36 SIX_MONTHS=\ 6 months
  37 SEVEN_DAYS=\ 7 days
  38 TEN_MIN=10 min
  39 TWELVE_HOURS=12 hours
  40 THIRTY_MIN=30 min
  41 LESS_THAN=<
  42 A_LOT_LESS_THAN=<<
  43 GREATER_THAN=>
  44 ACTION_CAPITALIZED=ACTION
  45 ACTION_INFO_CAPITALIZED=ACTION_INFO
  46 ALL=All
  47 ARCHITECTURE=Architecture
  48 ATTRIBUTE=Attribute
  49 ATTRIBUTE_VALUE=Attribute value
  50 ATTRIBUTE_VALUES=Attribute values
  51 ATTRIBUTES=Attributes
  52 BLANK=Blank
  53 BLOCKED_COUNT_WAITED_COUNT=Total blocked: {0}  Total waited: {1}\n
  54 BOOT_CLASS_PATH=Boot class path
  55 BORDERED_COMPONENT_MORE_OR_LESS_BUTTON_TOOLTIP=Toggle to show more or less information
  56 CPU_USAGE=CPU Usage
  57 CPU_USAGE_FORMAT=CPU Usage: {0}%
  58 CANCEL=Cancel
  59 CASCADE=&Cascade
  60 CHART_COLON=&Chart:
  61 CLASS_PATH=Class path
  62 CLASS_NAME=ClassName
  63 CLASS_TAB_INFO_LABEL_FORMAT=<html>Loaded: {0}    Unloaded: {1}    Total: {2}</html>
  64 CLASS_TAB_LOADED_CLASSES_PLOTTER_ACCESSIBLE_NAME=Chart for Loaded Classes.
  65 CLASSES=Classes
  66 CLOSE=Close
  67 COLUMN_NAME=Name
  68 COLUMN_PID=PID
  69 COMMITTED_MEMORY=Committed memory
  70 COMMITTED_VIRTUAL_MEMORY=Committed virtual memory
  71 COMMITTED=Committed
  72 CONNECT=&Connect
  73 CONNECT_DIALOG_CONNECT_BUTTON_TOOLTIP=Connect to Java Virtual Machine
  74 CONNECT_DIALOG_ACCESSIBLE_DESCRIPTION=Dialog for making a new connection to a local or remote Java Virtual Machine
  75 CONNECT_DIALOG_MASTHEAD_ACCESSIBLE_NAME=Masthead Graphic
  76 CONNECT_DIALOG_MASTHEAD_TITLE=New Connection
  77 CONNECT_DIALOG_STATUS_BAR_ACCESSIBLE_NAME=Status Bar
  78 CONNECT_DIALOG_TITLE=JConsole: New Connection
  79 CONNECTED_PUNCTUATION_CLICK_TO_DISCONNECT_=Connected. Click to disconnect.
  80 CONNECTION_FAILED=Connection failed
  81 CONNECTION=&Connection
  82 CONNECTION_NAME=Connection name
  83 CONNECTION_NAME__DISCONNECTED_={0} (disconnected)
  84 CONSTRUCTOR=Constructor
  85 CURRENT_CLASSES_LOADED=Current classes loaded
  86 CURRENT_HEAP_SIZE=Current heap size
  87 CURRENT_VALUE=Current value: {0}
  88 CREATE=Create
  89 DAEMON_THREADS=Daemon threads
  90 DISCONNECTED_PUNCTUATION_CLICK_TO_CONNECT_=Disconnected. Click to connect.
  91 DOUBLE_CLICK_TO_EXPAND_FORWARD_SLASH_COLLAPSE=Double click to expand/collapse
  92 DOUBLE_CLICK_TO_VISUALIZE=Double click to visualize
  93 DESCRIPTION=Description
  94 DESCRIPTOR=Descriptor
  95 DETAILS=Details
  96 DETECT_DEADLOCK=&Detect Deadlock
  97 DETECT_DEADLOCK_TOOLTIP=Detect deadlocked threads
  98 DIMENSION_IS_NOT_SUPPORTED_COLON=Dimension is not supported:
  99 DISCARD_CHART=Discard chart
 100 DURATION_DAYS_HOURS_MINUTES={0,choice,1#{0,number,integer} day |1.0<{0,number,integer} days }{1,choice,0<{1,number,integer} hours |1#{1,number,integer} hour |1<{1,number,integer} hours }{2,choice,0<{2,number,integer} minutes|1#{2,number,integer} minute|1.0<{2,number,integer} minutes}
 101 DURATION_HOURS_MINUTES={0,choice,1#{0,number,integer} hour |1<{0,number,integer} hours }{1,choice,0<{1,number,integer} minutes|1#{1,number,integer} minute|1.0<{1,number,integer} minutes}
 102 DURATION_MINUTES={0,choice,1#{0,number,integer} minute|1.0<{0,number,integer} minutes}
 103 DURATION_SECONDS={0} seconds
 104 EMPTY_ARRAY=Empty array
 105 ERROR=Error
 106 ERROR_COLON_MBEANS_ALREADY_EXIST=Error: MBeans already exist
 107 ERROR_COLON_MBEANS_DO_NOT_EXIST=Error: MBeans do not exist
 108 EVENT=Event
 109 EXIT=E&xit
 110 FAIL_TO_LOAD_PLUGIN=Warning: Fail to load plugin: {0}
 111 FILE_CHOOSER_FILE_EXISTS_CANCEL_OPTION=Cancel
 112 FILE_CHOOSER_FILE_EXISTS_MESSAGE=<html><center>File already exists:<br>{0}<br>Do you want to replace it?
 113 FILE_CHOOSER_FILE_EXISTS_OK_OPTION=Replace
 114 FILE_CHOOSER_FILE_EXISTS_TITLE=File Exists
 115 FILE_CHOOSER_SAVED_FILE=<html>Saved to file:<br>{0}<br>({1} bytes)
 116 FILE_CHOOSER_SAVE_FAILED_MESSAGE=<html><center>Save to file failed:<br>{0}<br>{1}
 117 FILE_CHOOSER_SAVE_FAILED_TITLE=Save Failed
 118 FREE_PHYSICAL_MEMORY=Free physical memory
 119 FREE_SWAP_SPACE=Free swap space
 120 GARBAGE_COLLECTOR=Garbage collector
 121 GC_INFO=Name = ''{0}'', Collections = {1,choice,-1#Unavailable|0#{1,number,integer}}, Total time spent = {2}
 122 GC_TIME=GC time
 123 GC_TIME_DETAILS={0} on {1} ({2} collections)
 124 HEAP_MEMORY_USAGE=Heap Memory Usage
 125 HEAP=Heap
 126 HELP_ABOUT_DIALOG_ACCESSIBLE_DESCRIPTION=Dialog containing information about JConsole and JDK versions
 127 HELP_ABOUT_DIALOG_JCONSOLE_VERSION=JConsole version:<br>{0}
 128 HELP_ABOUT_DIALOG_JAVA_VERSION=Java VM version:<br>{0}
 129 HELP_ABOUT_DIALOG_MASTHEAD_ACCESSIBLE_NAME=Masthead Graphic
 130 HELP_ABOUT_DIALOG_MASTHEAD_TITLE=About JConsole
 131 HELP_ABOUT_DIALOG_TITLE=JConsole: About
 132 HELP_ABOUT_DIALOG_USER_GUIDE_LINK_URL=http://docs.oracle.com/javase/{0}/docs/technotes/guides/management/jconsole.html
 133 HELP_MENU_ABOUT_TITLE=&About JConsole
 134 HELP_MENU_USER_GUIDE_TITLE=Online &User Guide
 135 HELP_MENU_TITLE=&Help
 136 HOTSPOT_MBEANS_ELLIPSIS=&Hotspot MBeans...
 137 HOTSPOT_MBEANS_DIALOG_ACCESSIBLE_DESCRIPTION=Dialog for managing Hotspot MBeans
 138 IMPACT=Impact
 139 INFO=Info
 140 INFO_CAPITALIZED=INFO
 141 INSECURE=Insecure connection
 142 INVALID_PLUGIN_PATH=Warning: Invalid plugin path: {0}
 143 INVALID_URL=Invalid URL: {0}
 144 IS=Is
 145 JAVA_MONITORING___MANAGEMENT_CONSOLE=Java Monitoring && Management Console
 146 JCONSOLE_COLON_=JConsole: {0}
 147 JCONSOLE_VERSION=JConsole version "{0}"
 148 JCONSOLE_ACCESSIBLE_DESCRIPTION=Java Monitoring && Management Console
 149 JIT_COMPILER=JIT compiler
 150 LIBRARY_PATH=Library path
 151 LIVE_THREADS=Live threads
 152 LOADED=Loaded
 153 LOCAL_PROCESS_COLON=&Local Process:
 154 MASTHEAD_FONT=Dialog-PLAIN-25
 155 MANAGEMENT_NOT_ENABLED=<b>Note</b>: The management agent is not enabled on this process.
 156 MANAGEMENT_WILL_BE_ENABLED=<b>Note</b>: The management agent will be enabled on this process.
 157 MBEAN_ATTRIBUTE_INFO=MBeanAttributeInfo
 158 MBEAN_INFO=MBeanInfo
 159 MBEAN_NOTIFICATION_INFO=MBeanNotificationInfo
 160 MBEAN_OPERATION_INFO=MBeanOperationInfo
 161 MBEANS=MBeans
 162 MBEANS_TAB_CLEAR_NOTIFICATIONS_BUTTON=&Clear
 163 MBEANS_TAB_CLEAR_NOTIFICATIONS_BUTTON_TOOLTIP=Clear notifications
 164 MBEANS_TAB_COMPOSITE_NAVIGATION_MULTIPLE=Composite Data Navigation {0}/{1}
 165 MBEANS_TAB_COMPOSITE_NAVIGATION_SINGLE=Composite Data Navigation
 166 MBEANS_TAB_REFRESH_ATTRIBUTES_BUTTON=&Refresh
 167 MBEANS_TAB_REFRESH_ATTRIBUTES_BUTTON_TOOLTIP=Refresh attributes
 168 MBEANS_TAB_SUBSCRIBE_NOTIFICATIONS_BUTTON=&Subscribe
 169 MBEANS_TAB_SUBSCRIBE_NOTIFICATIONS_BUTTON_TOOLTIP=Start listening for notifications
 170 MBEANS_TAB_TABULAR_NAVIGATION_MULTIPLE=Tabular Data Navigation {0}/{1}
 171 MBEANS_TAB_TABULAR_NAVIGATION_SINGLE=Tabular Data Navigation
 172 MBEANS_TAB_UNSUBSCRIBE_NOTIFICATIONS_BUTTON=&Unsubscribe
 173 MBEANS_TAB_UNSUBSCRIBE_NOTIFICATIONS_BUTTON_TOOLTIP=Stop listening for notifications
 174 MANAGE_HOTSPOT_MBEANS_IN_COLON_=Manage Hotspot MBeans in:
 175 MAX=Max
 176 MAXIMUM_HEAP_SIZE=Maximum heap size
 177 MEMORY=Memory
 178 MEMORY_POOL_LABEL=Memory Pool "{0}"
 179 MEMORY_TAB_HEAP_PLOTTER_ACCESSIBLE_NAME=Memory usage chart for heap.
 180 MEMORY_TAB_INFO_LABEL_FORMAT=<html>Used: {0}    Committed: {1}    Max: {2}</html>
 181 MEMORY_TAB_NON_HEAP_PLOTTER_ACCESSIBLE_NAME=Memory usage chart for non heap.
 182 MEMORY_TAB_POOL_CHART_ABOVE_THRESHOLD=which is above the threshold of {0}.\n
 183 MEMORY_TAB_POOL_CHART_ACCESSIBLE_NAME=Memory Pool Usage Chart.
 184 MEMORY_TAB_POOL_CHART_BELOW_THRESHOLD=which is below the threshold of {0}.\n
 185 MEMORY_TAB_POOL_PLOTTER_ACCESSIBLE_NAME=Memory usage chart for {0}.
 186 MESSAGE=Message
 187 METHOD_SUCCESSFULLY_INVOKED=Method successfully invoked
 188 MINIMIZE_ALL=&Minimize All
 189 MONITOR_LOCKED=\ \ \ - locked {0}\n
 190 NAME=Name
 191 NAME_AND_BUILD={0} (build {1})
 192 NAME_STATE=Name: {0}\nState: {1}\n
 193 NAME_STATE_LOCK_NAME=Name: {0}\nState: {1} on {2}\n
 194 NAME_STATE_LOCK_NAME_LOCK_OWNER=Name: {0}\nState: {1} on {2} owned by: {3}\n
 195 NEW_CONNECTION_ELLIPSIS=&New Connection...
 196 NO_DEADLOCK_DETECTED=No deadlock detected
 197 NON_HEAP_MEMORY_USAGE=Non-Heap Memory Usage
 198 NON_HEAP=Non-Heap
 199 NOTIFICATION=Notification
 200 NOTIFICATION_BUFFER=Notification buffer
 201 NOTIFICATIONS=Notifications
 202 NOTIF_TYPES=NotifTypes
 203 NUMBER_OF_THREADS=Number of Threads
 204 NUMBER_OF_LOADED_CLASSES=Number of Loaded Classes
 205 NUMBER_OF_PROCESSORS=Number of processors
 206 OBJECT_NAME=ObjectName
 207 OPERATING_SYSTEM=Operating System
 208 OPERATION=Operation
 209 OPERATION_INVOCATION=Operation invocation
 210 OPERATION_RETURN_VALUE=Operation return value
 211 OPERATIONS=Operations
 212 OVERVIEW=Overview
 213 OVERVIEW_PANEL_PLOTTER_ACCESSIBLE_NAME=Chart for {0}.
 214 PARAMETER=Parameter
 215 PASSWORD_ACCESSIBLE_NAME=Password
 216 PASSWORD_COLON_=&Password:
 217 PEAK=Peak
 218 PERFORM_GC=Perform &GC
 219 PERFORM_GC_TOOLTIP=Request Garbage Collection
 220 PLOTTER_ACCESSIBLE_NAME=Chart
 221 PLOTTER_ACCESSIBLE_NAME_KEY_AND_VALUE={0}={1}\n
 222 PLOTTER_ACCESSIBLE_NAME_NO_DATA=No data plotted.
 223 PLOTTER_SAVE_AS_MENU_ITEM=Save data &as...
 224 PLOTTER_TIME_RANGE_MENU=&Time Range
 225 PLUGIN_EXCEPTION_DIALOG_BUTTON_EXIT=Exit
 226 PLUGIN_EXCEPTION_DIALOG_BUTTON_IGNORE=Ignore
 227 PLUGIN_EXCEPTION_DIALOG_BUTTON_OK=OK
 228 PLUGIN_EXCEPTION_DIALOG_MESSAGE=An unexpected exception has occurred in %s:\n\n%s\n\nStart with -debug for details. Ignore will suppress further exceptions.
 229 PLUGIN_EXCEPTION_DIALOG_TITLE=Plug-in exception
 230 PROBLEM_ADDING_LISTENER=Problem adding listener
 231 PROBLEM_DISPLAYING_MBEAN=Problem displaying MBean
 232 PROBLEM_INVOKING=Problem invoking
 233 PROBLEM_REMOVING_LISTENER=Problem removing listener
 234 PROBLEM_SETTING_ATTRIBUTE=Problem setting attribute
 235 PROCESS_CPU_TIME=Process CPU time
 236 READABLE=Readable
 237 RECONNECT=Reconnect
 238 REMOTE_PROCESS_COLON=&Remote Process:
 239 REMOTE_PROCESS_TEXT_FIELD_ACCESSIBLE_NAME=Remote Process
 240 RESTORE_ALL=&Restore All
 241 RETURN_TYPE=ReturnType
 242 SEQ_NUM=SeqNum
 243 SIZE_BYTES={0,number,integer} bytes
 244 SIZE_GB={0} Gb
 245 SIZE_KB={0} Kb
 246 SIZE_MB={0} Mb
 247 SOURCE=Source
 248 STACK_TRACE=\nStack trace: \n
 249 SUMMARY_TAB_HEADER_DATE_TIME_FORMAT=FULL,FULL
 250 SUMMARY_TAB_PENDING_FINALIZATION_LABEL=Pending finalization
 251 SUMMARY_TAB_PENDING_FINALIZATION_VALUE={0} objects
 252 SUMMARY_TAB_TAB_NAME=VM Summary
 253 SUMMARY_TAB_VM_VERSION={0} version {1}
 254 THREADS=Threads
 255 THREAD_TAB_INFO_LABEL_FORMAT=<html>Live: {0}    Peak: {1}    Total: {2}</html>
 256 THREAD_TAB_THREAD_INFO_ACCESSIBLE_NAME=Thread Information
 257 THREAD_TAB_THREAD_PLOTTER_ACCESSIBLE_NAME=Chart for number of threads.
 258 THREAD_TAB_INITIAL_STACK_TRACE_MESSAGE=[No thread selected]
 259 THRESHOLD=Threshold
 260 TILE=&Tile
 261 TIME_RANGE_COLON=&Time Range:
 262 TIME=Time
 263 TIME_STAMP=TimeStamp
 264 TOTAL_LOADED=Total Loaded
 265 TOTAL_CLASSES_LOADED=Total classes loaded
 266 TOTAL_CLASSES_UNLOADED=Total classes unloaded
 267 TOTAL_COMPILE_TIME=Total compile time
 268 TOTAL_PHYSICAL_MEMORY=Total physical memory
 269 TOTAL_THREADS_STARTED=Total threads started
 270 TOTAL_SWAP_SPACE=Total swap space
 271 TYPE=Type
 272 UNAVAILABLE=Unavailable
 273 UNKNOWN_CAPITALIZED=UNKNOWN
 274 UNKNOWN_HOST=Unknown Host: {0}
 275 UNREGISTER=Unregister
 276 UPTIME=Uptime
 277 USAGE_THRESHOLD=Usage Threshold
 278 REMOTE_TF_USAGE=<b>Usage</b>: &&lt;hostname&&gt;:&&lt;port&&gt; OR service:jmx:&&lt;protocol&&gt;:&&lt;sap&&gt;
 279 USED=Used
 280 USERNAME_COLON_=&Username:
 281 USERNAME_ACCESSIBLE_NAME=User Name
 282 USER_DATA=UserData
 283 VIRTUAL_MACHINE=Virtual Machine
 284 VM_ARGUMENTS=VM arguments
 285 VMINTERNAL_FRAME_ACCESSIBLE_DESCRIPTION=Internal frame for monitoring a Java Virtual Machine
 286 VALUE=Value
 287 VENDOR=Vendor
 288 VERBOSE_OUTPUT=Verbose Output
 289 VERBOSE_OUTPUT_TOOLTIP=Enable verbose output for class loading system
 290 VIEW=View
 291 WINDOW=&Window
 292 WINDOWS=Windows
 293 WRITABLE=Writable
 294 CONNECTION_FAILED1=Connection Failed: Retry?
 295 CONNECTION_FAILED2=The connection to {0} did not succeed.<br>Would you like to try again?
 296 CONNECTION_FAILED_SSL1=Secure connection failed. Retry insecurely?
 297 CONNECTION_FAILED_SSL2=The connection to {0} could not be made using SSL.<br>Would you like to try without SSL?<br>(Username and password will be sent in plain text.)
 298 CONNECTION_LOST1=Connection Lost: Reconnect?
 299 CONNECTING_TO1=Connecting to {0}
 300 CONNECTING_TO2=You are currently being connected to {0}.<br>This will take a few moments.
 301 DEADLOCK_TAB=Deadlock
 302 DEADLOCK_TAB_N=Deadlock {0}
 303 EXPAND=expand
 304 KBYTES={0} kbytes
 305 PLOT=plot
 306 VISUALIZE=visualize
 307 ZZ_USAGE_TEXT=Usage: {0} [ -interval=n ] [ -notile ] [ -pluginpath <path> ] [ -version ] [ connection ... ]\n\n  -interval   Set the update interval to n seconds (default is 4 seconds)\n  -notile     Do not tile windows initially (for two or more connections)\n  -pluginpath Specify the path that jconsole uses to look up the plugins\n  -version    Print program version\n\n  connection = pid || host:port || JMX URL (service:jmx:<protocol>://...)\n  pid         The process id of a target process\n  host        A remote host name or IP address\n  port        The port number for the remote connection\n\n  -J          Specify the input arguments to the Java virtual machine\n              on which jconsole is running