Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a1d08110765fb5c8d3a9815d4f6873a98903c1eb (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) 2003, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials 
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
# 
# Contributors:
#     IBM Corporation - initial API and implementation
######################################################################

#External Messages for EN locale

ADAPTOR_STORAGE_EXCEPTION=The FrameworkAdaptor object could not perform the operation
ADAPTOR_URL_CREATE_EXCEPTION=\"{0}\" is an invalid URL
ADAPTOR_DIRECTORY_CREATE_EXCEPTION=The directory \"{0}\" could not be created
ADAPTOR_DIRECTORY_EXCEPTION=The file \"{0}\" is not a directory
ADAPTER_FILEEXIST_EXCEPTION=The file \"{0}\" does not exist
ADAPTOR_ERROR_GETTING_MANIFEST=An error occured trying to read the manifest in bundle {0}
ADAPTOR_SAME_REF_UPDATE=The update URL references the same location for update: {0}
ADAPTOR_DATA_AREA_NOT_SET=Instance data location not set yet

SYSTEMBUNDLE_MISSING_MANIFEST = Unable to find system bundle manifest file.
BUNDLE_READ_EXCEPTION=An error occured trying to read the bundle
BUNDLE_NATIVECODE_EXCEPTION=The Bundle-NativeCode file {0} could not be not found
BUNDLE_CLASSPATH_PROPERTIES_ERROR=An error occurred while reading the classpath properties file: {0}
MANIFEST_NOT_FOUND_EXCEPTION=The manifest file {0} could not be found in the bundle {1}

RESOURCE_NOT_FOUND_EXCEPTION=The resource {0} could not be foundURL_NO_BUNDLE_ID=No bundle ID specified: {0}
URL_INVALID_BUNDLE_ID=Invalid Bundle ID specified: {0}
URL_NO_BUNDLE_ID=No bundle ID found: {0}
URL_NO_BUNDLE_FOUND=No bundle found for URL: {0}
URL_NO_PATH=Must specify a bundle ID and path that begins with '/'.

Back to the top