All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.webdav.client.messages.properties Maven / Gradle / Ivy

Go to download

We build this plugin because eclipse no longer distributes it and Guvnor tools needs it.

There is a newer version: 7.48.0.Final
Show newest version
###############################################################################
# Copyright (c) 2000, 2003 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
###############################################################################
### org.eclipse.webdav.client message catalog


### Assert
assert.notImplemented = not implemented
assert.propNameMustBeEnumOverQual = Property names must be Enumeration over QualifiedName.
assert.internalError = Internal error.

### Exception
exception.responseMustHaveDocBody = Response must have document body.
exception.invalidDoc = Invalid document received from server.
exception.malformedResp = Malformed response from the server.
exception.respMustShareXMLDoc = Response from server must have XML document body.
exception.respHasInvalidDoc = Response from server contains invalid document body.
exception.respMustHaveElmtBody = Response from server must have element body.
exception.bodyMustHaveElmt = Document body from server must have document element.
exception.errorRetrievingProp = Error retrieving system property.
exception.malformedElement = Malformed element.
exception.malformedLocator = Malformed locator.
exception.malformedContentType = Malformed content type: {0}.
exception.contentLengthUnderflow = Content-Length underflow.
exception.closed = Closed.
exception.contentLengthExceeded = Content-Length exceeded
exception.malformedContentLength = Malformed content length.
exception.malformedHeaderField = Malformed header field.
exception.unexpectedEndStream = Unexpected end of stream.
exception.malformedStatusLine = Malformed status line.
exception.missingRealm = Missing realm.
exception.missingNextnonce = Missing nextnonce.
exception.unregognizedAlgo = Unrecognized algorithm: {0}.
exception.unregognizedQop = Unrecognized qop: {0}.
exception.lookup = Could not lookup URL {0}.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy