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'; |
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 |
> |
|