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 5 by tony, Fri Feb 18 16:26:16 2011 UTC vs.
Revision 7 by tony, Sun Aug 5 18:28:19 2012 UTC

# Line 24 | Line 24
24   {       Corporation. All Rights Reserved.                                }
25   {    Contributor(s): Jeff Overcash                                       }
26   {                                                                        }
27 + {    IBX For Lazarus (Firebird Express)                                  }
28 + {    Contributor: Tony Whyman, MWA Software http://www.mwasoftware.co.uk }
29 + {    Portions created by MWA Software are copyright McCallum Whyman      }
30 + {    Associates Ltd 2011                                                 }
31 + {                                                                        }
32   {************************************************************************}
33  
34   unit IBXConst;
# Line 36 | Line 41 | resourcestring
41   { generic strings used in code }
42    SIBDatabaseEditor = 'Da&tabase Editor...';
43    SIBTransactionEditor = '&Transaction Editor...';
44 <  SDatabaseFilter = 'Database Files (*.gdb)|*.gdb|All files (*.*)|*.*';
44 >  SDatabaseFilter = 'Database Files (*.fdb; *.gdb)|*.gdb; *.fdb|All files (*.*)|*.*';
45    SDisconnectDatabase = 'Database is currently connected. Disconnect and continue?';
46    SCommitTransaction = 'Transaction is currently Active. Rollback and continue?';
47    SExecute = 'E&xecute';
# Line 107 | Line 112 | resourcestring
112    SSQLParseError = 'SQL Parse Error:' + CRLF + CRLF + '%s';
113    SUserAbort = 'User abort';
114    SDataSetUniDirectional = 'Data set is uni-directional';
115 +  {$IFDEF UNIX}
116 +  SCannotCreateSharedResource = 'Cannot create shared resource. %s';
117 +  {$ELSE}
118    SCannotCreateSharedResource = 'Cannot create shared resource. (Windows error %d)';
119 +  {$ENDIF}
120    SWindowsAPIError = 'Windows API error. (Windows error %d [$%.8x])';
121    SColumnListsDontMatch = 'Column lists do not match';
122    SColumnTypesDontMatch = 'Column types don''t match. (From index: %d; To index: %d)';
# Line 167 | Line 176 | resourcestring
176  
177    SInterbaseExpressVersion = 'Firebird Express for Lazarus 1.0';
178    SEditSQL = 'Edit SQL';
179 +  SIBSQLEditor = 'IBSQL Editor';
180 +  SIBServiceEditor = 'Edit IB Service';
181    SDPBConstantUnknownEx = 'DPB Constant (%s) is unknown';
182    STPBConstantUnknownEx = 'TPB Constant (%s) is unknown';
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  
187   implementation
188  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines