Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 16629f1b4de0aad34e9ab291d1dad235e14a2672 (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
###############################################################################
# Copyright (c) 2004 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
###############################################################################

#State/Resolver Messages for EN locale
COMMIT_INVALID_TIMESTAMP=Cannot commit: invalid timestamp

HEADER_REQUIRED=The \"{0}\" header must be specified
HEADER_PACKAGE_DUPLICATES=Duplicate Package Import/Exports are not permitted
HEADER_PACKAGE_JAVA=Can not specify java.* packages in Import/Export headers
HEADER_VERSION_ERROR=The attributes \"{0}\" and \"{1}\" must match
HEADER_EXPORT_ATTR_ERROR=Specifying \"{0}\" in the \"{1}\" header is not permitted
HEADER_DIRECTIVE_DUPLICATES=Duplicate directives are not permitted
HEADER_REEXPORT_USES=Cannot specify the \"{0}\" directive on the header \"{1}\"
HEADER_EXTENSION_ERROR=Extension bundle is not a fragment to the system bundle \"{0}\"

RES_ERROR_MISSING_PERMISSION=Missing Permission: {0}
RES_ERROR_MISSING_CONSTRAINT=Missing Constraint: {0}
RES_ERROR_FRAGMENT_CONFLICT=Constraints from the fragment conflict with the host: {0}
RES_ERROR_USES_CONFLICT=Package uses conflict: {0}
RES_ERROR_SINGLETON_CONFLICT=Another singleton version selected: {0}
RES_ERROR_PLATFORM_FILTER=Platform filter did not match: {0}
RES_ERROR_UNKNOWN=Unknown resolution error

Back to the top