| ############################################################################### |
| # 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 |
| ############################################################################### |
| 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 --------------- |
| tomcat32ServerType=Tomcat v3.2 Server |
| tomcat32ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server. |
| |
| tomcat40ServerType=Tomcat v4.0 Server |
| tomcat40ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server. |
| |
| tomcat41ServerType=Tomcat v4.1 Server |
| tomcat41ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server. |
| |
| tomcat50ServerType=Tomcat v5.0 Server |
| tomcat50ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server. |
| |
| tomcat55ServerType=Tomcat v5.5 Server |
| tomcat55ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server. |
| |
| # --------------- Tasks (progress monitors) --------------- |
| savingTask=Saving... |
| loadingTask=Loading... |
| updatingConfigurationTask=Updating run-time configuration... |
| publishServerTask=Publishing to server... |
| publishConfigurationTask=Publishing the configuration... |
| publisherPublishTask=Publishing {0}... |
| |
| 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 |
| |
| 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. |
| 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). |
| 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 |
| |
| 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 |