|
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 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 | | - "jdk.downloader.label.or": "or", |
6 | | - "jdk.downloader.label.openJdk": "OpenJDK", |
| 3 | + "jdk.downloader.html.summary":"Download and install the latest Oracle JDK", |
| 4 | + "jdk.downloader.html.details":"<p>This tool enables you to download the latest Oracle JDK under the <a href='https://www.java.com/freeuselicense'>Oracle No-Fee Terms and Conditions</a>.</p> <p>It then handles installation and configuration on your behalf. This ensures you can take full advantage of all the features offered by this extension.</p>", |
| 5 | + "jdk.downloader.html.license.openJdk":"The Oracle OpenJDK builds are under the <a href='https://openjdk.org/legal/gplv2+ce.html'>GNU Public License with ClassPath Exception</a>.", |
| 6 | + "jdk.downloader.html.footnote":"<em>Note:</em> Use the command <a href='command:jdk.select.jdk'><code>Select an installed JDK</code></a> to choose an already installed JDK for use with the extension.", |
| 7 | + "jdk.downloader.button.label.latestOracleJdk": "Install Oracle JDK", |
| 8 | + "jdk.downloader.button.label.selectedJdk": "Install selected JDK", |
| 9 | + "jdk.downloader.label.otherOptions": "Other Options", |
| 10 | + "jdk.downloader.label.openJdk": "Oracle OpenJDK", |
7 | 11 | "jdk.downloader.label.oracleJdk": "Oracle JDK", |
8 | | - "jdk.downloader.button.label.openJdk": "Download Oracle OpenJDK", |
9 | | - "jdk.downloader.button.label.selectJdkFromSystem": "Select installed JDK from my system", |
10 | | - "jdk.downloader.label.selectOracleJdkVersion": "Select Oracle JDK Version", |
11 | | - "jdk.downloader.label.detectedOs": "Detected OS", |
| 12 | + "jdk.downloader.label.selectOracleJdkVersion": "Select Oracle JDK version", |
| 13 | + "jdk.downloader.label.selectOpenJdkVersion": "Select Oracle OpenJDK version", |
| 14 | + "jdk.downloader.label.selectedOsArch": "Selected OS", |
| 15 | + "jdk.downloader.label.changeOsArch": "Change", |
| 16 | + "jdk.downloader.label.selectOs": "Select OS", |
12 | 17 | "jdk.downloader.label.windows": "Microsoft Windows", |
13 | 18 | "jdk.downloader.label.mac": "macOS", |
14 | 19 | "jdk.downloader.label.linux": "Linux", |
15 | | - "jdk.downloader.label.detectedMachineArchitecture": "Detected Machine Architecture", |
16 | | - "jdk.downloader.button.label.downloadAndInstall": "Install and start setup", |
17 | | - "jdk.downloader.label.selectOpenJdkVersion": "Select Oracle OpenJDK Version", |
| 20 | + "jdk.downloader.label.selectMachineArchitecture": "Select machine architecture", |
18 | 21 | "jdk.downloader.message.downloadProgressBar":"{jdkType} {jdkVersion} download in progress", |
19 | 22 | "jdk.downloader.message.downloadingAndCompletingSetup": "Downloading and completing setup of {jdkType} {jdkVersion}...", |
20 | 23 | "jdk.downloader.message.downloadCompleted":"{jdkType} {jdkVersion} for {osType} download completed!", |
|
0 commit comments