--- ibx/trunk/runtime/IBXConst.pas 2014/07/07 13:00:15 20 +++ ibx/trunk/runtime/IBXConst.pas 2015/02/26 10:33:34 21 @@ -174,7 +174,7 @@ resourcestring SInvalidOnErrorResult = 'Unexpected onError return value'; SInvalidOnStatusResult = 'Unexpected onStatus return value'; - SInterbaseExpressVersion = 'Firebird Express for Lazarus 1.1.0'; + SInterbaseExpressVersion = 'Firebird Express for Lazarus 1.2.0'; SEditSQL = 'Edit SQL'; SIBSQLEditor = 'IBSQL Editor'; SIBServiceEditor = 'Edit IB Service'; @@ -183,8 +183,9 @@ resourcestring SSV5APIError = 'SV5 API API Error - %s'; SThreadFailed = '%s Thread failed with Exception: %s'; sFieldSizeError = 'Field %s is too small to receive the data'; + STransactionNotEnding = 'Transaction is not being completed'; implementation end. - + \ No newline at end of file