deboer | c03e38c | 2004-11-09 15:45:19 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2004 IBM Corporation and others. |
| 3 | # 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 | ############################################################################### |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 11 | pluginName=Apache Tomcat Support |
deboer | 91475be | 2004-12-10 22:39:30 +0000 | [diff] [blame] | 12 | providerName=Eclipse.org |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 13 | |
| 14 | # --------------- Runtime Types --------------- |
| 15 | apache=Apache |
| 16 | runtimeTypeTomcat32Label=Apache Tomcat v3.2 |
| 17 | runtimeTypeTomcat32Description=Apache Tomcat v3.2 supports J2EE 1.2 Web modules. |
| 18 | runtimeTypeTomcat40Label=Apache Tomcat v4.0 |
| 19 | runtimeTypeTomcat40Description=Apache Tomcat v4.0 supports J2EE 1.2 and 1.3 Web modules. |
| 20 | runtimeTypeTomcat41Label=Apache Tomcat v4.1 |
| 21 | runtimeTypeTomcat41Description=Apache Tomcat v4.1 supports J2EE 1.2 and 1.3 Web modules. |
| 22 | runtimeTypeTomcat50Label=Apache Tomcat v5.0 |
| 23 | runtimeTypeTomcat50Description=Apache Tomcat v5.0 supports J2EE 1.2, 1.3, and 1.4 Web modules. |
bfreeman | 7187338 | 2004-10-31 14:41:53 +0000 | [diff] [blame] | 24 | runtimeTypeTomcat55Label=Apache Tomcat v5.5 |
| 25 | runtimeTypeTomcat55Description=Apache Tomcat v5.5 supports J2EE 1.2, 1.3, and 1.4 Web modules. |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 26 | |
| 27 | # runtime locator |
| 28 | runtimeLocatorLabel=Tomcat Runtimes |
| 29 | runtimeLocatorDescription=Search for Apache Tomcat v3.2, v4.0, v4.1, and v5.0 runtimes. |
| 30 | |
| 31 | serverLocatorLabel=Tomcat Servers |
| 32 | serverLocatorDescription=Search for Apache Tomcat v3.2, v4.0, v4.1, and v5.0 servers. |
| 33 | |
| 34 | # runtime target |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 35 | target32runtime=Tomcat v3.2 runtime |
| 36 | target40runtime=Tomcat v4.0 runtime |
| 37 | target41runtime=Tomcat v4.1 runtime |
| 38 | target50runtime=Tomcat v5.0 runtime |
deboer | da1df6a | 2004-12-03 13:35:32 +0000 | [diff] [blame] | 39 | target55runtime=Tomcat v5.5 runtime |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 40 | |
deboer | 5083cf7 | 2005-02-02 14:50:49 +0000 | [diff] [blame^] | 41 | # --------------- Servers --------------- |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 42 | tomcat32ServerType=Tomcat v3.2 Server |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 43 | tomcat32ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server. |
| 44 | |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 45 | tomcat40ServerType=Tomcat v4.0 Server |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 46 | tomcat40ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server. |
| 47 | |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 48 | tomcat41ServerType=Tomcat v4.1 Server |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 49 | tomcat41ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server. |
| 50 | |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 51 | tomcat50ServerType=Tomcat v5.0 Server |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 52 | tomcat50ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server. |
| 53 | |
bfreeman | 7187338 | 2004-10-31 14:41:53 +0000 | [diff] [blame] | 54 | tomcat55ServerType=Tomcat v5.5 Server |
bfreeman | 7187338 | 2004-10-31 14:41:53 +0000 | [diff] [blame] | 55 | tomcat55ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server. |
| 56 | |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 57 | # --------------- Tasks (progress monitors) --------------- |
| 58 | savingTask=Saving... |
| 59 | loadingTask=Loading... |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 60 | updatingConfigurationTask=Updating run-time configuration... |
deboer | f374ecf | 2005-02-01 20:38:13 +0000 | [diff] [blame] | 61 | publishServerTask=Publishing to server... |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 62 | publishConfigurationTask=Publishing the configuration... |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 63 | publisherPublishTask=Publishing {0}... |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 64 | |
deboer | 7d00664 | 2005-01-18 23:33:50 +0000 | [diff] [blame] | 65 | publishContextConfigTask=Publishing META-INF/context.xml configurations... |
| 66 | checkingContextTask=Checking Context {0} for context.xml... |
| 67 | savingContextConfigTask=Saving context configuration updates... |
deboer | f374ecf | 2005-02-01 20:38:13 +0000 | [diff] [blame] | 68 | serverPostProcessingComplete=Context configurations added. |
| 69 | |
| 70 | cleanupServerTask=Removing obsolete files from server... |
| 71 | detectingRemovedProjects=Preparing list of removed projects... |
| 72 | deletingContextFilesTask=Deleting obsolete context files from server... |
| 73 | deletingContextFile=Deleting obsolete context file {0}... |
| 74 | deletedContextFile=Context file {0} removed |
deboer | 7d00664 | 2005-01-18 23:33:50 +0000 | [diff] [blame] | 75 | |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 76 | tomcatLaunchConfigurationType=Apache Tomcat |
| 77 | |
| 78 | # Editor commands (used in undo/redo menus) |
| 79 | configurationEditorActionAddMimeMapping=add MIME mapping |
| 80 | configurationEditorActionAddMimeMappingDescription=Add a MIME mapping |
| 81 | configurationEditorActionModifyMimeMapping=modify MIME mapping |
| 82 | configurationEditorActionModifyMimeMappingDescription=Modify the MIME mapping |
| 83 | configurationEditorActionRemoveMimeMapping=remove MIME mapping |
| 84 | configurationEditorActionRemoveMimeMappingDescription=Remove a MIME mapping |
| 85 | configurationEditorActionAddWebModule=add Web module |
| 86 | configurationEditorActionAddWebModuleDescription=Add a Web module |
| 87 | configurationEditorActionModifyWebModule=modify Web module |
| 88 | configurationEditorActionModifyWebModuleDescription=Modify the Web module |
| 89 | configurationEditorActionRemoveWebModule=remove Web module |
| 90 | configurationEditorActionRemoveWebModuleDescription=Remove Web module {0} |
| 91 | configurationEditorActionModifyPort=set port number |
| 92 | configurationEditorActionModifyPortDescription=Set the port number |
| 93 | configurationEditorActionEditWebModulePath=edit Web module path |
| 94 | configurationEditorActionEditWebModuleDescription=Change Web module path from {0} to {1} |
| 95 | |
| 96 | # --------------- General --------------- |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 97 | canAddModule=Web module can be added to the server. |
| 98 | canModifyModules=Web modules can be modified. |
deboer | 5083cf7 | 2005-02-02 14:50:49 +0000 | [diff] [blame^] | 99 | portServer=Tomcat admin port |
| 100 | portUnknown=unknown port |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 101 | |
| 102 | # --------------- Errors and Info --------------- |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 103 | errorInstallDir=The Tomcat installation directory is not correct. Edit the server and change the installation directory. |
| 104 | errorJRE=The JRE could not be found. Edit the server and change the JRE location. |
deboer | 5083cf7 | 2005-02-02 14:50:49 +0000 | [diff] [blame^] | 105 | 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. \ |
| 106 | To start this server you will need to stop the other process or change the port number(s). |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 107 | errorCouldNotLoadConfiguration=Could not find a valid Tomcat server configuration at the specified location. |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 108 | errorCouldNotSaveConfiguration=Could not save the Tomcat server configuration: {0}. |
| 109 | errorPublishConfiguration=Could not publish server configuration: {0}. |
deboer | f374ecf | 2005-02-01 20:38:13 +0000 | [diff] [blame] | 110 | errorCouldNotDeleteContextFile=Could not delete obsolete context file: {0} |
| 111 | errorCleanupServer=Could not clean server of obsolete files: {0} |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 112 | errorWebModulesOnly=Tomcat only supports running J2EE Web modules. |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 113 | errorSpec32=Tomcat version 3.2 only supports J2EE 1.2 Web modules |
| 114 | errorSpec40=Tomcat version 4.0 only supports J2EE 1.2 and 1.3 Web modules |
| 115 | errorSpec41=Tomcat version 4.1 only supports J2EE 1.2 and 1.3 Web modules |
deboer | 5083cf7 | 2005-02-02 14:50:49 +0000 | [diff] [blame^] | 116 | errorSpec50=Tomcat version 5.0 only supports J2EE 1.2, 1.3, and 1.4 Web modules |
| 117 | errorSpec55=Tomcat version 5.5 only supports J2EE 1.2, 1.3, and 1.4 Web modules |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 118 | errorInstallDir=The Tomcat installation directory is not correct. |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 119 | |
deboer | 5083cf7 | 2005-02-02 14:50:49 +0000 | [diff] [blame^] | 120 | warningJRE=Tomcat requires a Java SDK in order to compile JSP files. Ensure that the JRE preference settings point to an SDK install location. |
deboer | ca48548 | 2004-12-20 20:24:55 +0000 | [diff] [blame] | 121 | |
deboer | da1df6a | 2004-12-03 13:35:32 +0000 | [diff] [blame] | 122 | # Actions (used in undo/redo menus) |
| 123 | serverEditorActionSetSecure=set security |
| 124 | serverEditorActionSetSecureDescription=Set the Tomcat security |
| 125 | serverEditorActionSetDebugMode=set Tomcat debug mode |
| 126 | serverEditorActionSetDebugModeDescription=Set Tomcat in debug mode |
| 127 | serverEditorActionSetTestEnvironment=run modules from workspace |
| 128 | serverEditorActionSetTestEnvironmentDescription=Run modules from the workspace |