Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 673a0e4c7526831594b864cf01a70fe159bf2fff (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Copyright (c) 2004 - 2009 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

AbstractObjectConflictResolver.0=Object has feature-level conflicts
CDOAdapterPolicy.0=CDO
CDOAdapterPolicy.1=NONE
CDOAdapterPolicy.2=ALL
CDOClientProtocol.0=No session
CDOObjectImpl.8=Resource needs to be an instanceof CDOResourceImpl
CDOQueryImpl.0=Object not persisted
CDOResourceNodeImpl.3=Null path is not allowed
CDOResourceNodeImpl.4=Root path is not allowed
CDOResourceNodeImpl.5=Duplicate path: {0}
CDOSessionConfigurationImpl.0=Session is already open
CDOSessionConfigurationImpl.1=Session is not open
CDOSessionFactory.1=Query is empty: {0}
CDOSessionImpl.0=Generated packages locally not available: {0}
CDOSessionImpl.1=Commit notification arrived while view is inactive
CDOSessionImpl.2=Commit notification arrived while session is inactive
CDOStaleReferencePolicy.0=EXCEPTION
CDOStaleReferencePolicy.1=PROXY
CDOTransactionImpl.0=Not a ResourceFolder: {0}
CDOTransactionImpl.1=Root resource node {0} does not exist
CDOTransactionImpl.10=Duplicate ID: {0}
CDOTransactionImpl.11=No package unit for {0}
CDOTransactionImpl.17=New conflict resolver is already associated with a transaction
CDOTransactionImpl.2=This transaction has conflicts
CDOTransactionImpl.3=Save point is null
CDOTransactionImpl.4=Save point to roll-back does not belong to this transaction: {0}
CDOTransactionImpl.6=Save point is not valid: {0}
CDOUtil.0=Auditing not supported by repository
CDOViewImpl.0=CDO view is read-only: {0}
CDOViewImpl.1=path is empty
CDOViewImpl.11=Object is contained in a different session: {0}
CDOViewImpl.14=Not a ResourceFolder: {0}
CDOViewImpl.16=Unable to provideCDOID: {0}
CDOViewImpl.17=ID not registered: {0}
CDOViewImpl.18=CDO view is read-only: {0}
CDOViewImpl.2=Can not find {0}
CDOViewImpl.20=Duplicate ID: {0}
CDOViewImpl.26=Invalid view type: {0}
CDOViewImpl.27=Object {0} does not belong to this view
CDOViewImpl.29=Unknown referenceType
CDOViewImpl.3=name == null
CDOViewImpl.4=Expected folder for id = {0}
CDOViewImpl.5=Node {0} not found
CDOViewImpl.6=No root ResourceNode
CDOViewImpl.7=No top level ResourceNode with the name {0}
CDOViewImpl.8=Duplicate top-level ResourceNodes
CDOViewImpl.9=Cannot find revision with ID {0}
CDOViewProviderRegistryImpl.4=class not defined for extension {0}
CDOViewProviderRegistryImpl.6=regex not defined for extension {0}
CDOViewSetImpl.0=Cannot find associated CDOView for repository {0}
CDOViewSetImpl.1=Do not know which CDOView to take since no authority has been specified
CDOViewSetImpl.2=Only one view per repository can be open for the same resource set
CDOViewSetImpl.3=Unsupported target: {0}
CDOViewSetImpl.4=Cannot associate more than 1 resource set with this view set
CDOXACommitContextImpl.0=Object should be an EObject: {0}
CDOXATransactionImpl.0=XATransaction is already attached to this viewSet
CDOXATransactionImpl.1=ViewSet is not attached to this XATransaction
CDOXATransactionImpl.4=Committing XA transaction
CDOXATransactionImpl.5=Save point is null
CDOXATransactionImpl.6=Save point to rollback does not belong to this transaction:
CDOXATransactionImpl.7=Save point is not valid: {0}
CDOXATransactionImpl.8=Commit from CDOTransaction is not allowed
CommitTransactionPhase2Request.1=Missing informations. {0} is not involved in the commit
CommitTransactionPhase2Request.2=Missing informations. {0} is not mapped in the commit
CompletePackageClosure.0=Package == null for {0}
DanglingReferenceException.0=The object "{0}({1})" is not contained in a resource
EresourceFactoryImpl.1=The datatype "{0}" is not a valid classifier
EresourceFactoryImpl.3=The class "{0}" is not a valid classifier
FailOverStrategyInjector.0=Malformed URI, could not find scheme separator ://
FailOverStrategyInjector.1=factoryType not defined
FailOverStrategyInjector.2=connectorDescription not defined
FSMUtil.0=View closed
FSMUtil.1=object == null
FSMUtil.2=view == null
FSMUtil.3=Legacy models not supported
FSMUtil.4=Use CDOFactory to create dynamic object:
InvalidObjectException.0=Object {0} is not valid anymore
InvalidURIException.0=Invalid URI "{0}": {1}
ObjectNotFoundException.0=Object {0} not found (temporary = {1})
OpenSessionRequest.0=Repository {0} not found
OpenSessionRequest.3=Failed to open session for repository {0}
SyncRevisionsRequest.2=Did not expect to receive object with id "{0}"

Back to the top