Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e5a6d0211aecbecccac1c46e62c3bdf1545ecab0 (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
###############################################################################
# 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
###############################################################################

io_failedRead=Unable to read repository at {0}.
io_failedWrite=Error occurred while writing repository at {0}.
io_IncompatibleVersion=Metadata repository has incompatible version {0}; expected {1}.
io_parseError=Error parsing metadata repository
repo_loading = Loading the repository {0}.
no_provisioning_agent=Unable to acquire provisioning agent service.
repoMan_internalError=Internal error.
repoMan_notExists=No repository found at {0}.
repoMan_invalidLocation={0} is not a valid repository location.
repoMan_relativeLocation=The provided location is not absolute: {0}
CacheManager_Neither_0_nor_1_found=Neither {0} nor {1} found.
CacheManager_AuthenticationFaileFor_0=Authentication failed for {0}.
CacheManager_FailedCommunicationWithRepo_0=Communication with repository at {0} failed.

Back to the top