JDK-4800038 : need localisations for new messages from bug #4774627 for update release
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 1.4.0_03,1.4.1_01
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2003-01-08
  • Updated: 2003-03-05
  • Resolved: 2003-01-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other Other
1.4.0_04 04Fixed 1.4.1_02Fixed
Description
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




Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.4.0_04 1.4.1_02 FIXED IN: 1.4.0_04 1.4.1_02 INTEGRATED IN: 1.4.0_04 1.4.1_02
14-06-2004

EVALUATION The following 2 strings are added on Activator_*.java for jdk1.4.1_02 : { "crypto.api_failure", "Win32 Crypto API failure: Using Sun provider to generate seed" }, { "crypto.seed_failure", "WSecureRandom: Failed to generate seed" } To be added the strings in jdk1.4.0_04/Activator_*.java ###@###.### 2003-01-10 =========================================== The 4774627 fix for mantis does not require the addition of these 2 messages. Therefore, has no l10n impact on mantis. Thus marking the bug as mantis-na. ###@###.### 2003-03-08
08-03-2003