Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3b20c8646cd9fd6b8988f48127e13b018d1de1fc (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
# Copyright (c) 2009-2012 Eike Stepper (Berlin, Germany) 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:
#    Victor Roldan Betancort - initial API and implementation
#    Eike Stepper - maintenance

AbstractCDORevision.0=EClass is abstract: {0}
AbstractCDORevision.1=CDOID is null
AbstractCDORevision.2=Missing ID mapping for {0}
AbstractCDORevision.20=Could not find feature {0} in class {1}
CDOClassifierRef.0=Package not found: {0}
CDOClassifierRef.1=Invalid classifier URI:
CDODataInputImpl.5=Invalid CDOFeatureDelta type
CDODataOutputImpl.5=Temporary ID not supported: {0}
CDODataOutputImpl.6=No type for object of class {0}
CDOIDLibraryProviderImpl.0=Unknown library: {0}
CDOIDLibraryProviderImpl.2=Not a JAR: {0}
CDOIDUtil.0=Unknown CDOIDObject implementation: {0}
CDOIDUtil.1=ID is temporary
CDOIDUtil.2=Can not get id value from external ID types
CDOIDUtil.3=Invalid CDOID type: {0}
CDOIDUtil.5=Invalid ID type: {0}
CDOModelUtil.6=No type for id {0}
CDOModelUtil.7=Not a primitive type nor String nor Date: {0}
CDOPackageRegistryImpl.0=No package unit available for: {0}
CDOPackageUnit.0=Package unit type is unknown
CDOPackageUnitImpl.0=UNINITIALIZED
CDOPackageUnitImpl.1=Package unit not initialized
CDORevisionUtil.0=UNINITIALIZED
CDOTypeImpl.23=Cannot find the enum literal {0}
DLRevisionList.0=Cannot assign to a different list while linked to a list
DLRevisionList.3=Holder {0} is still linked in different list
DLRevisionList.5=Holder {0} does not belong to this list
LRURevisionHolder.0=Not a {0}: {1}
MEMRevisionCache.1=Invalid referenceType: {0}

Back to the top