Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 91fed5e496571314cade30f5bf1fc07dc332bafa (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
###############################################################################
# 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
###############################################################################
artifact_not_found=Artifact requested can't be found {0}.
available_already_in=The artifact is already available in the repository {0}.
cant_get_outputstream=Can't get an output stream to {0} store {1}. 
downloading=Downloading {0}.
error_closing_stream=Error closing the output stream for {0} on repository {1}. 

FileDownloadError=Error downloading {0} to {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}.
mirroring=Mirroring: 

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

repoMan_exists=Repository already exists at {0}.
repoMan_failedRead=The repository could not be read: {0}.
repoMan_internalError=Internal error.
repoMan_notExists=No repository found at {0}.
repoMan_unknownType=Unknown repository type at {0}.
	

Back to the top