blob: 90422e1540b340b546fbcbb3f2cfea3e7421f787 [file] [log] [blame]
###############################################################################
# Copyright (c) 2007, 2012 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
# Cloudsmith Inc - additional messages
# Sonatype Inc - ongoing implementation
###############################################################################
artifact_not_found=Artifact not found: {0}.
io_failedRead=Unable to read repository at {0}.
exception_malformedRepoURI = The repository location ({0}) must be a URI.
TransportErrorTranslator_400=Bad HTTP Request: {0}
TransportErrorTranslator_401=Authentication Failed - Unauthorized: {0}
TransportErrorTranslator_402=HTTP Payment Required: {0}
TransportErrorTranslator_403=HTTP Access Forbidden: {0}
TransportErrorTranslator_404=HTTP Remote File Not Found: {0}
TransportErrorTranslator_405=HTTP Method Not Allowed: {0}
TransportErrorTranslator_406=HTTP Request Not Acceptable: {0}
TransportErrorTranslator_407=HTTP Proxy Authentication Required: {0}
TransportErrorTranslator_408=HTTP Request Timeout: {0}
TransportErrorTranslator_409=HTTP Conflict In Request: {0}
TransportErrorTranslator_410=HTTP Remote File Permanently Removed: {0}
TransportErrorTranslator_411=HTTP Length Required: {0}
TransportErrorTranslator_412=HTTP Precondition Failed: {0}
TransportErrorTranslator_413=HTTP Requested Entity Too Large: {0}
TransportErrorTranslator_414=HTTP Request URI Too Long: {0}
TransportErrorTranslator_415=HTTP Unsupported Media Type: {0}
TransportErrorTranslator_416=HTTP Requested Range Not Satisfiable: {0}
TransportErrorTranslator_417=HTTP Expectation Failed: {0}
TransportErrorTranslator_418=HTTP Cannot provision coffee from a tea pot: {0}
TransportErrorTranslator_422=HTTP (WebDav) Unprocessable Entity: {0}
TransportErrorTranslator_423=HTTP (WebDAV) Locked: {0}
TransportErrorTranslator_424=HTTP (WebDAV) Failed Dependency: {0}
TransportErrorTranslator_425=HTTP Unordered Collection: {0}
TransportErrorTranslator_426=HTTP Upgrade Required: {0}
TransportErrorTranslator_449=HTTP Retry With Response: {0}
TransportErrorTranslator_450=HTTP Blocked By Parental Control: {0}
TransportErrorTranslator_500=HTTP Server ''Internal Error'': {0}
TransportErrorTranslator_501=HTTP Server ''Not Implemented'': {0}
TransportErrorTranslator_502=HTTP Server ''Bad Gateway'' : {0}
TransportErrorTranslator_503=HTTP Server ''Service Unavailable'': {0}
TransportErrorTranslator_504=HTTP Server ''Gateway Timeout'': {0}
TransportErrorTranslator_505=HTTP Server ''HTTP Version Not Supported'': {0}
TransportErrorTranslator_506=HTTP Server ''Variant Also Negotiates'': {0}
TransportErrorTranslator_507=HTTP (WebDAV) ''Insufficient Storage'': {0}
TransportErrorTranslator_508=HTTP Server ''Bandwidth Limit Exceeded'': {0}
TransportErrorTranslator_510=HTTP Server ''Not Extended'': {0}
TransportErrorTranslator_MalformedRemoteFileReference=Malformed reference to remote file: {0}
TransportErrorTranslator_UnableToConnectToRepository_0=Unable to connect to repository {0}
TransportErrorTranslator_UnknownErrorCode=HTTP Server Unknown HTTP Response Code ({0}):{1}
TransportErrorTranslator_UnknownHost=Unknown Host: {0}