home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / RTCL.ZIP / RTCONST.RC < prev    next >
Encoding:
Text File  |  1996-11-28  |  1.4 KB  |  46 lines

  1. /****************************************************************************
  2.  
  3.  
  4. rtconst.rc
  5.  
  6. produced by Borland Resource Workshop
  7.  
  8.  
  9. *****************************************************************************/
  10.  
  11.  
  12. #include "rtconst.pas"
  13. STRINGTABLE
  14. {
  15.  SNavFirst, "first record"
  16.  SNavRW, "jump backwards"
  17.  SNavPrior, "previous record"
  18.  SNavNext, "next record"
  19.  SNavFF, "jump forwards"
  20.  SNavLast, "last record"
  21.  SNavInsert, "insert record"
  22.  SNavDelete, "delete record"
  23.  SNavEdit, "edit record"
  24.  SNavPost, "save changes"
  25.  SNavCancel, "cancel changes"
  26.  SNavRefresh, "refresh data"
  27.  SNavBookmark, "set bookmark"
  28.  SNavGoto, "jump to bookmark"
  29.  SInvalidPropValue, "Invalid property value."
  30.  SInvalidCopyTbls, "Invalid Source and/or Destination parameter."
  31.  SNoIndex, "Destination table have no appropriate index."
  32.  SNoTable, "No DB-Table defined."
  33.  SNoIDField, "Sequence field doesn't exist."
  34.  SDbGetIDFail, "DbGetId error. Database: %s, Table: %s, Field: %s."
  35.  SNoDatabase, "Database %s not found."
  36.  SNullProperty, "Property %s cannot be empty."
  37.  SCreateView, "Error creating view."
  38.  SDropView, "Error deleting view."
  39.  SLocalSQL, "This component cannot be used with local SQL tables."
  40.  SSyntaxErrorMoveMode, "Syntax error. Invalid mode."
  41.  SSyntaxErrorAt, "Syntax error at %s."
  42.  SSyntaxErrorToken, "Syntax error: %s."
  43.  SUnknownParam, "Unknown query parameter."
  44.  SSQLStmtEditor, "SQL Statements Editor"
  45. }
  46.