home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / delphi / DB / QDBVCLD3.ZIP / qdb.r32 / qdb.rc < prev   
Text (UTF-16)  |  1997-11-20  |  3KB  |  73 lines

  1. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  2.  
  3. QDB_CANCEL BITMAP "QDB_CANCEL.bmp"
  4.  
  5. QDB_DELETE BITMAP "QDB_DELETE.bmp"
  6.  
  7. QDB_EDIT BITMAP "QDB_EDIT.bmp"
  8.  
  9. QDB_FIRST BITMAP "QDB_FIRST.bmp"
  10.  
  11. QDB_INSERT BITMAP "QDB_INSERT.bmp"
  12.  
  13. QDB_LAST BITMAP "QDB_LAST.bmp"
  14.  
  15. QDB_NEXT BITMAP "QDB_NEXT.bmp"
  16.  
  17. QDB_POST BITMAP "QDB_POST.bmp"
  18.  
  19. QDB_PREV BITMAP "QDB_PREV.bmp"
  20.  
  21. QDB_REFRESH BITMAP "QDB_REFRESH.bmp"
  22.  
  23. STRINGTABLE
  24. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  25. {
  26.   1,     "Could not find the file %s"
  27.   2,     "The file %s is not a valid QDB file"
  28.   3,     "The drive you are trying to access is not ready"
  29.   4,     "%s is marked as read-only"
  30.   5,     "No more file handles are available"
  31.   6,     "The file %s seems to be in use by another program"
  32.   7,     "The drive is full"
  33.   8,     "Unidentified problem -  %s"
  34.   9,     "Not enough memory to extend the index to %s"
  35.   10,     "Unable to copy %s"
  36.   11,     "Unable to extend the file %s"
  37.   12,     "Duplicate keys are not allowed"
  38.   13,     "Cannot insert into a sorted list"
  39.   14,     "The list index is out of bounds"
  40.   15,     "Could not create a necessary temporary file"
  41. }
  42.  
  43. STRINGTABLE
  44. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  45. {
  46.   16,     "Illegal operation - no file assigned"
  47.   17,     "Insufficient memory to compress or expand"
  48.   18,     "The key '%s' does not exist"
  49.   19,     "The password you have provided is invalid"
  50.   20,     "File %s is empty"
  51. }
  52.  
  53. STRINGTABLE
  54. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  55. {
  56.   119,     "First Item"
  57.   120,     "Previous Item"
  58.   121,     "Next Item"
  59.   122,     "Last Item"
  60.   123,     "Add Item"
  61.   124,     "Delete Item"
  62.   125,     "Edit Item"
  63.   126,     "Post Item"
  64.   127,     "Cancel Edit"
  65. }
  66.  
  67. STRINGTABLE
  68. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  69. {
  70.   128,     "Refresh Item"
  71. }
  72.  
  73.