blob: 46548e6447f04fdc339174ea7b2e5324759f3e6d [file] [log] [blame]
deboera555edb2005-04-29 13:01:24 +00001###############################################################################
2# Copyright (c) 2004, 2005 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###############################################################################
11
12# runtime target
13target32runtime=Tomcat v3.2 runtime
14target40runtime=Tomcat v4.0 runtime
15target41runtime=Tomcat v4.1 runtime
16target50runtime=Tomcat v5.0 runtime
17target55runtime=Tomcat v5.5 runtime
18
19# --------------- Tasks (progress monitors) ---------------
20savingTask=Saving...
21loadingTask=Loading...
22updatingConfigurationTask=Updating run-time configuration...
23publishServerTask=Publishing to server...
24publishConfigurationTask=Publishing the configuration...
25publisherPublishTask=Publishing {0}...
26fixModuleContextRoot=Update context root for Web module {0}
27fixModuleContextRootDescription=Update the context root of the Web module to match the current settings
28
29publishContextConfigTask=Publishing META-INF/context.xml configurations...
30checkingContextTask=Checking Context {0} for context.xml...
31savingContextConfigTask=Saving context configuration updates...
32serverPostProcessingComplete=Context configurations added.
33
34cleanupServerTask=Removing obsolete files from server...
35detectingRemovedProjects=Preparing list of removed projects...
36deletingContextFilesTask=Deleting obsolete context files from server...
37deletingContextFile=Deleting obsolete context file {0}...
38deletedContextFile=Context file {0} removed
39runtimeDirPrepared=Runtime directory prepared
deboer79b96982005-05-31 17:42:39 +000040copyingTask=Copying from {0} to {1}
41deletingTask=Deleting {0}
42errorCopyingFile=Error copying file to {0}: {1}
deboera555edb2005-04-29 13:01:24 +000043
44# Editor commands (used in undo/redo menus)
45configurationEditorActionAddMimeMapping=add MIME mapping
46configurationEditorActionAddMimeMappingDescription=Add a MIME mapping
47configurationEditorActionModifyMimeMapping=modify MIME mapping
48configurationEditorActionModifyMimeMappingDescription=Modify the MIME mapping
49configurationEditorActionRemoveMimeMapping=remove MIME mapping
50configurationEditorActionRemoveMimeMappingDescription=Remove a MIME mapping
51configurationEditorActionAddWebModule=add Web module
52configurationEditorActionAddWebModuleDescription=Add a Web module
53configurationEditorActionModifyWebModule=modify Web module
54configurationEditorActionModifyWebModuleDescription=Modify the Web module
55configurationEditorActionRemoveWebModule=remove Web module
56configurationEditorActionRemoveWebModuleDescription=Remove Web module {0}
57configurationEditorActionModifyPort=set port number
58configurationEditorActionModifyPortDescription=Set the port number
59configurationEditorActionEditWebModulePath=edit Web module path
60configurationEditorActionEditWebModuleDescription=Change Web module path from {0} to {1}
61
62# --------------- General ---------------
63canAddModule=Web module can be added to the server.
deboera555edb2005-04-29 13:01:24 +000064portServer=Tomcat admin port
65portUnknown=unknown port
66
67# --------------- Errors and Info ---------------
68errorInstallDir=The Tomcat installation directory is not correct. It does not point to a valid Tomcat installation.
69errorInstallDirTrailingSlash=The Tomcat installation directory should not have a trailing slash.
70errorJRE=The JRE could not be found. Edit the server and change the JRE location.
71errorPortInvalid=The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports.
72errorPortInUse=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. \
73 To start this server you will need to stop the other process or change the port number(s).
74errorPortsInUse=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. \
75 To start this server you will need to stop the other process or change the port number(s).
deboerb4451332005-05-10 14:43:19 +000076# the {0} in the following two lines will be replaced with a location (path) of the missing or corrupt server configuration
deboera555edb2005-04-29 13:01:24 +000077errorNoConfiguration=The Tomcat server configuration at {0} is missing. Check the server for errors.
78errorCouldNotLoadConfiguration=Could not load the Tomcat server configuration at {0}. The configuration may be corrupt or incomplete.
79errorCouldNotSaveConfiguration=Could not save the Tomcat server configuration: {0}.
80errorPublishConfiguration=Could not publish server configuration: {0}.
81errorCouldNotDeleteContextFile=Could not delete obsolete context file: {0}
82errorCleanupServer=Could not clean server of obsolete files: {0}
83errorWebModulesOnly=Tomcat only supports running J2EE Web modules.
deboer81b35dd2006-02-13 14:45:58 +000084errorNoRuntime=Cannot add modules because there is no runtime associated with the server.
deboera555edb2005-04-29 13:01:24 +000085errorSpec32=Tomcat version 3.2 only supports J2EE 1.2 Web modules
86errorSpec40=Tomcat version 4.0 only supports J2EE 1.2 and 1.3 Web modules
87errorSpec41=Tomcat version 4.1 only supports J2EE 1.2 and 1.3 Web modules
88errorSpec50=Tomcat version 5.0 only supports J2EE 1.2, 1.3, and 1.4 Web modules
89errorSpec55=Tomcat version 5.5 only supports J2EE 1.2, 1.3, and 1.4 Web modules
deboerdbb9cd02005-06-23 16:52:03 +000090errorDuplicateContextRoot=Two or more Web modules defined in the configuration have the same context root ({0}). \
91 To start this server you will need to remove the duplicate(s).
lisaacsc3e910f2005-11-02 02:38:46 +000092errorCouldNotLoadContextXml=Could not load the context configuration for the {0} context due to a syntax error or other exception.
deboera555edb2005-04-29 13:01:24 +000093
94warningJRE=Tomcat requires a Java SDK in order to compile JSP files. Ensure that the JRE preference settings point to an SDK install location.
95
96# Actions (used in undo/redo menus)
97serverEditorActionSetSecure=set security
98serverEditorActionSetSecureDescription=Set the Tomcat security
99serverEditorActionSetDebugMode=set Tomcat debug mode
100serverEditorActionSetDebugModeDescription=Set Tomcat in debug mode
101serverEditorActionSetTestEnvironment=run modules from workspace
102serverEditorActionSetTestEnvironmentDescription=Run modules from the workspace