-
Bug
-
Resolution: Fixed
-
P2
-
7u40
-
b40
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8023118 | 8 | Thomas Ng | P2 | Closed | Fixed | b104 |
JDK-8034364 | 7u65 | Thomas Ng | P2 | Resolved | Fixed | b01 |
JDK-8023332 | 7u60 | Thomas Ng | P2 | Resolved | Fixed | b01 |
JDK-8023397 | 7u51 | Thomas Ng | P2 | Resolved | Fixed | b01 |
JDK-8023283 | 7u45 | Thomas Ng | P2 | Resolved | Fixed | b08 |
manually translate these two message:
{"dialog.selfsigned.security.risk.warning", "Running applications by Unknown "
+ "publishers will be blocked in a future release because it is "
+ "potentially unsafe and a security risk."},
{"dialog.unsigned.security.risk.warning", "Running unsigned applications "
+ "like this will be blocked in a future release because it is "
+ "potentially unsafe and a security risk."},
translated strings are in 7u45 already - will just copy from there.
{"dialog.selfsigned.security.risk.warning", "Running applications by Unknown "
+ "publishers will be blocked in a future release because it is "
+ "potentially unsafe and a security risk."},
{"dialog.unsigned.security.risk.warning", "Running unsigned applications "
+ "like this will be blocked in a future release because it is "
+ "potentially unsafe and a security risk."},
translated strings are in 7u45 already - will just copy from there.
- backported by
-
JDK-8023283 translate two resource message for self signed and unsigned warning
- Resolved
-
JDK-8023332 translate two resource message for self signed and unsigned warning
- Resolved
-
JDK-8023397 translate two resource message for self signed and unsigned warning
- Resolved
-
JDK-8034364 translate two resource message for self signed and unsigned warning
- Resolved
-
JDK-8023118 translate two resource message for self signed and unsigned warning
- Closed