blob: b6169140b33b704a4b3e024de2e60efa45bb577e [file] [log] [blame]
deboera0280b12005-04-12 13:39:42 +00001###############################################################################
averad3134cb2009-04-21 21:40:23 +00002# Copyright (c) 2004, 2009 IBM Corporation and others.
deboera0280b12005-04-12 13:39:42 +00003# 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
deboere313f462007-05-08 01:27:08 +00007#
deboera0280b12005-04-12 13:39:42 +00008# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
11
deboer879f8eb2006-07-28 22:16:35 +000012classpathContainerDescription=Server Library
13classpathContainer={0} [{1}]
14classpathContainerUnbound={0} [{1}] (unbound)
deboera0280b12005-04-12 13:39:42 +000015
16errorLocation=Invalid location.
17errorJRE=Invalid JRE.
deboer44397f52005-10-06 16:36:39 +000018
19copyingTask=Copying from {0} to {1}
20deletingTask=Deleting {0}
deboerc80f18c2006-04-27 18:51:38 +000021errorCopyingFile=Error copying file {0}: {1}
deboer28dba012005-11-27 23:39:18 +000022errorCreatingZipFile=Error creating zip file {0}: {1}
deboerc80f18c2006-04-27 18:51:38 +000023errorDelete=Could not delete previous copy, which may be locked by another process.
24errorRename=Could not replace with temp file {0}.
deboer0cdf1622006-01-18 23:08:13 +000025errorReading=Error reading file {0}
deboer02a05e92006-05-30 13:53:34 +000026errorNoRuntime=Cannot verify facets because there is no runtime associated with the server.
27errorFacet=Project facet {0} version {1} is not supported.
deboer33815822006-07-26 15:31:36 +000028errorDeleting=Could not delete {0}. May be locked by another process.
29errorNotADirectory=Could not delete {0} since it is not a directory.
30errorMkdir=Could not create directory {0}.
deboer0cdf1622006-01-18 23:08:13 +000031
deboer4a8d48b2007-03-07 00:10:52 +000032updateClasspathContainers=Updating classpath container for {0}
33
34artifactServlet=Servlet {0}
35artifactEJB=EJB {0}
36artifactJNDI=JNDI {0}
deboer15cd53f2007-03-28 04:24:21 +000037
averad3134cb2009-04-21 21:40:23 +000038noProfilersSelected=A Server Profiler is not selected. Please select a profiler on the Server -> Profilers page in the workbench preferences.
39
deboer15cd53f2007-03-28 04:24:21 +000040canModifyModules=Web module can be added to the server.
41errorNoProfiler=Could not launch in profiling mode because no profilers are configured.
deboerfc160dd2009-03-11 21:14:10 +000042errorPublish=An error occurred during publishing.
deboerafd05742007-03-29 03:17:33 +000043httpPort=HTTP Port
44errorPortInUse=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).