-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.nls.json
22 lines (22 loc) · 1.18 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"extension.description": "Debug or run your java war package in Apache Tomcat",
"tomcatExt.commandfailed": "Command failed with exit code {0}.",
"tomcatExt.error": "Error {0}.",
"tomcatExt.selectserver": "Select Tomcat Server",
"tomcatExt.selectdirectory": "Select Tomcat Directory",
"tomcatExt.selectinstllpath": "Select Tomcat Installation Path",
"tomcatExt.selectwar": "Select war package",
"tomcatExt.browse": "Browse...",
"tomcatExt.newserver": "New server...",
"tomcatExt.cancel": "{0} canceled by user",
"tomcatExt.noserver": "No tomcat server.",
"tomcatExt.alreadyexist": "This tomcat server exists in the workspace, abort creation",
"tomcatExt.noworkspacefolder": "The selected package is not under current workspace",
"tomcatExt.noconfig": "The tomcat server is broken. It does not have server.xml",
"tomcatExt.open": "Open {0}.",
"tomcatExt.confchanged": "server.xml of running {0} has been changed. Would you like to restart it?",
"tomcatExt.failstop": "Failed to stop {0}",
"tomcatExt.promptcontinueonexistingserver": "This tomcat server already exists. Would you like to continue operation on this server?",
"tomcatExt.yes": "Yes",
"tomcatExt.no": "No"
}