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 20 by tony, Mon Jul 7 13:00:15 2014 UTC vs.
Revision 21 by tony, Thu Feb 26 10:33:34 2015 UTC

# Line 174 | Line 174 | resourcestring
174    SInvalidOnErrorResult = 'Unexpected onError return value';
175    SInvalidOnStatusResult = 'Unexpected onStatus return value';
176  
177 <  SInterbaseExpressVersion = 'Firebird Express for Lazarus 1.1.0';
177 >  SInterbaseExpressVersion = 'Firebird Express for Lazarus 1.2.0';
178    SEditSQL = 'Edit SQL';
179    SIBSQLEditor = 'IBSQL Editor';
180    SIBServiceEditor = 'Edit IB Service';
# Line 183 | Line 183 | resourcestring
183    SSV5APIError = 'SV5 API API Error - %s';
184    SThreadFailed = '%s Thread failed with Exception: %s';
185    sFieldSizeError = 'Field %s is too small to receive the data';
186 +  STransactionNotEnding = 'Transaction is not being completed';
187  
188   implementation
189  
190   end.
191 <
191 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines