deboer | a0280b1 | 2005-04-12 13:39:42 +0000 | [diff] [blame] | 1 | ############################################################################### |
avera | d3134cb | 2009-04-21 21:40:23 +0000 | [diff] [blame] | 2 | # Copyright (c) 2004, 2009 IBM Corporation and others. |
deboer | a0280b1 | 2005-04-12 13:39:42 +0000 | [diff] [blame] | 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 |
deboer | e313f46 | 2007-05-08 01:27:08 +0000 | [diff] [blame] | 7 | # |
deboer | a0280b1 | 2005-04-12 13:39:42 +0000 | [diff] [blame] | 8 | # Contributors: |
| 9 | # IBM Corporation - initial API and implementation |
| 10 | ############################################################################### |
| 11 | |
deboer | 879f8eb | 2006-07-28 22:16:35 +0000 | [diff] [blame] | 12 | classpathContainerDescription=Server Library |
| 13 | classpathContainer={0} [{1}] |
| 14 | classpathContainerUnbound={0} [{1}] (unbound) |
deboer | a0280b1 | 2005-04-12 13:39:42 +0000 | [diff] [blame] | 15 | |
| 16 | errorLocation=Invalid location. |
| 17 | errorJRE=Invalid JRE. |
deboer | 44397f5 | 2005-10-06 16:36:39 +0000 | [diff] [blame] | 18 | |
| 19 | copyingTask=Copying from {0} to {1} |
| 20 | deletingTask=Deleting {0} |
deboer | c80f18c | 2006-04-27 18:51:38 +0000 | [diff] [blame] | 21 | errorCopyingFile=Error copying file {0}: {1} |
deboer | 28dba01 | 2005-11-27 23:39:18 +0000 | [diff] [blame] | 22 | errorCreatingZipFile=Error creating zip file {0}: {1} |
deboer | c80f18c | 2006-04-27 18:51:38 +0000 | [diff] [blame] | 23 | errorDelete=Could not delete previous copy, which may be locked by another process. |
| 24 | errorRename=Could not replace with temp file {0}. |
deboer | 0cdf162 | 2006-01-18 23:08:13 +0000 | [diff] [blame] | 25 | errorReading=Error reading file {0} |
deboer | 02a05e9 | 2006-05-30 13:53:34 +0000 | [diff] [blame] | 26 | errorNoRuntime=Cannot verify facets because there is no runtime associated with the server. |
| 27 | errorFacet=Project facet {0} version {1} is not supported. |
deboer | 3381582 | 2006-07-26 15:31:36 +0000 | [diff] [blame] | 28 | errorDeleting=Could not delete {0}. May be locked by another process. |
| 29 | errorNotADirectory=Could not delete {0} since it is not a directory. |
| 30 | errorMkdir=Could not create directory {0}. |
deboer | 0cdf162 | 2006-01-18 23:08:13 +0000 | [diff] [blame] | 31 | |
deboer | 4a8d48b | 2007-03-07 00:10:52 +0000 | [diff] [blame] | 32 | updateClasspathContainers=Updating classpath container for {0} |
| 33 | |
| 34 | artifactServlet=Servlet {0} |
| 35 | artifactEJB=EJB {0} |
| 36 | artifactJNDI=JNDI {0} |
deboer | 15cd53f | 2007-03-28 04:24:21 +0000 | [diff] [blame] | 37 | |
avera | d3134cb | 2009-04-21 21:40:23 +0000 | [diff] [blame] | 38 | noProfilersSelected=A Server Profiler is not selected. Please select a profiler on the Server -> Profilers page in the workbench preferences. |
| 39 | |
deboer | 15cd53f | 2007-03-28 04:24:21 +0000 | [diff] [blame] | 40 | canModifyModules=Web module can be added to the server. |
| 41 | errorNoProfiler=Could not launch in profiling mode because no profilers are configured. |
deboer | fc160dd | 2009-03-11 21:14:10 +0000 | [diff] [blame] | 42 | errorPublish=An error occurred during publishing. |
deboer | afd0574 | 2007-03-29 03:17:33 +0000 | [diff] [blame] | 43 | httpPort=HTTP Port |
| 44 | 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. \ |
| 45 | To start this server you will need to stop the other process or change the port number(s). |