Add resources for some referencesource projects
[mono.git] / mcs / class / referencesource / System.Data.Linq / System.Data.Linq.txt
1 ;==++==
2 ;
3 ;   Copyright (c) Microsoft Corporation.  All rights reserved.
4 ;
5 ;==--==
6
7 ; NOTE: do not use \", use ' instead
8 ; NOTE: Use # or ; for comments
9
10 ; These are the managed resources for System.Core.Dll.  See
11 ; ResourceManager documentation and the ResGen tool.
12
13 OwningTeam=DLinq
14
15 ## ExceptionType=NotSupportedException
16 CannotAddChangeConflicts=Cannot add change conflicts. They are added automatically during SubmitChanges.
17
18 ## ExceptionType=NotSupportedException
19 CannotRemoveChangeConflicts=Cannot remove change conflicts. 
20
21 ## ExceptionType=InvalidOperationException
22 InconsistentAssociationAndKeyChange=The member '{0}' was changed to be inconsistent with the association member '{1}'.
23
24 ## ExceptionType=InvalidOperationException
25 UnableToDetermineDataContext=Unable to determine DataContext for compiled query execution.
26
27 ## ExceptionType=ArgumentException
28 ArgumentTypeHasNoIdentityKey=The type '{0}' has no identity key.
29
30 ## ExceptionType=InvalidCastException
31 CouldNotConvert=Could not convert from type '{0}' to type '{1}'.
32
33 ## ExceptionType=InvalidOperationException
34 CannotRemoveUnattachedEntity=Cannot remove an entity that has not been attached.
35
36 ## ExceptionType=InvalidOperationException
37 ColumnMappedMoreThanOnce=Mapping Problem: The database column '{0}' is mapped more than once.
38
39 ## ExceptionType=InvalidOperationException
40 CouldNotAttach=Item already exists in data context.
41
42 ## ExceptionType=InvalidOperationException
43 CouldNotGetTableForSubtype=Could not retrieve a Table for inheritance subtype '{0}', try Table of {1} instead.
44
45 ## ExceptionType=InvalidOperationException
46 CouldNotRemoveRelationshipBecauseOneSideCannotBeNull=An attempt was made to remove a relationship between a {0} and a {1}. However, one of the relationship's foreign keys ({2}) cannot be set to null.
47
48 ## ExceptionType=InvalidOperationException
49 EntitySetAlreadyLoaded=The EntitySet is already loaded and the source cannot be changed.
50
51 ## ExceptionType=InvalidOperationException
52 EntitySetModifiedDuringEnumeration=EntitySet was modified during enumeration.
53
54 ## ExceptionType=ArgumentException
55 ExpectedQueryableArgument=Argument {0} does not implement {1}.
56
57 ## ExceptionType=InvalidOperationException
58 ExpectedUpdateDeleteOrChange=Expected update, delete, or change.
59
60 ## ExceptionType=InvalidOperationException
61 KeyIsWrongSize=Key is the wrong size. Expected {0}. Actual {1}.
62
63 ## ExceptionType=InvalidOperationException
64 KeyValueIsWrongType=Key value is the wrong type. Expected assignable from {0}. Actual {1}.
65
66 ## ExceptionType=InvalidOperationException
67 IdentityChangeNotAllowed=Value of member '{0}' of an object of type '{1}' changed.\r\nA member defining the identity of the object cannot be changed.\r\nConsider adding a new object with new identity and deleting the existing one instead.
68
69 ## ExceptionType=InvalidOperationException
70 DbGeneratedChangeNotAllowed=Value of member '{0}' of an object of type '{1}' changed.\r\nA member that is computed or generated by the database cannot be changed.
71
72 ## ExceptionType=ArgumentException
73 ModifyDuringAddOrRemove=Could not modify EntitySet.
74
75 ## ExceptionType=InvalidOperationException
76 ProviderDoesNotImplementRequiredInterface=Specified provider type '{0}' does not implement '{1}'.
77
78 ## ExceptionType=InvalidOperationException
79 ProviderTypeNull=Non-null provider type expected.
80
81 ## ExceptionType=InvalidOperationException
82 TypeCouldNotBeAdded=Instance of type '{0}' could not be added. This type is not part of the mapped type system.
83
84 ## ExceptionType=InvalidOperationException
85 TypeCouldNotBeRemoved=Instance of type '{0}' could not be removed. This type is not part of the mapped type system.
86
87 ## ExceptionType=InvalidOperationException
88 TypeCouldNotBeTracked=Instance of type '{0}' could not be tracked. This type is not part of the mapped type system.
89
90 ## ExceptionType=InvalidOperationException
91 TypeIsNotEntity=The type '{0}' is not an entity.
92
93 ## ExceptionType=ArgumentException
94 UnrecognizedRefreshObject=An object specified for refresh is not recognized.
95
96 ## ExceptionType=ArgumentException
97 UnhandledExpressionType=Unhandled Expression Type: {0}
98
99 ## ExceptionType=ArgumentException
100 UnhandledBindingType=Unhandled Binding Type: {0}
101
102 ## ExceptionType=InvalidOperationException
103 ObjectTrackingRequired=Object tracking is not enabled for the current data context instance.
104
105 ## ExceptionType=InvalidOperationException
106 OptionsCannotBeModifiedAfterQuery=Data context options cannot be modified after results have been returned from a query.
107
108 ## ExceptionType=InvalidOperationException
109 DeferredLoadingRequiresObjectTracking=Deferred loading requires that object tracking is also enabled.
110
111 ## ExceptionType=NotSupportedException
112 SubqueryDoesNotSupportOperator=The operator '{0}' is not supported in Subquery.
113
114 ## ExceptionType=NotSupportedException
115 SubqueryNotSupportedOn=Subquery is not supported on '{0}'.
116
117 ## ExceptionType=NotSupportedException
118 SubqueryNotSupportedOnType=Subquery is not supported on '{0}' of type '{1}'.
119
120 ## ExceptionType=InvalidOperationException
121 SubqueryNotAllowedAfterFreeze=SetSubquery is not allowed after freeze or attach to DataContext.
122
123 ## ExceptionType=InvalidOperationException
124 IncludeNotAllowedAfterFreeze=LoadWith is not allowed after freeze or attach to DataContext.
125
126 ## ExceptionType=InvalidOperationException
127 LoadOptionsChangeNotAllowedAfterQuery=Setting load options is not allowed after results have been returned from a query.
128
129 ## ExceptionType=InvalidOperationException
130 IncludeCycleNotAllowed=Cycles not allowed in LoadOptions LoadWith type graph.
131
132 ## ExceptionType=InvalidOperationException
133 SubqueryMustBeSequence=Subquery must be a sequence expression.
134
135 ## ExceptionType=InvalidOperationException
136 RefreshOfDeletedObject=Unable to refresh the specified object.  The object no longer exists in the database.
137
138 ## ExceptionType=InvalidOperationException
139 RefreshOfNewObject=An object specified for refresh is pending insert and cannot be refreshed.
140
141 ## ExceptionType=InvalidOperationException
142 CannotChangeInheritanceType=Not allowed: Inheritance discriminator change from '{0}' to '{1}' would change type from '{2}' to '{3}'.
143
144 ## ExceptionType=ObjectDisposedException
145 DataContextCannotBeUsedAfterDispose=DataContext accessed after Dispose.
146
147 ## ExceptionType=InvalidOperationException
148 TypeIsNotMarkedAsTable=The type '{0}' is not mapped as a Table.
149
150 ## ExceptionType=InvalidOperationException
151 NonEntityAssociationMapping=Invalid association mapping for member '{0}.{1}'.  '{2}' is not an entity.
152
153 ## ExceptionType=InvalidOperationException
154 CannotPerformCUDOnReadOnlyTable=Can't perform Create, Update, or Delete operations on '{0}' because it has no primary key.
155
156 InsertCallbackComment=--Callback into user code for insert.
157
158 UpdateCallbackComment=--Callback into user code for update.
159
160 DeleteCallbackComment=--Callback into user code for delete.
161
162 RowNotFoundOrChanged=Row not found or changed.
163
164 UpdatesFailedMessage={0} of {1} updates failed.
165
166 ## ExceptionType=InvalidOperationException
167 CycleDetected=A cycle was detected in the set of changes
168
169 ## ExceptionType=InvalidOperationException
170 CantAddAlreadyExistingItem=Cannot add an entity that already exists.
171
172 CantAddAlreadyExistingKey=Cannot add an entity with a key that is already in use.
173
174 DatabaseGeneratedAlreadyExistingKey=The database generated a key that is already in use.
175
176 ## ExceptionType=InvalidOperationException
177 InsertAutoSyncFailure=Member AutoSync failure. For members to be AutoSynced after insert, the type must either have an auto-generated identity, or a key that is not modified by the database after insert.
178
179 ## ExceptionType=InvalidOperationException
180 EntitySetDataBindingWithAbstractBaseClass=Cannot add an instance of an abstract class to EntitySet<{0}>.
181
182 ## ExceptionType=InvalidOperationException
183 EntitySetDataBindingWithNonPublicDefaultConstructor={0} must have a parameterless constructor when using IBindingList to add new instances.
184
185 ## ExceptionType=InvalidOperationException
186 InvalidLoadOptionsLoadMemberSpecification=The expression specified must be of the form p.A, where p is the parameter and A is a property or field member. 
187
188 ## ExceptionType=InvalidOperationException
189 EntityIsTheWrongType=The entity is not of the correct type.
190
191 ## ExceptionType=InvalidOperationException
192 OriginalEntityIsWrongType=The original state instance has the wrong type.
193
194 ## ExceptionType=InvalidOperationException
195 CannotAttachAlreadyExistingEntity=Cannot attach an entity that already exists.
196
197 ## ExceptionType=InvalidOperationException
198 CannotAttachAsModifiedWithoutOriginalState=An entity can only be attached as modified without original state if it declares a version member or does not have an update check policy.
199
200 ## ExceptionType=InvalidOperationException
201 CannotPerformOperationDuringSubmitChanges=The operation cannot be performed during a call to SubmitChanges.
202
203 ## ExceptionType=InvalidOperationException
204 CannotPerformOperationOutsideSubmitChanges=The operation can only be performed inside a user override method during a call to SubmitChanges.
205
206 ## ExceptionType=InvalidOperationException
207 CannotPerformOperationForUntrackedObject=The operation cannot be performed for the entity because it is not being change tracked.
208
209 ## ExceptionType=NotSupportedException
210 CannotAttachAddNonNewEntities=An attempt has been made to Attach or Add an entity that is not new, perhaps having been loaded from another DataContext.  This is not supported.
211
212 ## ExceptionType=ArgumentException
213 QueryWasCompiledForDifferentMappingSource=Query was compiled for a different mapping source than the one associated with the specified DataContext.