--- ibx/trunk/runtime/IBXConst.pas 2000/07/31 16:43:00 4 +++ ibx/trunk/runtime/IBXConst.pas 2011/02/18 16:26:16 5 @@ -50,7 +50,7 @@ resourcestring { strings used in error messages} SUnknownError = 'Unknown error'; - SInterBaseMissing = 'InterBase library gds32.dll not found in the path. Please install InterBase to use this functionality'; + SInterBaseMissing = 'Firebird library not found in the path. Please install Firebird to use this functionality'; SInterBaseInstallMissing = 'InterBase Install DLL ibinstall.dll not found in the path. Please install InterBase 6 to use this functionality'; SIB60feature = '%s is an InterBase 6 function. Please upgrade to InterBase 6 to use this functonality'; SNotSupported = 'Unsupported feature'; @@ -165,10 +165,12 @@ resourcestring SInvalidOnErrorResult = 'Unexpected onError return value'; SInvalidOnStatusResult = 'Unexpected onStatus return value'; - SInterbaseExpressVersion = 'InterbaseExpress 4.2'; + SInterbaseExpressVersion = 'Firebird Express for Lazarus 1.0'; SEditSQL = 'Edit SQL'; - + SDPBConstantUnknownEx = 'DPB Constant (%s) is unknown'; + STPBConstantUnknownEx = 'TPB Constant (%s) is unknown'; + implementation end. - \ No newline at end of file +