Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2063150 | 1.4.1_02 | Michael Fang | P3 | Resolved | Fixed | 02 |
As a result of fixing Bug #4774627, two new messages were introduced in
ext/plugin/java/src/sun/plugin/resources/Activator.java
We need to get these localised for the update releases. The languages
required are as follows.
Activator_de.java
Activator_es.java
Activator_fr.java
Activator_it.java
Activator_ja.java
Activator_ko.java
Activator_sv.java
Activator_zh_CN.java
Activator_zh_TW.java
The relevant lines which were inserted are as follows.
{ "crypto.api_failure", "Win32 Crypto API failure: Using Sun provider to
generate seed" },
{ "crypto.seed_failure", "WSecureRandom: Failed to generate seed" },
If you need more background info, see the webrev at....
http://jpsesvr.sfbay.sun.com:8080/ctetools/servlet/sun.cte.codeMngt.ViewDetail?op=view&id=460
ext/plugin/java/src/sun/plugin/resources/Activator.java
We need to get these localised for the update releases. The languages
required are as follows.
Activator_de.java
Activator_es.java
Activator_fr.java
Activator_it.java
Activator_ja.java
Activator_ko.java
Activator_sv.java
Activator_zh_CN.java
Activator_zh_TW.java
The relevant lines which were inserted are as follows.
{ "crypto.api_failure", "Win32 Crypto API failure: Using Sun provider to
generate seed" },
{ "crypto.seed_failure", "WSecureRandom: Failed to generate seed" },
If you need more background info, see the webrev at....
http://jpsesvr.sfbay.sun.com:8080/ctetools/servlet/sun.cte.codeMngt.ViewDetail?op=view&id=460
- backported by
-
JDK-2063150 need localisations for new messages from bug #4774627 for update release
- Resolved