blob: c2d1f9d02e48091ac5736c69c2bd3afebd4056f4 [file] [log] [blame]
ndaia5120382004-10-13 15:46:19 +00001pluginName=Apache Tomcat Support
2providerName=IBM
3
4# --------------- Runtime Types ---------------
5apache=Apache
6runtimeTypeTomcat32Label=Apache Tomcat v3.2
7runtimeTypeTomcat32Description=Apache Tomcat v3.2 supports J2EE 1.2 Web modules.
8runtimeTypeTomcat40Label=Apache Tomcat v4.0
9runtimeTypeTomcat40Description=Apache Tomcat v4.0 supports J2EE 1.2 and 1.3 Web modules.
10runtimeTypeTomcat41Label=Apache Tomcat v4.1
11runtimeTypeTomcat41Description=Apache Tomcat v4.1 supports J2EE 1.2 and 1.3 Web modules.
12runtimeTypeTomcat50Label=Apache Tomcat v5.0
13runtimeTypeTomcat50Description=Apache Tomcat v5.0 supports J2EE 1.2, 1.3, and 1.4 Web modules.
14
15# runtime locator
16runtimeLocatorLabel=Tomcat Runtimes
17runtimeLocatorDescription=Search for Apache Tomcat v3.2, v4.0, v4.1, and v5.0 runtimes.
18
19serverLocatorLabel=Tomcat Servers
20serverLocatorDescription=Search for Apache Tomcat v3.2, v4.0, v4.1, and v5.0 servers.
21
22# runtime target
23targetJRE=Tomcat JRE
24target32runtime=Tomcat v3.2 runtime
25target40runtime=Tomcat v4.0 runtime
26target41runtime=Tomcat v4.1 runtime
27target50runtime=Tomcat v5.0 runtime
28
29# --------------- Servers and Configurations ---------------
30tomcat32ServerType=Tomcat v3.2 Server
31tomcat32ServerShortType=Local Server
32tomcat32ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
33
34tomcat32ConfigurationType=Tomcat v3.2 Server Configuration
35tomcat32ConfigurationShortType=Server Configuration
36tomcat32ConfigurationDescription=A server configuration for Tomcat version 3.2.
37
38tomcat40ServerType=Tomcat v4.0 Server
39tomcat40ServerShortType=Local Server
40tomcat40ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
41
42tomcat40ConfigurationType=Tomcat v4.0 Server Configuration
43tomcat40ConfigurationShortType=Server Configuration
44tomcat40ConfigurationDescription=A server configuration for Tomcat version 4.0.
45
46tomcat41ServerType=Tomcat v4.1 Server
47tomcat41ServerShortType=Local Server
48tomcat41ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
49
50tomcat41ConfigurationType=Tomcat v4.1 Server Configuration
51tomcat41ConfigurationShortType=Server Configuration
52tomcat41ConfigurationDescription=A server configuration for Tomcat version 4.1.
53
54tomcat50ServerType=Tomcat v5.0 Server
55tomcat50ServerShortType=Local Server
56tomcat50ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
57
58tomcat50ConfigurationType=Tomcat v5.0 Server Configuration
59tomcat50ConfigurationShortType=Server Configuration
60tomcat50ConfigurationDescription=A server configuration for Tomcat version 5.0.
61
62# --------------- Tasks (progress monitors) ---------------
63savingTask=Saving...
64loadingTask=Loading...
65creatingTask=Creating...
66updatingConfigurationTask=Updating run-time configuration...
67publishTask=Publishing to Tomcat...
68publishConfigurationTask=Publishing the configuration...
69publishTempDirectoryTask=Updating the temp directory...
70publishCopyTask=Copying module {0}...
71publishExpandTask=Expanding module {0}...
72publishProjectTask=Publishing project {0}...
73publisherPublishTask=Publishing {0}...
74publisherDeleteTask=Deleting {0}...
75
76tomcatLaunchConfigurationType=Apache Tomcat
77
78# Editor commands (used in undo/redo menus)
79configurationEditorActionAddMimeMapping=add MIME mapping
80configurationEditorActionAddMimeMappingDescription=Add a MIME mapping
81configurationEditorActionModifyMimeMapping=modify MIME mapping
82configurationEditorActionModifyMimeMappingDescription=Modify the MIME mapping
83configurationEditorActionRemoveMimeMapping=remove MIME mapping
84configurationEditorActionRemoveMimeMappingDescription=Remove a MIME mapping
85configurationEditorActionAddWebModule=add Web module
86configurationEditorActionAddWebModuleDescription=Add a Web module
87configurationEditorActionModifyWebModule=modify Web module
88configurationEditorActionModifyWebModuleDescription=Modify the Web module
89configurationEditorActionRemoveWebModule=remove Web module
90configurationEditorActionRemoveWebModuleDescription=Remove Web module {0}
91configurationEditorActionModifyPort=set port number
92configurationEditorActionModifyPortDescription=Set the port number
93configurationEditorActionEditWebModulePath=edit Web module path
94configurationEditorActionEditWebModuleDescription=Change Web module path from {0} to {1}
95
96# --------------- General ---------------
97startingServer=Starting Tomcat server {0}. Debugging is disabled and breakpoints will be ignored.
98debuggingServer=Starting Tomcat server {0} in debug mode. Breakpoints are enabled.
99profilingServer=Starting Tomcat server {0}. Profiling is enabled and debugging has been disabled.
100errorInvalidConfiguration=Invalid server configuration
101canAddModule=Web module can be added to the server.
102canModifyModules=Web modules can be modified.
103
104# --------------- Errors and Info ---------------
105errorTitle=Tomcat Error
106errorInstallDir=The Tomcat installation directory is not correct. Edit the server and change the installation directory.
107errorJRE=The JRE could not be found. Edit the server and change the JRE location.
108errorPortInUse=Port {0} required by {1} is already in use.
109errorCouldNotLaunch=Tomcat could not be launched successfully.
110errorCouldNotFindDebugPort=Could not find a valid port for debugging.
111errorCouldNotLoadServer=Could not find a valid Tomcat server at the specified location.
112errorCouldNotLoadConfiguration=Could not find a valid Tomcat server configuration at the specified location.
113errorCouldNotSaveServer=Could not save the Tomcat server: {0}.
114errorCouldNotSaveConfiguration=Could not save the Tomcat server configuration: {0}.
115errorPublishConfiguration=Could not publish server configuration: {0}.
116errorWebModulesOnly=Tomcat only supports running J2EE Web modules.
117errorCancelled=Cancelled
118errorSpec32=Tomcat version 3.2 only supports J2EE 1.2 Web modules
119errorSpec40=Tomcat version 4.0 only supports J2EE 1.2 and 1.3 Web modules
120errorSpec41=Tomcat version 4.1 only supports J2EE 1.2 and 1.3 Web modules
121errorSpec50=Tomcat version 5.0 only supports J2EE 1.2 and 1.3 and 1.4 Web modules
122errorInstallDir=The Tomcat installation directory is not correct.
123errorJREDir=The JDK installation directory is not correct.
124errorRuntimeName=Enter a name for the runtime.
125errorDuplicateRuntimeName=Name is already in use.
126
127publishingStarted=Publishing started successfully
128publishingStopped=Publishing ended successfully
129
130infoPublishSuccess=Publishing was successful
131infoDefaultAvailable=A Tomcat server is available.
132
133projectCleanupSuccess=Old project {0} was removed successfully.