blob: e6a6d68d1b88885b04e8043670887d5025bb8c61 [file] [log] [blame]
deboerc03e38c2004-11-09 15:45:19 +00001###############################################################################
2# Copyright (c) 2004 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
ndaia5120382004-10-13 15:46:19 +000011pluginName=Apache Tomcat Support
deboer91475be2004-12-10 22:39:30 +000012providerName=Eclipse.org
ndaia5120382004-10-13 15:46:19 +000013
14# --------------- Runtime Types ---------------
15apache=Apache
16runtimeTypeTomcat32Label=Apache Tomcat v3.2
17runtimeTypeTomcat32Description=Apache Tomcat v3.2 supports J2EE 1.2 Web modules.
18runtimeTypeTomcat40Label=Apache Tomcat v4.0
19runtimeTypeTomcat40Description=Apache Tomcat v4.0 supports J2EE 1.2 and 1.3 Web modules.
20runtimeTypeTomcat41Label=Apache Tomcat v4.1
21runtimeTypeTomcat41Description=Apache Tomcat v4.1 supports J2EE 1.2 and 1.3 Web modules.
22runtimeTypeTomcat50Label=Apache Tomcat v5.0
23runtimeTypeTomcat50Description=Apache Tomcat v5.0 supports J2EE 1.2, 1.3, and 1.4 Web modules.
bfreeman71873382004-10-31 14:41:53 +000024runtimeTypeTomcat55Label=Apache Tomcat v5.5
25runtimeTypeTomcat55Description=Apache Tomcat v5.5 supports J2EE 1.2, 1.3, and 1.4 Web modules.
ndaia5120382004-10-13 15:46:19 +000026
27# runtime locator
28runtimeLocatorLabel=Tomcat Runtimes
29runtimeLocatorDescription=Search for Apache Tomcat v3.2, v4.0, v4.1, and v5.0 runtimes.
30
31serverLocatorLabel=Tomcat Servers
32serverLocatorDescription=Search for Apache Tomcat v3.2, v4.0, v4.1, and v5.0 servers.
33
34# runtime target
ndaia5120382004-10-13 15:46:19 +000035target32runtime=Tomcat v3.2 runtime
36target40runtime=Tomcat v4.0 runtime
37target41runtime=Tomcat v4.1 runtime
38target50runtime=Tomcat v5.0 runtime
deboerda1df6a2004-12-03 13:35:32 +000039target55runtime=Tomcat v5.5 runtime
ndaia5120382004-10-13 15:46:19 +000040
41# --------------- Servers and Configurations ---------------
42tomcat32ServerType=Tomcat v3.2 Server
ndaia5120382004-10-13 15:46:19 +000043tomcat32ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
44
45tomcat32ConfigurationType=Tomcat v3.2 Server Configuration
ndaia5120382004-10-13 15:46:19 +000046tomcat32ConfigurationDescription=A server configuration for Tomcat version 3.2.
47
48tomcat40ServerType=Tomcat v4.0 Server
ndaia5120382004-10-13 15:46:19 +000049tomcat40ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
50
51tomcat40ConfigurationType=Tomcat v4.0 Server Configuration
ndaia5120382004-10-13 15:46:19 +000052tomcat40ConfigurationDescription=A server configuration for Tomcat version 4.0.
53
54tomcat41ServerType=Tomcat v4.1 Server
ndaia5120382004-10-13 15:46:19 +000055tomcat41ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
56
57tomcat41ConfigurationType=Tomcat v4.1 Server Configuration
ndaia5120382004-10-13 15:46:19 +000058tomcat41ConfigurationDescription=A server configuration for Tomcat version 4.1.
59
60tomcat50ServerType=Tomcat v5.0 Server
ndaia5120382004-10-13 15:46:19 +000061tomcat50ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
62
63tomcat50ConfigurationType=Tomcat v5.0 Server Configuration
ndaia5120382004-10-13 15:46:19 +000064tomcat50ConfigurationDescription=A server configuration for Tomcat version 5.0.
65
bfreeman71873382004-10-31 14:41:53 +000066tomcat55ServerType=Tomcat v5.5 Server
bfreeman71873382004-10-31 14:41:53 +000067tomcat55ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
68
69tomcat55ConfigurationType=Tomcat v5.5 Server Configuration
bfreeman71873382004-10-31 14:41:53 +000070tomcat55ConfigurationDescription=A server configuration for Tomcat version 5.5.
71
ndaia5120382004-10-13 15:46:19 +000072# --------------- Tasks (progress monitors) ---------------
73savingTask=Saving...
74loadingTask=Loading...
ndaia5120382004-10-13 15:46:19 +000075updatingConfigurationTask=Updating run-time configuration...
ndaia5120382004-10-13 15:46:19 +000076publishConfigurationTask=Publishing the configuration...
ndaia5120382004-10-13 15:46:19 +000077publisherPublishTask=Publishing {0}...
ndaia5120382004-10-13 15:46:19 +000078
79tomcatLaunchConfigurationType=Apache Tomcat
80
81# Editor commands (used in undo/redo menus)
82configurationEditorActionAddMimeMapping=add MIME mapping
83configurationEditorActionAddMimeMappingDescription=Add a MIME mapping
84configurationEditorActionModifyMimeMapping=modify MIME mapping
85configurationEditorActionModifyMimeMappingDescription=Modify the MIME mapping
86configurationEditorActionRemoveMimeMapping=remove MIME mapping
87configurationEditorActionRemoveMimeMappingDescription=Remove a MIME mapping
88configurationEditorActionAddWebModule=add Web module
89configurationEditorActionAddWebModuleDescription=Add a Web module
90configurationEditorActionModifyWebModule=modify Web module
91configurationEditorActionModifyWebModuleDescription=Modify the Web module
92configurationEditorActionRemoveWebModule=remove Web module
93configurationEditorActionRemoveWebModuleDescription=Remove Web module {0}
94configurationEditorActionModifyPort=set port number
95configurationEditorActionModifyPortDescription=Set the port number
96configurationEditorActionEditWebModulePath=edit Web module path
97configurationEditorActionEditWebModuleDescription=Change Web module path from {0} to {1}
98
99# --------------- General ---------------
ndaia5120382004-10-13 15:46:19 +0000100canAddModule=Web module can be added to the server.
101canModifyModules=Web modules can be modified.
102
103# --------------- Errors and Info ---------------
ndaia5120382004-10-13 15:46:19 +0000104errorInstallDir=The Tomcat installation directory is not correct. Edit the server and change the installation directory.
105errorJRE=The JRE could not be found. Edit the server and change the JRE location.
106errorPortInUse=Port {0} required by {1} is already in use.
ndaia5120382004-10-13 15:46:19 +0000107errorCouldNotLoadConfiguration=Could not find a valid Tomcat server configuration at the specified location.
ndaia5120382004-10-13 15:46:19 +0000108errorCouldNotSaveConfiguration=Could not save the Tomcat server configuration: {0}.
109errorPublishConfiguration=Could not publish server configuration: {0}.
110errorWebModulesOnly=Tomcat only supports running J2EE Web modules.
ndaia5120382004-10-13 15:46:19 +0000111errorSpec32=Tomcat version 3.2 only supports J2EE 1.2 Web modules
112errorSpec40=Tomcat version 4.0 only supports J2EE 1.2 and 1.3 Web modules
113errorSpec41=Tomcat version 4.1 only supports J2EE 1.2 and 1.3 Web modules
114errorSpec50=Tomcat version 5.0 only supports J2EE 1.2 and 1.3 and 1.4 Web modules
bfreeman71873382004-10-31 14:41:53 +0000115errorSpec55=Tomcat version 5.5 only supports J2EE 1.2 and 1.3 and 1.4 Web modules
ndaia5120382004-10-13 15:46:19 +0000116errorInstallDir=The Tomcat installation directory is not correct.
ndaia5120382004-10-13 15:46:19 +0000117
deboerda1df6a2004-12-03 13:35:32 +0000118# Actions (used in undo/redo menus)
119serverEditorActionSetSecure=set security
120serverEditorActionSetSecureDescription=Set the Tomcat security
121serverEditorActionSetDebugMode=set Tomcat debug mode
122serverEditorActionSetDebugModeDescription=Set Tomcat in debug mode
123serverEditorActionSetTestEnvironment=run modules from workspace
124serverEditorActionSetTestEnvironmentDescription=Run modules from the workspace