Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9b80fc9ef9389ebabf964672ef74ab6d7c016d10 (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
###############################################################################
# Copyright (c) 2007, 2009 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
###############################################################################
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.
io_incompatibleVersion=Simple artifact repository has incompatible version {0}; expected {1}.
io_invalidLocation=Invalid repository location: {0}.
mirroring=Mirroring:
io_failedWrite=Error occurred while writing repository at {0}.

repoFailedWrite=Unable to write to repository: {0}.

repoMan_internalError=Internal error.

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
Mirroring_MISSING_DESCRIPTOR=Missing descriptor: {0}.
Mirroring_DIFFERENT_DESCRIPTOR_PROPERTY=Descriptor {0} has different properties for {1}, source: {2}, destination: {3}. 
Mirroring_ValidationError=Error occurred while validating mirror.
Mirroring_compareAndDownload=Compare and download of {0} from baseline.
MirrorLog_Console_Log=Logging to the console instead.
MirrorLog_Exception_Occurred=An exception occurred while writing to the log:
MirrorRequest_multipleDownloadProblems=Multiple problems occurred while downloading.

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.

exception_unableToCreateParentDir = Unable to create parent directory.
folder_artifact_not_file_repo=Artifact {0} is a folder but the repository is an archive or remote location.
retryRequest=Download of {0} failed on repository {1}. Retrying. 

Back to the top