|
1 | 1 | { |
2 | 2 | "jdk.downloader.heading": "JDK Downloader", |
3 | | - "jdk.downloader.html.details":"<p>This tool enables you to download either the latest Oracle Java SE JDK with <a href='https://www.java.com/freeuselicense'>Oracle No-Fee Terms and Conditions</a> or the Oracle OpenJDK builds under the <a href='https://openjdk.org/legal/gplv2+ce.html'>GNU Public License with ClassPath Exception</a></p> <p>It will then handle the installation and configuration on your behalf.</p> <p>This enables you to take full advantage of all the features offered by this extension.</p>", |
4 | | - "jdk.downloader.button.label.oracleJdk": "Download Oracle Java SE JDK", |
| 3 | + "jdk.downloader.html.details":"<p>This tool enables you to download either the latest Oracle JDK with <a href='https://www.java.com/freeuselicense'>Oracle No-Fee Terms and Conditions</a> or the Oracle OpenJDK builds under the <a href='https://openjdk.org/legal/gplv2+ce.html'>GNU Public License with ClassPath Exception</a></p> <p>It will then handle the installation and configuration on your behalf.</p> <p>This enables you to take full advantage of all the features offered by this extension.</p>", |
| 4 | + "jdk.downloader.button.label.oracleJdk": "Download Oracle JDK", |
5 | 5 | "jdk.downloader.label.or": "or", |
6 | 6 | "jdk.downloader.label.openJdk": "OpenJDK", |
7 | 7 | "jdk.downloader.label.oracleJdk": "Oracle JDK", |
8 | 8 | "jdk.downloader.button.label.openJdk": "Download Oracle OpenJDK", |
9 | 9 | "jdk.downloader.button.label.selectJdkFromSystem": "Select installed JDK from my system", |
10 | | - "jdk.downloader.label.selectOracleJdkVersion": "Select Oracle Java SE Version", |
| 10 | + "jdk.downloader.label.selectOracleJdkVersion": "Select Oracle JDK Version", |
11 | 11 | "jdk.downloader.label.detectedOs": "Detected OS", |
12 | 12 | "jdk.downloader.label.windows": "Microsoft Windows", |
13 | 13 | "jdk.downloader.label.mac": "macOS", |
|
92 | 92 | "jdk.extension.error_msg.cacheDeletionError":"Error deleting the cache", |
93 | 93 | "jdk.extension.message.cacheDeleted":"Cache deleted successfully", |
94 | 94 | "jdk.extension.cache.error_msg.cannotFindWrkSpacePath":"Cannot find workspace path", |
95 | | - "jdk.extension.debugger.error_msg.debugAdapterNotInitialized":"Oracle Java SE Debug Server Adapter not yet initialized. Please wait for a while and try again.", |
| 95 | + "jdk.extension.debugger.error_msg.debugAdapterNotInitialized":"Oracle Java extension Debug Server Adapter not yet initialized. Please wait for a while and try again.", |
96 | 96 | "jdk.workspace.new.prompt": "Input the directory path where the new file will be generated", |
97 | 97 | "jdk.extension.utils.error_message.failedHttpsRequest": "Failed to get {url} ({statusCode})", |
98 | 98 | "jdk.extension.error_msg.notEnabled": "{SERVER_NAME} not enabled", |
|
0 commit comments