From: Nando D. <na...@us...> - 2005-06-18 09:42:50
|
Update of /cvsroot/instantobjects/Source/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24771/Core Modified Files: InstantConsts.pas Log Message: Core support for database evolution; definitions sorted Index: InstantConsts.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantConsts.pas,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** InstantConsts.pas 25 Feb 2005 14:48:26 -0000 1.9 --- InstantConsts.pas 18 Jun 2005 09:42:39 -0000 1.10 *************** *** 66,78 **** SAccessError = 'Cannot access attribute %s(''%s'') as type: %s'; SAccessorClassNotFoundFor = 'Accessor class not found for class %s '; SAttributeNotFound = 'Attribute ''%s'' not found for class %s '; SAttributeNotIndexed = 'Attribute %s(''%s'') in class %s not indexed'; SAttributeNotQueryable = 'Attribute %s(''%s'') in class %s not queryable'; ! SAttributeConversionError = 'Error converting value for attribute %s(''%s''): "%s"'; SCapabilityNotSuppported = 'Capability not supported'; - SClassReferenceMissing = 'Class reference missing'; SClassNotQueryable = 'Class %s not queryable'; SClassNotRegistered = 'Class %s not registered'; SClassNotStreamable = 'Class %s not streamable: '; SConnectorInUse = 'Connector %s in use by %d object(s)'; SConnectorMismatch = 'Connector mismatch'; --- 66,83 ---- SAccessError = 'Cannot access attribute %s(''%s'') as type: %s'; SAccessorClassNotFoundFor = 'Accessor class not found for class %s '; + SAttributeConversionError = 'Error converting value for attribute %s(''%s''): "%s"'; SAttributeNotFound = 'Attribute ''%s'' not found for class %s '; SAttributeNotIndexed = 'Attribute %s(''%s'') in class %s not indexed'; SAttributeNotQueryable = 'Attribute %s(''%s'') in class %s not queryable'; ! SCannotBuildDB = 'Database build step "%s" not supported'; SCapabilityNotSuppported = 'Capability not supported'; SClassNotQueryable = 'Class %s not queryable'; SClassNotRegistered = 'Class %s not registered'; SClassNotStreamable = 'Class %s not streamable: '; + SClassReferenceMissing = 'Class reference missing'; + SConnectionDefError = 'Error: connection definitions %s not found in file %s'; + SConnectionDefFilter = 'Connection files|*.con;*.xml'; + SConnectionManagerCaption = 'Connection Manager'; + SConnectionManagerExecutorNotAssigned = 'Connection manager execution procedure not assigned'; SConnectorInUse = 'Connector %s in use by %d object(s)'; SConnectorMismatch = 'Connector mismatch'; *************** *** 80,83 **** --- 85,92 ---- SDefaultContainerNotFound = 'Default container not found for class %s'; SDefaultContainerNotSpecified = 'Default container not specified for class %s'; + SDeniedDispose = 'Denied dispose of object %s(''%s'')'; + SDeniedRefresh = 'Denied refresh of object %s(''%s'')'; + SDeniedRetrieve = 'Denied retrieve of object %s(''%s'')'; + SDeniedStore = 'Denied store of object %s(''%s'')'; SDisposeConflict = 'Object %s(''%s'') was disposed by another session'; SErrorDisposingObject = 'Error disposing object %s(''%s''): "%s"'; *************** *** 88,93 **** SFatalError = 'Fatal Error for object %s(''%s''): "%s"'; SFieldReadError = 'Error reading value from field ''%s'': %s'; - SFieldWriteError = 'Error writing value ''%s'' to field %s: %s'; SFieldSizeRequired = 'Field size required for field "%s" in table "%s"'; SFinalizationFailed = 'Finalization failed for object %s(''%s''): "%s"'; SGateClassNotFoundFor = 'Gate class not found for connection class %s'; --- 97,102 ---- SFatalError = 'Fatal Error for object %s(''%s''): "%s"'; SFieldReadError = 'Error reading value from field ''%s'': %s'; SFieldSizeRequired = 'Field size required for field "%s" in table "%s"'; + SFieldWriteError = 'Error writing value ''%s'' to field %s: %s'; SFinalizationFailed = 'Finalization failed for object %s(''%s''): "%s"'; SGateClassNotFoundFor = 'Gate class not found for connection class %s'; *************** *** 99,108 **** SInvalidClass = 'Invalid class %s. Expected %s'; SInvalidConnector = 'Invalid connector for object %s(''%s'') in attribute %s(''%s'')'; - SInvalidObjectClass = 'Invalid object class %s in attribute %s(''%s''). Required class %s'; SInvalidDataType = 'Invalid data type'; SInvalidDateTime = 'Invalid date/time: %s'; SInvalidItemClass = 'Invalid item class %s'; - SInvalidObjectId = 'Invalid Id (''%s'') for object of class %s'; SInvalidMasterDataSetClass = 'Invalid master dataset class %s. Class %s required.'; SInvalidOperator = 'Invalid operator: %s'; SInvalidPropertyValue = 'Invalid property value'; --- 108,117 ---- SInvalidClass = 'Invalid class %s. Expected %s'; SInvalidConnector = 'Invalid connector for object %s(''%s'') in attribute %s(''%s'')'; SInvalidDataType = 'Invalid data type'; SInvalidDateTime = 'Invalid date/time: %s'; SInvalidItemClass = 'Invalid item class %s'; SInvalidMasterDataSetClass = 'Invalid master dataset class %s. Class %s required.'; + SInvalidObjectClass = 'Invalid object class %s in attribute %s(''%s''). Required class %s'; + SInvalidObjectId = 'Invalid Id (''%s'') for object of class %s'; SInvalidOperator = 'Invalid operator: %s'; SInvalidPropertyValue = 'Invalid property value'; *************** *** 113,120 **** SMetadataNotFound = 'Metadata not found for class %s'; SMethodNotFound = 'Method ''%s'' not found for class %s'; ! SDeniedDispose = 'Denied dispose of object %s(''%s'')'; ! SDeniedRefresh = 'Denied refresh of object %s(''%s'')'; ! SDeniedRetrieve = 'Denied retrieve of object %s(''%s'')'; ! SDeniedStore = 'Denied store of object %s(''%s'')'; SNotPublishedObjectProperty = '%s is not a published object property'; SObjectClassUndefined = 'ObjectClass undefined'; --- 122,126 ---- SMetadataNotFound = 'Metadata not found for class %s'; SMethodNotFound = 'Method ''%s'' not found for class %s'; ! SMissingImplementation = 'Method %s is not implemented in class %s'; SNotPublishedObjectProperty = '%s is not a published object property'; SObjectClassUndefined = 'ObjectClass undefined'; *************** *** 127,137 **** STrueString = 'True'; SUnableToQueryAttribute = 'Unable to query on attribute %s.%s'; - SUnexpectedAttributeClass = 'Unexpected attribute class for %s(''%s'') in class %s. Expected attribute class %s'; - SUnexpectedAttributeCategory = 'Unexpected attribute category %s for %s(''%s'') in class %s. Expected attribute category %s'; - SUnexpectedClass = 'Unexpected class %s. Expected class %s'; - SUnexpectedToken = 'Unexpected token ''%s''. Expected token ''%s'''; SUnassigned = '[Unassigned]'; - SUnassignedBroker = 'Unassigned broker'; SUnassignedAttributeMetadata = 'Unassigned metadata for attribute %s(''%s'')'; SUnassignedClass = 'Unassigned class'; SUnassignedClassMetadata = 'Unassigned metadata for class %s'; --- 133,139 ---- STrueString = 'True'; SUnableToQueryAttribute = 'Unable to query on attribute %s.%s'; SUnassigned = '[Unassigned]'; SUnassignedAttributeMetadata = 'Unassigned metadata for attribute %s(''%s'')'; + SUnassignedBroker = 'Unassigned broker'; SUnassignedClass = 'Unassigned class'; SUnassignedClassMetadata = 'Unassigned metadata for class %s'; *************** *** 147,162 **** SUnassignedStream = 'Unassigned stream'; SUnassignedTranslator = 'Unassigned translator'; SUnknownAttributeClass = 'Unknown attribute class for attribute %s(''%s'')'; SUnspecifiedCommand = 'Command is not specified'; SUnsupportedDataType = 'Unsupported datatype: %s'; SUnsupportedType = 'Unsupported type: %s'; SUpdateConflict = 'Object %s(''%s'') was updated by another session'; - SUnsupportedGraphicStream = 'Unsupported graphic stream format'; - SUnsupportedGraphicClass = 'Unsupported graphic class'; - SMissingImplementation = 'Method %s is not implemented in class %s'; - SConnectionManagerCaption = 'Connection Manager'; - SConnectionManagerExecutorNotAssigned = 'Connection manager execution procedure not assigned'; - SConnectionDefError = 'Error: connection definitions %s not found in file %s'; - SConnectionDefFilter = 'Connection files|*.con;*.xml'; implementation --- 149,165 ---- SUnassignedStream = 'Unassigned stream'; SUnassignedTranslator = 'Unassigned translator'; + SUndefinedCatalog = 'Catalog not defined for %s'; + SUnexpectedAttributeCategory = 'Unexpected attribute category %s for %s(''%s'') in class %s. Expected attribute category %s'; + SUnexpectedAttributeClass = 'Unexpected attribute class for %s(''%s'') in class %s. Expected attribute class %s'; + SUnexpectedClass = 'Unexpected class %s. Expected class %s'; + SUnexpectedToken = 'Unexpected token ''%s''. Expected token ''%s'''; SUnknownAttributeClass = 'Unknown attribute class for attribute %s(''%s'')'; SUnspecifiedCommand = 'Command is not specified'; SUnsupportedDataType = 'Unsupported datatype: %s'; + SUnsupportedGraphicClass = 'Unsupported graphic class'; + SUnsupportedGraphicStream = 'Unsupported graphic stream format'; + SUnsupportedOperation = 'Unsupported operation: %s'; SUnsupportedType = 'Unsupported type: %s'; SUpdateConflict = 'Object %s(''%s'') was updated by another session'; implementation |