Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 6
-
Fix Version/s: 6
-
Component/s: globalization
-
Subcomponent:
-
Resolved In Build:b81
-
CPU:generic
-
OS:generic
-
Verification:Verified
Description
Some new messages in j2se/src/share/classes/sun/tools/jconsole/resources/JConsoleResources.java are not localized
"Disconnected. Click to connect.",
"Detect Deadlock"
"JConsole: New Connection"
"Local Process:"
"Management Not Enabled"
"Management Will Be Enabled"
"Remote Process:"
......
Open a java console, and click Connection->New Connection from menu, the new connection dialog is only partically localized. This may be because, messages are updated after message synch #3, or some errors in ULA in last time message synch put en strings as translation.
"Disconnected. Click to connect.",
"Detect Deadlock"
"JConsole: New Connection"
"Local Process:"
"Management Not Enabled"
"Management Will Be Enabled"
"Remote Process:"
......
Open a java console, and click Connection->New Connection from menu, the new connection dialog is only partically localized. This may be because, messages are updated after message synch #3, or some errors in ULA in last time message synch put en strings as translation.