blob: d48759a0be9c8d0329da2ea44d00609c136c1ccf [file] [log] [blame]
###############################################################################
# Copyright (c) 2004, 2005 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
###############################################################################
# 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
# --------------- Tasks (progress monitors) ---------------
savingTask=Saving...
loadingTask=Loading...
updatingConfigurationTask=Updating run-time configuration...
publishServerTask=Publishing to server...
publishConfigurationTask=Publishing the configuration...
publisherPublishTask=Publishing {0}...
fixModuleContextRoot=Update context root for Web module {0}
fixModuleContextRootDescription=Update the context root of the Web module to match the current settings
publishContextConfigTask=Publishing META-INF/context.xml configurations...
checkingContextTask=Checking Context {0} for context.xml...
savingContextConfigTask=Saving context configuration updates...
serverPostProcessingComplete=Context configurations added.
cleanupServerTask=Removing obsolete files from server...
detectingRemovedProjects=Preparing list of removed projects...
deletingContextFilesTask=Deleting obsolete context files from server...
deletingContextFile=Deleting obsolete context file {0}...
deletedContextFile=Context file {0} removed
runtimeDirPrepared=Runtime directory prepared
copyingTask=Copying from {0} to {1}
deletingTask=Deleting {0}
errorCopyingFile=Error copying file to {0}: {1}
# 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.
portServer=Tomcat admin port
portUnknown=unknown port
# --------------- Errors and Info ---------------
errorInstallDir=The Tomcat installation directory is not correct. It does not point to a valid Tomcat installation.
errorInstallDirTrailingSlash=The Tomcat installation directory should not have a trailing slash.
errorJRE=The JRE could not be found. Edit the server and change the JRE location.
errorPortInvalid=The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports.
errorPortInUse=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. \
To start this server you will need to stop the other process or change the port number(s).
errorPortsInUse=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. \
To start this server you will need to stop the other process or change the port number(s).
# the {0} in the following two lines will be replaced with a location (path) of the missing or corrupt server configuration
errorNoConfiguration=The Tomcat server configuration at {0} is missing. Check the server for errors.
errorCouldNotLoadConfiguration=Could not load the Tomcat server configuration at {0}. The configuration may be corrupt or incomplete.
errorCouldNotSaveConfiguration=Could not save the Tomcat server configuration: {0}.
errorPublishConfiguration=Could not publish server configuration: {0}.
errorCouldNotDeleteContextFile=Could not delete obsolete context file: {0}
errorCleanupServer=Could not clean server of obsolete files: {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, 1.3, and 1.4 Web modules
errorSpec55=Tomcat version 5.5 only supports J2EE 1.2, 1.3, and 1.4 Web modules
errorDuplicateContextRoot=Two or more Web modules defined in the configuration have the same context root ({0}). \
To start this server you will need to remove the duplicate(s).
warningJRE=Tomcat requires a Java SDK in order to compile JSP files. Ensure that the JRE preference settings point to an SDK install location.
# 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