Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c57fb5fb0e461f488cf373ec66c4f83552e502e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
###############################################################################
# Copyright (c) 2007, 2008 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
###############################################################################
artifact_not_found=Artifact not found: {0}.
available_already_in=The artifact is already available in the repository {0}.
downloading=Downloading {0}
error_closing_stream=Error closing the output stream for {0} on repository {1}.

io_failedRead=Unable to read repository at {0}.
io_parseError=\
	Error parsing simple artifact repository.
ecf_configuration_error=Transport initialization error.
io_incompatibleVersion=\
	Simple artifact repository has incompatible version {0}; expected {1}.
io_invalidLocation=Invalid repository location: {0}
mirroring=Mirroring:

repoFailedWrite=Unable to write to repository: {0}.
repoReadOnly=Cannot write because repository is read only: {0}

repoMan_internalError=Internal error.
repo_loading = Loading the repository {0}

SignatureVerification_failedRead=Error reading signed content:
SignatureVerification_invalidContent=Invalid content:
SignatureVerification_invalidFileContent=File has invalid content:
SignatureVerifier_OutOfMemory=Out of memory: Cannot verify signed content.

sar_downloading=Download {0} artifacts
sar_downloadJobName=Install download
sar_failedMkdir=Failed to create directory {0}.
sar_reportStatus=Problems downloading artifact: {0}.

mirror_alreadyExists=Artifact: {0} already exists in repository: {1}.

message_mirroringStatus = Messages while mirroring artifact descriptors.
message_childrenRepos = Messages while trying children repositories.

exception_comparatorNotFound = The Artifact Comparator {0} was not found.
exception_noComparators = No Artifact Comparators are available.
exception_destinationNotModifiable = The destination repository must be modifiable: {0}.
exception_needSourceDestination = Must specify a source and destination.
exception_malformedRepoURI = The repository location ({0}) must be a URI.
Mirroring_NO_MATCHING_DESCRIPTOR=Could not match descriptor for compare

exception_unsupportedAddToComposite = Cannot add descriptors to a composite repository.
exception_unsupportedGetOutputStream=Cannot write artifacts to a composite repository.
exception_unsupportedRemoveFromComposite = Cannot remove descriptors from a composite repository.
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 April Fool''s Teapot Error: {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_MalformedReference=Malformed reference to remote file: {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}
fetching_0_1_at_2=Fetching {0} ({1} at {2}/s)
fetching_0_1_of_2_at_3=Fetching {0} ({1} of {2} at {3}/s) 
FileTransport_reader=File Transport Reader
connection_to_0_failed_on_1_retry_attempt_2=Connection to {0} failed on {1}. Retry attempt {2} started
UnableToRead_0_TooManyAttempts=Unable to read repository at: {0}. Too many failed attempts.

Back to the top