Update of /cvsroot/instantobjects/Source/Core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17171
Modified Files:
InstantConsts.pas
Log Message:
Added SSplashScreenTitle entry resource string and re-sorted resourcestrings into alphabetic order.
Index: InstantConsts.pas
===================================================================
RCS file: /cvsroot/instantobjects/Source/Core/InstantConsts.pas,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** InstantConsts.pas 31 Dec 2005 11:45:24 -0000 1.22
--- InstantConsts.pas 8 Jan 2006 07:20:19 -0000 1.23
***************
*** 92,98 ****
--- 92,101 ----
SConnectionManagerCaption = 'Connection Manager';
SConnectionManagerExecutorNotAssigned = 'Connection manager execution procedure not assigned';
+ SConnectionName = 'Connection Name';
SConnectorInUse = 'Connector %s in use by %d object(s)';
SConnectorMismatch = 'Connector mismatch';
SContainerNotFound = 'Container: ''%s'' not found for class %s';
+ SDatabaseBuildConfirmation = 'Build database via connection "%s" and clear all data?';
+ SDatabaseBuilt = 'Database was built successfully';
SDatabaseCreationNotSupported = '''%s'' does not support automatic database creation';
SDatabaseEvolutionNonSupported = 'This broker does not support database evolution';
***************
*** 100,103 ****
--- 103,107 ----
SDefaultContainerNotFound = 'Default container not found for class %s';
SDefaultContainerNotSpecified = 'Default container not specified for class %s';
+ SDeleteConnectionConfirmation = 'Delete connection "%s"?';
SDeniedDispose = 'Denied dispose of object %s(''%s'')';
SDeniedRefresh = 'Denied refresh of object %s(''%s'')';
***************
*** 148,151 ****
--- 152,156 ----
SProtocolNotSupported = 'Protocol ''%s'' not supported';
SSpecifierMissing = 'Specifier missing';
+ SSplashScreenTitle = 'InstantObjects - Object Persistence Framework';
SSQLStatementIndexOutOfBounds = 'SQL statement index out of bounds.';
STransactionInProgress = 'Transaction in progress';
***************
*** 164,167 ****
--- 169,173 ----
SUnassignedMap = 'Unassigned map';
SUnassignedObjectInAttribute = 'Unassigned object in attribute %s(''%s'')';
+ SUnassignedOnConnectError = 'Unassigned OnConnect event of InstantConnectionManager';
SUnassignedQuery = 'Unassigned query';
SUnassignedResolver = 'Unassigned resolver';
***************
*** 182,191 ****
SUnsupportedType = 'Unsupported type: %s';
SUpdateConflict = 'Object %s(''%s'') was updated by another session';
! SDatabaseBuildConfirmation = 'Build database via connection "%s" and clear all data?';
! SDatabaseBuilt = 'Database was built successfully';
! SDeleteConnectionConfirmation = 'Delete connection "%s"?';
! SConnectionName = 'Connection Name';
! SUnassignedOnConnectError = 'Unassigned OnConnect event of InstantConnectionManager';
!
implementation
--- 188,192 ----
SUnsupportedType = 'Unsupported type: %s';
SUpdateConflict = 'Object %s(''%s'') was updated by another session';
!
implementation
|