ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/IBXConst.pas
(Generate patch)

Comparing ibx/trunk/runtime/IBXConst.pas (file contents):
Revision 4 by tony, Mon Jul 31 16:43:00 2000 UTC vs.
Revision 5 by tony, Fri Feb 18 16:26:16 2011 UTC

# Line 50 | Line 50 | resourcestring
50  
51   { strings used in error messages}
52    SUnknownError = 'Unknown error';
53 <  SInterBaseMissing = 'InterBase library gds32.dll not found in the path. Please install InterBase to use this functionality';
53 >  SInterBaseMissing = 'Firebird library not found in the path. Please install Firebird to use this functionality';
54    SInterBaseInstallMissing = 'InterBase Install DLL ibinstall.dll not found in the path. Please install InterBase 6 to use this functionality';
55    SIB60feature = '%s is an InterBase 6 function. Please upgrade to InterBase 6 to use this functonality';
56    SNotSupported = 'Unsupported feature';
# Line 165 | Line 165 | resourcestring
165    SInvalidOnErrorResult = 'Unexpected onError return value';
166    SInvalidOnStatusResult = 'Unexpected onStatus return value';
167  
168 <  SInterbaseExpressVersion = 'InterbaseExpress 4.2';
168 >  SInterbaseExpressVersion = 'Firebird Express for Lazarus 1.0';
169    SEditSQL = 'Edit SQL';
170 <  
170 >  SDPBConstantUnknownEx = 'DPB Constant (%s) is unknown';
171 >  STPBConstantUnknownEx = 'TPB Constant (%s) is unknown';
172 >
173   implementation
174  
175   end.
176 <
176 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines