home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd1.bin / zkuste / nero / download / nero60011.exe / Nero / nres_eng.msg < prev    next >
Encoding:
Text File  |  2003-07-23  |  9.7 KB  |  144 lines

  1. // English
  2. // tab size:4
  3.  
  4. typedef enum
  5. {
  6. MES_FATAL_ERROR=0,                // "Fatal error; programm terminated!"
  7. MES_UNKNOWN_ERROR,                // "Unknown error"
  8. MES_READ_ERROR,                    // "Read error:"
  9. MES_WRITE_ERROR,                // "Write error:"
  10. MES_UNKNOWN_PART_TYPE,            // "Unknown partition type"
  11. MES_INSERT_CD,                    // "Please insert Backup CD number %d in drive %c:."
  12. MES_INSERT_CD_OF_N,                // "Please insert Backup CD number %d of %d in drive %c:."
  13. MES_HEADER_ERROR,                // "%s Sizeof=%ld, Header=%ld"
  14. MES_HEADER_WRONG_SIZE,            // "Wrong byte alignment in the backup header:"
  15. MES_NO_VALID_CD,                // "This doesn't seem to be a valid backup CD!"
  16. MES_OPEN_BACKUP_ERR,            // "Could not open the backup file!"
  17. MES_READ_BACKUP_ERR,            // "Could not read the backup file!"
  18. MES_BACKUP_FILE_NOT_FOUND,        // "Backup file not found!"
  19.                                 //           10        20        30        40        50        60        70
  20.                                 //  1234567890123456789012345678901234567890123456789012345678901234567890123456
  21. MES_PART_TABLE_HEAD,            // "Part# Type System        S:Cyl  Hd Sec  E:Cyl  Hd  Sec       Len         MB "
  22. MES_NO_VALID_PART_INFO,            // "No valid partition info!" 
  23. MES_PRIMARY_PART,                // "Pri"
  24. MES_ABORT_EXT_PART,                // "Read error! Aborting scan for extended partitions!"
  25. MES_INVALID_EXT_PART_ENTRY,        // "Invalid extended partition entry!"
  26. MES_EXTENDED_PART,                // "Ext"
  27. MES_NUMBER_HARDDRIVE,            // "%3d.harddisk      ( %02X )"
  28. MES_BIOS_EXTENTIONS_YES,        // "LBA"
  29. MES_BIOS_EXTENTIONS_NO,            // "CHS"
  30. MES_RESTORE_SEGMENT,            // "Restoring segment using %s mode to sector %ld ..."
  31. MES_READ_ERR_SEGMENT_FILE,        // "Read error in segment file!"
  32. MES_WRITE_ERR_DEST_HD_LBA,        // "Write error on destination harddisk (LBA)!"
  33. MES_WRITE_ERR_DEST_HD_CHS,        // "Write error on destination harddisk (CHS)!"
  34. MES_LAST_WRITTEN_BLOCK,            // "Last written block=%ld"
  35. MES_BAD_DEST_GEOMETRY,            // "Cannot determine the destination drive's geometry!"
  36. MES_UNEXPECTED_SEG_NAME,        // "Unexpected segment file name!"
  37. MES_MODIFIED_PARTITIONS_1,        // "The harddisk partitions have been modified"
  38. MES_MODIFIED_PARTITIONS_2,        // "since the backup. Make sure, that you create"
  39. MES_MODIFIED_PARTITIONS_3,        // "a partition at Cylinder %d, Head %d and Sector %d,"
  40. MES_MODIFIED_PARTITIONS_4,        // "that ends at Cylinder %d, Head %d and Sector %d."
  41. MES_BAD_SEGMENT_ADDRESS,        // "Error. Segment address=%ld, but write address=%ld!!!Fixed."
  42. MES_OPEN_SEGMENT_ERR,            // "Cannot open segment file!"
  43. MES_SEEK_SEGMENT_ERR,            // "Cannot seek to the correct position within the segment file!"
  44. MES_SEGMENT_INFO,                // "FileLength=%ld Blks SegmentLength=%ld Blks"
  45. MES_START_RESTORE,                // "Press RETURN to restore Backup from %c to drive %02x "
  46. MES_START_PART_RESTORE,            // "Press RETURN to restore Backup from %c to drive %02x partition %d "
  47. MES_RESTORE_LABEL,                // "  Restore  "
  48. MES_QUIT_LABEL,                    // "  Quit     "
  49. MES_HEADLINE,                    // "                    Ahead: NERO CD-Backup Restore Programm                  "
  50. MES_DEST_DRIVE_HEADLINE,        // " Dest_Drive       (BIOS #) Mode"
  51. MES_SOURCE_DRIVE_HEADLINE,        // " Source_Drive  " 
  52. MES_NO_BIOS_EXT,                // "Drive 0x%02X doesn't have BIOS extensions!"
  53. MES_NO_BOOTSECTOR,                // "Sorry, sector %ld doesn't seem to be a boot sector!"
  54. MES_DOS_ONLY,                    // " Sorry, Ahead NERO Restore runs only in DOS-mode !!! "
  55. MES_INCOMP_GEOM,                // "Incompatible drive geometry"
  56. MES_CANT_GET_GEOM,                // "Cannot determine the backup geometry!"
  57. MES_REALY_CANCEL,                // "REALLY CANCEL? <ESC>=continue restore, <RET>=cancel"
  58. MES_SEARCH_FILE,                // " Searching for backup file ..."
  59. MES_8GB_NO_EXT,                    // "Cannot support drives >8GB without BIOS-Extensions"
  60. MES_OUT_OF_MEMORY,                // "Out of memory !"
  61.  
  62.  
  63. MES_REOE_SUCCESS,                // "Partition reorganizing: successfull"
  64. MES_REOE_INVALID_FILE_SYSTEM,    // "Partition reorganizing: invalid file system"
  65. MES_REOE_IO_ERROR_R,            // "Partition reorganizing: read error"
  66. MES_REOE_IO_ERROR_W,            // "Partition reorganizing: write error"
  67. MES_REOE_OUT_OF_MEMORY,            // "Partition reorganizing: out of memory"
  68. MES_REOE_SYS_CORRUPT,            // "Partition reorganizing: system corrupt"
  69. MES_REOE_BAD_GEOMETRY,            // "Partition reorganizing: bad geometry"
  70. MES_REOE_NEW_SIZE_NOT_MATCH,    // "Partition reorganizing: new cluster size doesn't match"
  71. MES_REOE_FILE_SYSTEM_CORRUPT,    // "Partition reorganizing: file system corrupt"
  72. MES_REOE_OUT_OF_SPACE,            // "Partition reorganizing: out of space"
  73. MES_REOE_INVALID_REQUEST,        // "Partition reorganizing: invalid request"
  74. MES_REOE_NO_SPACE_FOR_ALIGNMENT,// "Partition reorganizing: no space for alignment"
  75. MES_REOE_NOT_YET,                // "Partition reorganizing: not yet implemented?"
  76.  
  77. MES_CHECK_STRUCTURE,            // "Check structure"
  78. MES_MOVE_CLUSTER,                // "Move cluster"
  79. MES_ALIGN_CLUSTER,                // "Align cluster"
  80. MES_CREATE_NEW_STRUCTURES,        // "Create new structures"
  81. MES_COPY_STRUCTURES,            // "Copy structures"
  82.  
  83. MES_RESTORING,                    // "Restoring"
  84. MES_CANT_CREATE_LAYOUT,            // "Cannot create compatible partition layout!"
  85. MES_REBOOT,                        // "Press a key to REBOOT"
  86. MES_DESTINATION_UNFIT,            // "Destination is unfit"
  87. MES_COULDNT_SET_TYPE,            // "Couldn't set partition type!"
  88. MES_SELECT_LANGUAGE,            // "Please select language: (e) for english."
  89. MES_WRONG_MESSAGE_NUMBER,        // "Wrong message number at message: "
  90. MES_NO_OPEN_MESSAGE_FILE,        // "Could not open the messages file: "
  91. MES_BROKEN_QUOTED_STRING,        // "Broken quoted string"
  92. MES_FILE_FOUND,                    // " Backup file found; please select destination"
  93. MES_SRCDRV_VIEW_HINT,            // "Select available source drive"
  94. MES_DSTDRV_VIEW_HINT,            // "Select destination drive"
  95. MES_PART_SEL_HINT,            // "Select partition"
  96. MES_QUIT_HINT,                // "Terminate programm"
  97. MES_BEGIN_RESTORE_HINT,            // "Perform restore operation"
  98. MES_JOB_COMPLETE_SUCCESS,        // "Restoring succesfully completed. Please reboot for use restored volume."
  99. MES_JOB_UNCOMPLETE,            // "Restoring failed.Please check CD and HDD devices and media for error free."
  100. MES_ERR_CANT_APPLY_UNUSED,        // "|Error: can't apply to unused partition !|Press any key to continue...|"
  101. MES_ERR_UNABLE_BACKUP_TO_FREE,        // "|Error: unable backup to free space !|Please create partition first ...|Press any key for continue ...|"
  102. MES_ERR_CANT_CREATE_PART_FOR_HDD,    // "|Error: partition creation for HDD backup not available !|Please use partition backup source ...|Press any key for continue ...|"
  103. MES_ERR_CANT_CREATE_PART_ON_EXIST,    // "|Error: can't create partition on existing !|Please delete it first ...|Press any key for continue ...|"
  104. MES_ERR_TOO_SMALL_DESTINATION,        // "|Error: destination too small !|Please choose another destination or create current more large ...|Press any key for continue ...|"
  105. MES_ERR_NO_FREE_SLOTS_IN_MBR,        // "|Error: there are no free slots in MBR!|Press any key for continue ...|"
  106. MES_ERR_CANT_DELETE_UNUSED,        // "|Error: can't delete unused partition !|Press any key for continue ...|"
  107. MES_WARN_PART_WILL_DELETED,        // "|Warning: partition will be deleted !|Press ENTER to delete it.|Press any key to discard operation.|"
  108. MES_ERR_CANT_FIND,            // "|Error: can't find selected partition!|Press any key for continue ...|"
  109. MES_ERR_EXT_ALREADY_EXIST,        // "|Error: extended partition already exist!|Please delete it first.|Press any key for continue ...|"
  110. MES_ERR_AREA_TOO_SMALL_FOR_EXT,        // "|Error: area too small for extended partition!|Please provide more free space.|Press any key for continue ...|"
  111. MES_ERR_EXT_PART_NOT_EXIST,        // "|Error: extended partition not exist!|Press any key for continue ...|"
  112. MES_WARN_EXT_PART_WILL_DELETED,        // "|Warning: extended partition will be deleted !|Press ENTER to delete it.|Press any key to discard operation.|"
  113. MES_ERR_CANT_RESIZE_PART_FOR_HDD,    // "|Error: can't perform resize for HDD backup !|Please use partition backup source.|Press any key for continue ...|"
  114. MES_ERR_CANT_CREATE_EXT_SMAL,        // "|Error: can't create extended partition smaller!|Press any key for continue...|"
  115. MES_ERR_CANT_APPLY_EXTENDED,        // "|Error: cannot apply to extended partition !|Press any key for continue...|"
  116. MES_WARN_MBR_DAMAGED,            // "|Warning: MBR sector damaged !|Choose 'Rewrite MBR' operation for fix it.|Press any key for continue ...|"
  117. MES_WARN_EXT_DAMAGED,            // "|Warning: extended partition damaged !|Press ENTER to fix it.|Press any key to continue without changing ...|"
  118.  
  119. MES_MENU_CLEAR_MBR,            // "Clear MBR partition info (MBR code not changed)"
  120. MES_MENU_WRITE_MBR,            // "Write new MBR (for drive with damaged MBR)"
  121. MES_MENU_CREATE_PART,            // "Create new partition for source backup at this place"
  122. MES_MENU_DELETE_PART,            // "Delete this partition"
  123. MES_MENU_MAKE_BOOT,            // "Make this partition bootable"
  124. MES_MENU_TOGGLE_HIDE,            // "Hide\\ Unhide this partition"
  125. MES_MENU_CREATE_EXT,            // "Create extended partition"
  126. MES_MENU_DELETE_EXT,            // "Delete extended partition"
  127. MES_MENU_RESIZE_EXT,            // "Resize extended partition"
  128.  
  129. MES_MENU_CREATE_EXT_FIT,        // "Create extended partition with size for fit source backup"
  130. MES_MENU_CREATE_EXT_ALL,        // "Create extended partition on all available free space"
  131. MES_MENU_ADD_FIT_SIZE,            // "Add size for fit source backup to extended partition"
  132. MES_MENU_EXPAND_SIZE,            // "Expand extended partition on all available free space"
  133. MES_MENU_FREE_UNUSED,            // "Free unused extended partition space"
  134.  
  135. MES_PRESS_ENTER_FOR_MAN,        // "Press ENTER for manage partitions"
  136.  
  137. MES_WARN_MBR_WILL_DELETED,        // "|Warning: MBR will cleared !!!|Press ENTER to do this.|Press any key to discard operation ...|" 
  138. MES_ERR_CHANGE_MEDIA,            // "|ERROR: Invalid media choosed !|Please replace media in this drive|or choose another drive with valid backup source.|Press any key to continue ...|"    
  139. MES_ERR_CHANGE_MEDIA,            // "|ERROR: Invalid media choosed !|Please replace media in this drive|or choose another drive with valid backup source.|Press any key to continue ...|"
  140. MES_ERR_SIZE_ERROR,            // "|ERROR: Source and destination sizes uncompatible !|"
  141.  
  142. } ERR_MSG_NUM;
  143.  
  144.