home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 July & August / PCWorld_2003-07-08_cd.bin / Software / Vyzkuste / dvdr / dvdr.exe / Nero / nres_eng.msg < prev    next >
Encoding:
Text File  |  1999-12-26  |  5.4 KB  |  95 lines

  1. // tab size:4
  2.  
  3. typedef enum
  4. {
  5. MES_FATAL_ERROR=0,                // "Fatal error; programm terminated!"
  6. MES_UNKNOWN_ERROR,                // "Unknown error"
  7. MES_READ_ERROR,                    // "Read error:"
  8. MES_WRITE_ERROR,                // "Write error:"
  9. MES_UNKNOWN_PART_TYPE,            // "Unknown partition type"
  10. MES_INSERT_CD,                    // "Please insert Backup CD mumber %d in drive %c:."
  11. MES_INSERT_CD_OF_N,                // "Please insert Backup CD mumber %d of %d in drive %c:."
  12. MES_HEADER_ERROR,                // "%s Sizeof=%ld, Header=%ld"
  13. MES_HEADER_WRONG_SIZE,            // "Wrong byte alignment in the backup header:"
  14. MES_NO_VALID_CD,                // "This doesn't seem to be a valid backup CD!"
  15. MES_OPEN_BACKUP_ERR,            // "Could not open the backup file!"
  16. MES_READ_BACKUP_ERR,            // "Could not read the backup file!"
  17. MES_BACKUP_FILE_NOT_FOUND,        // "Backup file not found!"
  18.                                 //           10        20        30        40        50        60        70
  19.                                 //  1234567890123456789012345678901234567890123456789012345678901234567890123456
  20. MES_PART_TABLE_HEAD,            // "Part#  Typ System        S:Cyl  Hd Sec  E:Cyl  Hd  Sec       Len         MB "
  21. MES_NO_VALID_PART_INFO,            // "No valid partition info!" 
  22. MES_PRIMARY_PART,                // "Pri"
  23. MES_ABORT_EXT_PART,                // "Read error! Aborting scan for extended partitions!"
  24. MES_INVALID_EXT_PART_ENTRY,        // "Invalid extended partition entry!"
  25. MES_EXTENDED_PART,                // "Ext"
  26. MES_NUMBER_HARDDRIVE,            // "%3d.harddisk      ( %02X )"
  27. MES_BIOS_EXTENTIONS_YES,        // "LBA"
  28. MES_BIOS_EXTENTIONS_NO,            // "CHS"
  29. MES_RESTORE_SEGMENT,            // "Restoring segment using %s mode to sector %ld ..."
  30. MES_READ_ERR_SEGMENT_FILE,        // "Read error in segment file!"
  31. MES_WRITE_ERR_DEST_HD_LBA,        // "Write error on destination harddisk (LBA)!"
  32. MES_WRITE_ERR_DEST_HD_CHS,        // "Write error on destination harddisk (CHS)!"
  33. MES_LAST_WRITTEN_BLOCK,            // "Last written block=%ld"
  34. MES_BAD_DEST_GEOMETRY,            // "Cannot determine the destination drive's geometry!"
  35. MES_UNEXPECTED_SEG_NAME,        // "Unexpected segment file name!"
  36. MES_MODIFIED_PARTITIONS_1,        // "The harddisk partitions have been modified"
  37. MES_MODIFIED_PARTITIONS_2,        // "since the backup. Make sure, that you create"
  38. MES_MODIFIED_PARTITIONS_3,        // "a partition at Cylinder %d, Head %d and Sector %d,"
  39. MES_MODIFIED_PARTITIONS_4,        // "that ends at Cylinder %d, Head %d and Sector %d."
  40. MES_BAD_SEGMENT_ADDRESS,        // "Error. Segment address=%ld, but write address=%ld!!!Fixed."
  41. MES_OPEN_SEGMENT_ERR,            // "Cannot open segment file!"
  42. MES_SEEK_SEGMENT_ERR,            // "Cannot seek to the correct position within the segment file!"
  43. MES_SEGMENT_INFO,                // "FileLength=%ld Blks SegmentLength=%ld Blks"
  44. MES_START_RESTORE,                // "Press RETURN to restore Backup from %c to drive %02x "
  45. MES_START_PART_RESTORE,            // "Press RETURN to restore Backup from %c to drive %02x partition %d "
  46. MES_RESTORE_LABEL,                // "  Restore  "
  47. MES_QUIT_LABEL,                    // "  Quit     "
  48. MES_HEADLINE,                    // "                    Ahead: NERO CD-Backup Restore Programm                  "
  49. MES_DEST_DRIVE_HEADLINE,        // " Destinationdrive (BIOS #) mode"
  50. MES_SOURCE_DRIVE_HEADLINE,        // " Sourcedrive   " 
  51. MES_NO_BIOS_EXT,                // "Drive 0x%02X doesn't have BIOS extensions!"
  52. MES_NO_BOOTSECTOR,                // "Sorry, sector %ld doesn't seem to be a boot sector!"
  53. MES_DOS_ONLY,                    // " Sorry, Ahead NERO Restore runs only in DOS-mode !!! "
  54. MES_INCOMP_GEOM,                // "Incompatible drive geometry"
  55. MES_CANT_GET_GEOM,                // "Cannot determine the backup geometry!"
  56. MES_REALY_CANCEL,                // "REALLY CANCEL? <ESC>=continue restore, <RET>=cancel"
  57. MES_SEARCH_FILE,                // " Searching for backup file ..."
  58. MES_8GB_NO_EXT,                    // "Cannot support drives >8GB without BIOS-Extensions"
  59. MES_OUT_OF_MEMORY,                // "Out of memory !"
  60.  
  61.  
  62. MES_REOE_SUCCESS,                // "Partition reorganizing: successfull"
  63. MES_REOE_INVALID_FILE_SYSTEM,    // "Partition reorganizing: invalid file system"
  64. MES_REOE_IO_ERROR_R,            // "Partition reorganizing: read error"
  65. MES_REOE_IO_ERROR_W,            // "Partition reorganizing: write error"
  66. MES_REOE_OUT_OF_MEMORY,            // "Partition reorganizing: out of memory"
  67. MES_REOE_SYS_CORRUPT,            // "Partition reorganizing: system corrupt"
  68. MES_REOE_BAD_GEOMETRY,            // "Partition reorganizing: bad geometry"
  69. MES_REOE_NEW_SIZE_NOT_MATCH,    // "Partition reorganizing: new cluster size doesn't match"
  70. MES_REOE_FILE_SYSTEM_CORRUPT,    // "Partition reorganizing: file system corrupt"
  71. MES_REOE_OUT_OF_SPACE,            // "Partition reorganizing: out of space"
  72. MES_REOE_INVALID_REQUEST,        // "Partition reorganizing: invalid request"
  73. MES_REOE_NO_SPACE_FOR_ALIGNMENT,// "Partition reorganizing: no space for alignment"
  74. MES_REOE_NOT_YET,                // "Partition reorganizing: not yet implemented?"
  75.  
  76. MES_CHECK_STRUCTURE,            // "Check structure"
  77. MES_MOVE_CLUSTER,                // "Move cluster"
  78. MES_ALIGN_CLUSTER,                // "Align cluster"
  79. MES_CREATE_NEW_STRUCTURES,        // "Create new structures"
  80. MES_COPY_STRUCTURES,            // "Copy structures"
  81.  
  82. MES_RESTORING,                    // "Restoring"
  83. MES_CANT_CREATE_LAYOUT,            // "Cannot create compatible partition layout!"
  84. MES_REBOOT,                        // "Press a key to REBOOT"
  85. MES_DESTINATION_UNFIT,            // "Destination is unfit"
  86. MES_COULDNT_SET_TYPE,            // "Couldn't set partition type!"
  87. MES_SELECT_LANGUAGE,            // "Please select language: (e) for english."
  88. MES_WRONG_MESSAGE_NUMBER,        // "Wrong message number at message: "
  89. MES_NO_OPEN_MESSAGE_FILE,        // "Could not open the messages file: "
  90. MES_BROKEN_QUOTED_STRING,        // "Broken quoted string"
  91. MES_FILE_FOUND,                    // " Backup file found; please select destination"
  92.  
  93. } ERR_MSG_NUM;
  94.  
  95.