home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kolekce / d456 / DCSLIB25.ZIP / Resource / English / DCConst.rc < prev    next >
Text File  |  2001-02-16  |  2KB  |  49 lines

  1. #include "DCConst.pas"
  2.  
  3. STRINGTABLE
  4. {
  5.   RES_CALC_FMT_TODAY,  "Today  %-14s"
  6.   RES_EDIT_ERR_WRONG,  "Not valid value"
  7.   RES_EDIT_ERR_EXCEPT, "Error locating record"
  8.   RES_EDIT_ERR_EMPTY,  "Empty value not correct"
  9.   RES_EDIT_ERR_DEC,    "Not correct integer value"
  10.   RES_EDIT_ERR_FLOAT,  "Not correct float value"
  11.   RES_EDIT_ERR_CURR,   "Not valid value"
  12.   RES_EDIT_ERR_UNIQ,   "Value must be unique"
  13.   RES_COMB_ERR_WRONG,  "Not valid value"
  14.   RES_DATE_ERR_WRONG,  "Not valid date"
  15.   RES_GRID_ERR_WRONG,  "Record not exists"
  16.   RES_GRID_ERR_LOCATE, "Error locating record"
  17.   RES_GRID_ERR_FIND,   "Error locating record"
  18.   RES_STRN_VAL_QUERY,  "Query text"
  19.   RES_STRN_VAL_FIND,   "Search"
  20.   RES_STRN_VAL_PROP,   "Options"
  21.   RES_STRN_VAL_PRINT,  "Print"
  22.   RES_GRID_REC_ROOT,   "Record"
  23.   RES_GRID_REC_VAL0,   "s"
  24.   RES_GRID_REC_VAL1,   ""
  25.   RES_GRID_REC_VAL2,   ""
  26.   RES_GRID_STR_MSEL,   "Selected %d %s. Delete all?"
  27.   RES_GRID_STR_SSEL,   "Delete record?"
  28.   RES_GRID_ERR_EMPTY,  "Field /b%s/b0 can't be empty"
  29.   RES_GRID_ERR_UNIQ,   "Field /b%s/b0 must be unique"
  30.   RES_GRID_ERR_DEC,    "Field /b%s/b0 must be integer value"
  31.   RES_GRID_ERR_FLOAT,  "Field /b%s/b0 must be float value"
  32.   RES_GRID_ERR_CURR,   "Field /b%s/b0 must be currency value"
  33.   RES_GRID_ERR_OPEN,   "Error open table"
  34.   RES_TREE_ERR_WRONG,  "Node not found"
  35.   RES_FOLD_ERR_WRONG,  "Path not found/ow{80}/#/b%s/b0"
  36.   RES_STRN_VAL_CREATE, "/ow{3}&Create/ow{8}"
  37.   RES_STRN_VAL_CANCEL, "/ow{3}C&ancel/ow{8}"
  38.   RES_STRN_VAL_CLOSE,  "&Close"
  39.   RES_STRN_MSG_ONLOAD, "Loading..."
  40.   RES_STRN_MSG_DBGCEM, "There are no items to show in this view"
  41.   RES_FOLD_ERR_NOTFLD, "Not valid dirrectory path"
  42.   RES_BFLD_DBOCAPTION, "Browse For Folder"
  43.   RES_STRN_HNT_SELALL, "Select All"
  44.   RES_STRN_HNT_DESALL, "Deselect All"
  45.   RES_MASK_ERR_WRONG,  "Not valid mask./#Mask value: /b"
  46.   RES_STRN_MSG_GRPBOX, "Drag a column header here to group by that column"
  47.   RES_STRN_VAL_GPRBOX, "Group by Box"
  48. }
  49.