blob: 5915f8da68f49fd6e421ddb2234beffd3b19bad7 [file] [log] [blame]
deboerc03e38c2004-11-09 15:45:19 +00001###############################################################################
deboer65ea5072005-02-17 19:14:45 +00002# Copyright (c) 2004, 2005 IBM Corporation and others.
deboerc03e38c2004-11-09 15:45:19 +00003# 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
deboer5083cf72005-02-02 14:50:49 +000041# --------------- Servers ---------------
ndaia5120382004-10-13 15:46:19 +000042tomcat32ServerType=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
ndaia5120382004-10-13 15:46:19 +000045tomcat40ServerType=Tomcat v4.0 Server
ndaia5120382004-10-13 15:46:19 +000046tomcat40ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
47
ndaia5120382004-10-13 15:46:19 +000048tomcat41ServerType=Tomcat v4.1 Server
ndaia5120382004-10-13 15:46:19 +000049tomcat41ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
50
ndaia5120382004-10-13 15:46:19 +000051tomcat50ServerType=Tomcat v5.0 Server
ndaia5120382004-10-13 15:46:19 +000052tomcat50ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
53
bfreeman71873382004-10-31 14:41:53 +000054tomcat55ServerType=Tomcat v5.5 Server
bfreeman71873382004-10-31 14:41:53 +000055tomcat55ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
56
ndaia5120382004-10-13 15:46:19 +000057# --------------- Tasks (progress monitors) ---------------
58savingTask=Saving...
59loadingTask=Loading...
ndaia5120382004-10-13 15:46:19 +000060updatingConfigurationTask=Updating run-time configuration...
deboerf374ecf2005-02-01 20:38:13 +000061publishServerTask=Publishing to server...
ndaia5120382004-10-13 15:46:19 +000062publishConfigurationTask=Publishing the configuration...
ndaia5120382004-10-13 15:46:19 +000063publisherPublishTask=Publishing {0}...
ndaia5120382004-10-13 15:46:19 +000064
deboer7d006642005-01-18 23:33:50 +000065publishContextConfigTask=Publishing META-INF/context.xml configurations...
66checkingContextTask=Checking Context {0} for context.xml...
67savingContextConfigTask=Saving context configuration updates...
deboerf374ecf2005-02-01 20:38:13 +000068serverPostProcessingComplete=Context configurations added.
69
70cleanupServerTask=Removing obsolete files from server...
71detectingRemovedProjects=Preparing list of removed projects...
72deletingContextFilesTask=Deleting obsolete context files from server...
73deletingContextFile=Deleting obsolete context file {0}...
74deletedContextFile=Context file {0} removed
deboer7d006642005-01-18 23:33:50 +000075
ndaia5120382004-10-13 15:46:19 +000076tomcatLaunchConfigurationType=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 ---------------
ndaia5120382004-10-13 15:46:19 +000097canAddModule=Web module can be added to the server.
98canModifyModules=Web modules can be modified.
deboer5083cf72005-02-02 14:50:49 +000099portServer=Tomcat admin port
100portUnknown=unknown port
ndaia5120382004-10-13 15:46:19 +0000101
102# --------------- Errors and Info ---------------
deboera46abc62005-02-16 14:21:52 +0000103errorInstallDir=The Tomcat installation directory is not correct. It does not point to a valid Tomcat installation.
ndaia5120382004-10-13 15:46:19 +0000104errorJRE=The JRE could not be found. Edit the server and change the JRE location.
deboer5083cf72005-02-02 14:50:49 +0000105errorPortInUse=Port {0} required by {1} is already in use. The server may already be running in another process, or a system process may be using the port. \
106 To start this server you will need to stop the other process or change the port number(s).
deboerfed47d42005-02-11 21:45:05 +0000107errorPortsInUse=Several ports ({0}) required by {1} are already in use. The server may already be running in another process, or a system process may be using the port. \
108 To start this server you will need to stop the other process or change the port number(s).
ndaia5120382004-10-13 15:46:19 +0000109errorCouldNotLoadConfiguration=Could not find a valid Tomcat server configuration at the specified location.
ndaia5120382004-10-13 15:46:19 +0000110errorCouldNotSaveConfiguration=Could not save the Tomcat server configuration: {0}.
111errorPublishConfiguration=Could not publish server configuration: {0}.
deboerf374ecf2005-02-01 20:38:13 +0000112errorCouldNotDeleteContextFile=Could not delete obsolete context file: {0}
113errorCleanupServer=Could not clean server of obsolete files: {0}
ndaia5120382004-10-13 15:46:19 +0000114errorWebModulesOnly=Tomcat only supports running J2EE Web modules.
ndaia5120382004-10-13 15:46:19 +0000115errorSpec32=Tomcat version 3.2 only supports J2EE 1.2 Web modules
116errorSpec40=Tomcat version 4.0 only supports J2EE 1.2 and 1.3 Web modules
117errorSpec41=Tomcat version 4.1 only supports J2EE 1.2 and 1.3 Web modules
deboer5083cf72005-02-02 14:50:49 +0000118errorSpec50=Tomcat version 5.0 only supports J2EE 1.2, 1.3, and 1.4 Web modules
119errorSpec55=Tomcat version 5.5 only supports J2EE 1.2, 1.3, and 1.4 Web modules
ndaia5120382004-10-13 15:46:19 +0000120
deboer5083cf72005-02-02 14:50:49 +0000121warningJRE=Tomcat requires a Java SDK in order to compile JSP files. Ensure that the JRE preference settings point to an SDK install location.
deboerca485482004-12-20 20:24:55 +0000122
deboerda1df6a2004-12-03 13:35:32 +0000123# Actions (used in undo/redo menus)
124serverEditorActionSetSecure=set security
125serverEditorActionSetSecureDescription=Set the Tomcat security
126serverEditorActionSetDebugMode=set Tomcat debug mode
127serverEditorActionSetDebugModeDescription=Set Tomcat in debug mode
128serverEditorActionSetTestEnvironment=run modules from workspace
129serverEditorActionSetTestEnvironmentDescription=Run modules from the workspace