home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
-
-
- rtconst.rc
-
- produced by Borland Resource Workshop
-
-
- *****************************************************************************/
-
-
- #include "rtconst.pas"
- STRINGTABLE
- {
- SNavFirst, "first record"
- SNavRW, "jump backwards"
- SNavPrior, "previous record"
- SNavNext, "next record"
- SNavFF, "jump forwards"
- SNavLast, "last record"
- SNavInsert, "insert record"
- SNavDelete, "delete record"
- SNavEdit, "edit record"
- SNavPost, "save changes"
- SNavCancel, "cancel changes"
- SNavRefresh, "refresh data"
- SNavBookmark, "set bookmark"
- SNavGoto, "jump to bookmark"
- SInvalidPropValue, "Invalid property value."
- SInvalidCopyTbls, "Invalid Source and/or Destination parameter."
- SNoIndex, "Destination table have no appropriate index."
- SNoTable, "No DB-Table defined."
- SNoIDField, "Sequence field doesn't exist."
- SDbGetIDFail, "DbGetId error. Database: %s, Table: %s, Field: %s."
- SNoDatabase, "Database %s not found."
- SNullProperty, "Property %s cannot be empty."
- SCreateView, "Error creating view."
- SDropView, "Error deleting view."
- SLocalSQL, "This component cannot be used with local SQL tables."
- SSyntaxErrorMoveMode, "Syntax error. Invalid mode."
- SSyntaxErrorAt, "Syntax error at %s."
- SSyntaxErrorToken, "Syntax error: %s."
- SUnknownParam, "Unknown query parameter."
- SSQLStmtEditor, "SQL Statements Editor"
- }
-