|
1 | 1 | {
|
2 | 2 |
|
3 | 3 | "jdk.downloader.heading": "JDK Downloader",
|
4 |
| - |
5 | 4 | "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>",
|
6 |
| - |
7 | 5 | "jdk.downloader.button.label.oracleJdk": "Download Oracle Java SE JDK",
|
8 | 6 | "jdk.downloader.label.or": "or",
|
9 | 7 | "jdk.downloader.button.label.openJdk": "Download Oracle OpenJDK",
|
|
85 | 83 | "jdk.extension.runConfig.wrkdir.prompt": "Customize working directory",
|
86 | 84 | "jdk.extenstion.notInstalled.label":"Extension not installed.",
|
87 | 85 | "jdk.extenstion.error_msg.clientNotAvailable":"Client not available",
|
88 |
| - "jdk.extenstion.progressBar.error_msg.cannotRun":"cannot run ${lsCommand}; client is ${client}", |
89 |
| - "jdk.extenstion.error_msg.doesntSupportNewTeamplate":"Client ${client} doesn't support new from template", |
90 |
| - "jdk.extenstion.error_msg.doesntSupportNewProject":"Client ${client} doesn't support new project", |
91 |
| - "jdk.extenstion.error_msg.doesntSupportGoToTest":"Client ${client} doesn't support go to test", |
| 86 | + "jdk.extenstion.progressBar.error_msg.cannotRun":"cannot run {lsCommand}; client is {client}", |
| 87 | + "jdk.extenstion.error_msg.doesntSupportNewTeamplate":"Client {client} doesn't support new from template", |
| 88 | + "jdk.extenstion.error_msg.doesntSupportNewProject":"Client {client} doesn't support new project", |
| 89 | + "jdk.extenstion.error_msg.doesntSupportGoToTest":"Client {client} doesn't support go to test", |
92 | 90 | "jdk.extenstion.error_msg.noSuperImpl":"No super implementation found",
|
93 | 91 | "jdk.extenstion.error_msg.cacheDeletionError":"Error deleting the cache",
|
94 | 92 | "jdk.extenstion.message.cacheDeleted":"Cache deleted successfully",
|
95 | 93 | "jdk.extenstion.cache.error_msg.cannotFindWrkSpacePath":"Cannot find workspace path",
|
96 | 94 | "jdk.extenstion.debugger.error_msg.debugAdapterNotInitialized":"Oracle Java SE Debug Server Adapter not yet initialized. Please wait for a while and try again.",
|
97 | 95 | "jdk.workspace.new.prompt": "Input the directory path where the new file will be generated",
|
98 |
| - "jdk.extension.utils.error_message.failedHttpsRequest": "Failed to get {url} ({statusCode})" |
99 |
| - } |
| 96 | + "jdk.extension.utils.error_message.failedHttpsRequest": "Failed to get {url} ({statusCode})", |
| 97 | + "jdk.extension.error_msg.notEnabled": "{SERVER_NAME} not enabled", |
| 98 | + "LBL_Run": "Run {methodName}", |
| 99 | + "LBL_Debug": "Debug {methodName}", |
| 100 | + "LBL_RunWith": "Run {methodName} with {config}", |
| 101 | + "LBL_DebugWith": "Debug {methodName} with {config}", |
| 102 | + "LBL_TestMethod":"Test {methodName}", |
| 103 | + "LBL_ProfileMethod":"Profile {methodName}", |
| 104 | + "LBL_Clean":"Clean", |
| 105 | + "LBL_Build":"Build", |
| 106 | + "LBL_ContinuousMode":"Continuous Mode" |
| 107 | +} |
0 commit comments