blob: 9167bb20490941c5020b4cf89a1ea077513c78f5 [file] [log] [blame]
###############################################################################
# Copyright (c) 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
pluginName=Apache Tomcat Support
providerName=Eclipse.org
# --------------- Runtime Types ---------------
apache=Apache
runtimeTypeTomcat32Label=Apache Tomcat v3.2
runtimeTypeTomcat32Description=Apache Tomcat v3.2 supports J2EE 1.2 Web modules.
runtimeTypeTomcat40Label=Apache Tomcat v4.0
runtimeTypeTomcat40Description=Apache Tomcat v4.0 supports J2EE 1.2 and 1.3 Web modules.
runtimeTypeTomcat41Label=Apache Tomcat v4.1
runtimeTypeTomcat41Description=Apache Tomcat v4.1 supports J2EE 1.2 and 1.3 Web modules.
runtimeTypeTomcat50Label=Apache Tomcat v5.0
runtimeTypeTomcat50Description=Apache Tomcat v5.0 supports J2EE 1.2, 1.3, and 1.4 Web modules.
runtimeTypeTomcat55Label=Apache Tomcat v5.5
runtimeTypeTomcat55Description=Apache Tomcat v5.5 supports J2EE 1.2, 1.3, and 1.4 Web modules.
# runtime locator
runtimeLocatorLabel=Tomcat Runtimes
runtimeLocatorDescription=Search for Apache Tomcat v3.2, v4.0, v4.1, and v5.0 runtimes.
serverLocatorLabel=Tomcat Servers
serverLocatorDescription=Search for Apache Tomcat v3.2, v4.0, v4.1, and v5.0 servers.
# runtime target
target32runtime=Tomcat v3.2 runtime
target40runtime=Tomcat v4.0 runtime
target41runtime=Tomcat v4.1 runtime
target50runtime=Tomcat v5.0 runtime
target55runtime=Tomcat v5.5 runtime
# --------------- Servers and Configurations ---------------
tomcat32ServerType=Tomcat v3.2 Server
tomcat32ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
tomcat32ConfigurationType=Tomcat v3.2 Server Configuration
tomcat32ConfigurationDescription=A server configuration for Tomcat version 3.2.
tomcat40ServerType=Tomcat v4.0 Server
tomcat40ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
tomcat40ConfigurationType=Tomcat v4.0 Server Configuration
tomcat40ConfigurationDescription=A server configuration for Tomcat version 4.0.
tomcat41ServerType=Tomcat v4.1 Server
tomcat41ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
tomcat41ConfigurationType=Tomcat v4.1 Server Configuration
tomcat41ConfigurationDescription=A server configuration for Tomcat version 4.1.
tomcat50ServerType=Tomcat v5.0 Server
tomcat50ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
tomcat50ConfigurationType=Tomcat v5.0 Server Configuration
tomcat50ConfigurationDescription=A server configuration for Tomcat version 5.0.
tomcat55ServerType=Tomcat v5.5 Server
tomcat55ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
tomcat55ConfigurationType=Tomcat v5.5 Server Configuration
tomcat55ConfigurationDescription=A server configuration for Tomcat version 5.5.
# --------------- Tasks (progress monitors) ---------------
savingTask=Saving...
loadingTask=Loading...
updatingConfigurationTask=Updating run-time configuration...
publishConfigurationTask=Publishing the configuration...
publisherPublishTask=Publishing {0}...
tomcatLaunchConfigurationType=Apache Tomcat
# Editor commands (used in undo/redo menus)
configurationEditorActionAddMimeMapping=add MIME mapping
configurationEditorActionAddMimeMappingDescription=Add a MIME mapping
configurationEditorActionModifyMimeMapping=modify MIME mapping
configurationEditorActionModifyMimeMappingDescription=Modify the MIME mapping
configurationEditorActionRemoveMimeMapping=remove MIME mapping
configurationEditorActionRemoveMimeMappingDescription=Remove a MIME mapping
configurationEditorActionAddWebModule=add Web module
configurationEditorActionAddWebModuleDescription=Add a Web module
configurationEditorActionModifyWebModule=modify Web module
configurationEditorActionModifyWebModuleDescription=Modify the Web module
configurationEditorActionRemoveWebModule=remove Web module
configurationEditorActionRemoveWebModuleDescription=Remove Web module {0}
configurationEditorActionModifyPort=set port number
configurationEditorActionModifyPortDescription=Set the port number
configurationEditorActionEditWebModulePath=edit Web module path
configurationEditorActionEditWebModuleDescription=Change Web module path from {0} to {1}
# --------------- General ---------------
canAddModule=Web module can be added to the server.
canModifyModules=Web modules can be modified.
# --------------- Errors and Info ---------------
errorInstallDir=The Tomcat installation directory is not correct. Edit the server and change the installation directory.
errorJRE=The JRE could not be found. Edit the server and change the JRE location.
errorPortInUse=Port {0} required by {1} is already in use.
errorCouldNotLoadConfiguration=Could not find a valid Tomcat server configuration at the specified location.
errorCouldNotSaveConfiguration=Could not save the Tomcat server configuration: {0}.
errorPublishConfiguration=Could not publish server configuration: {0}.
errorWebModulesOnly=Tomcat only supports running J2EE Web modules.
errorSpec32=Tomcat version 3.2 only supports J2EE 1.2 Web modules
errorSpec40=Tomcat version 4.0 only supports J2EE 1.2 and 1.3 Web modules
errorSpec41=Tomcat version 4.1 only supports J2EE 1.2 and 1.3 Web modules
errorSpec50=Tomcat version 5.0 only supports J2EE 1.2 and 1.3 and 1.4 Web modules
errorSpec55=Tomcat version 5.5 only supports J2EE 1.2 and 1.3 and 1.4 Web modules
errorInstallDir=The Tomcat installation directory is not correct.
warningJRE=Tomcat cannot compile JSP files when run on a JRE. Use a JDK instead.
# Actions (used in undo/redo menus)
serverEditorActionSetSecure=set security
serverEditorActionSetSecureDescription=Set the Tomcat security
serverEditorActionSetDebugMode=set Tomcat debug mode
serverEditorActionSetDebugModeDescription=Set Tomcat in debug mode
serverEditorActionSetTestEnvironment=run modules from workspace
serverEditorActionSetTestEnvironmentDescription=Run modules from the workspace