blob: e130fc23394e537dae403ac830d1d03004d9b571 [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=IBM
# --------------- 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
targetJRE=Tomcat JRE
target32runtime=Tomcat v3.2 runtime
target40runtime=Tomcat v4.0 runtime
target41runtime=Tomcat v4.1 runtime
target50runtime=Tomcat v5.0 runtime
# --------------- Servers and Configurations ---------------
tomcat32ServerType=Tomcat v3.2 Server
tomcat32ServerShortType=Local Server
tomcat32ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
tomcat32ConfigurationType=Tomcat v3.2 Server Configuration
tomcat32ConfigurationShortType=Server Configuration
tomcat32ConfigurationDescription=A server configuration for Tomcat version 3.2.
tomcat40ServerType=Tomcat v4.0 Server
tomcat40ServerShortType=Local Server
tomcat40ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
tomcat40ConfigurationType=Tomcat v4.0 Server Configuration
tomcat40ConfigurationShortType=Server Configuration
tomcat40ConfigurationDescription=A server configuration for Tomcat version 4.0.
tomcat41ServerType=Tomcat v4.1 Server
tomcat41ServerShortType=Local Server
tomcat41ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
tomcat41ConfigurationType=Tomcat v4.1 Server Configuration
tomcat41ConfigurationShortType=Server Configuration
tomcat41ConfigurationDescription=A server configuration for Tomcat version 4.1.
tomcat50ServerType=Tomcat v5.0 Server
tomcat50ServerShortType=Local Server
tomcat50ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
tomcat50ConfigurationType=Tomcat v5.0 Server Configuration
tomcat50ConfigurationShortType=Server Configuration
tomcat50ConfigurationDescription=A server configuration for Tomcat version 5.0.
tomcat55ServerType=Tomcat v5.5 Server
tomcat55ServerShortType=Local Server
tomcat55ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
tomcat55ConfigurationType=Tomcat v5.5 Server Configuration
tomcat55ConfigurationShortType=Server Configuration
tomcat55ConfigurationDescription=A server configuration for Tomcat version 5.5.
# --------------- Tasks (progress monitors) ---------------
savingTask=Saving...
loadingTask=Loading...
creatingTask=Creating...
updatingConfigurationTask=Updating run-time configuration...
publishTask=Publishing to Tomcat...
publishConfigurationTask=Publishing the configuration...
publishTempDirectoryTask=Updating the temp directory...
publishCopyTask=Copying module {0}...
publishExpandTask=Expanding module {0}...
publishProjectTask=Publishing project {0}...
publisherPublishTask=Publishing {0}...
publisherDeleteTask=Deleting {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 ---------------
startingServer=Starting Tomcat server {0}. Debugging is disabled and breakpoints will be ignored.
debuggingServer=Starting Tomcat server {0} in debug mode. Breakpoints are enabled.
profilingServer=Starting Tomcat server {0}. Profiling is enabled and debugging has been disabled.
errorInvalidConfiguration=Invalid server configuration
canAddModule=Web module can be added to the server.
canModifyModules=Web modules can be modified.
# --------------- Errors and Info ---------------
errorTitle=Tomcat Error
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.
errorCouldNotLaunch=Tomcat could not be launched successfully.
errorCouldNotFindDebugPort=Could not find a valid port for debugging.
errorCouldNotLoadServer=Could not find a valid Tomcat server at the specified location.
errorCouldNotLoadConfiguration=Could not find a valid Tomcat server configuration at the specified location.
errorCouldNotSaveServer=Could not save the Tomcat server: {0}.
errorCouldNotSaveConfiguration=Could not save the Tomcat server configuration: {0}.
errorPublishConfiguration=Could not publish server configuration: {0}.
errorWebModulesOnly=Tomcat only supports running J2EE Web modules.
errorCancelled=Cancelled
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.
errorJREDir=The JDK installation directory is not correct.
errorRuntimeName=Enter a name for the runtime.
errorDuplicateRuntimeName=Name is already in use.
publishingStarted=Publishing started successfully
publishingStopped=Publishing ended successfully
infoPublishSuccess=Publishing was successful
infoDefaultAvailable=A Tomcat server is available.
projectCleanupSuccess=Old project {0} was removed successfully.