home *** CD-ROM | disk | FTP | other *** search
/ Anatomia / anatomia_pc.iso / demo / NU / DATA1.CAB / Cguard / cg.z / cg32eh.exe / string.txt next >
Text File  |  1997-10-14  |  8KB  |  128 lines

  1. 600    --- BEGIN TRANSLATABLE STRINGS ---
  2. 601    The program '%s' caused the error: %s.  
  3. 602    WindowTitle:\n%s\n\nLast Message:\nMSG(%s, %s, %s, %s)\n\n
  4. 603    Registers:\nEAX=%08x CS=%04x\nEIP=%08x EFLGS=%08x\nEBX=%08x SS=%04x\nESP=%08x EBP=%08x\nECX=%08x DS=%04x\nESI=%08x FS=%04x\nEDX=%08x ES=%04x\nEDI=%08x GS=%04x\n\n
  5. 604    Bytes at CS:EIP:\n%02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x\n\n
  6. 605    Stack dump:\n%08x %08x %08x %08x %08x %08x %08x %08x %08x %08x %08x %08x %08x %08x %08x %08x\n\n
  7. 606    Norton CrashGuard is protecting this program:     '%s'If you close CrashGuard, the system will immediately terminate the program it is protecting!Do you really want to close BOTH programs?
  8. 607    Norton CrashGuard - Warning!
  9. 608    Norton Anti-Freeze
  10. 609    Norton CrashGuard
  11. 610    Working...
  12. 611    Save Crash Details
  13. 612    CrashGuard is currently unable to save the crash details.
  14. 613    Saved details in '%s'
  15. 614    (Unknown)
  16. 615    %s caused fault #%08x in %s at address %04x:%08x\n\n
  17. 616    '%s' does not appear to be frozen.Anti-Freeze can try to unfreeze this program, but you should only do this if the program is not responding to the mouse or keyboard.Do you want Anti-Freeze to unfreeze this program?
  18. 617    '%s' should be responding by now.Try to select all the menus and controls in the program, even if the mouse shows an hourglass.If the program remains stuck, it might have suffered irrepairable damage when it was frozen.
  19. 618    Text Files|*.txt|All Files|*.*|
  20. 619    To date, CrashGuard has recorded %d fatal error(s) in this program.\n\n
  21. 620    The file, '%s', already exists.Do you want to add the new details to the existing file?
  22. 621    CrashGuard could not debug a program because it was not identified correctly.
  23. 622    Reported By:\n%s\n\nReport Date:\n%s %s\n\n
  24. 623    Program:\n%s\n(%s %s - %u)\n\n
  25. 624    \nFull path of module: %s
  26. 625    '%s' is a hidden window.This program might be designed to operate this way or it might have become hidden accidentally.  If the program normally runs in the background, making it visible might cause it to malfunction.Do you want to make it visible?
  27. 626    Are you sure you want to forcefully terminate '%s'?
  28. 627    Kill Task
  29. 628    Danger!\n\nUnfreezing this program right now might make the system unstable.\n\nDo you really want to do this?
  30. 629    Before continuing, save your work in other programs because the system might crash.  Click OK when you are ready to continue.
  31. 630    CrashGuard: Warning!
  32. 631    %s crashed
  33. 648    More &Detail >>
  34. 649    Less &Detail <<
  35. 650     [Not responding]
  36. 660    There is an EXCELLENT chance that CrashGuard can repair the problem.  Click Fix Program and save your work.
  37. 661    There is a VERY GOOD chance that CrashGuard can repair the problem.  Click Fix Program and save your work.
  38. 662    There is a GOOD chance that CrashGuard can repair the problem.  Click Fix Program and save your work.
  39. 663    There is a FAIR chance that CrashGuard can repair the problem.  Click Fix Program and save your work.  Then restart the program.
  40. 664    The chances are POOR that the program will work properly if you click Fix Program.  You should restart the program after you save your work.
  41. 665    It is unlikely that CrashGuard can repair the problem.  You can still click Fix Program and try to save your work.  You should restart Windows after you save your work.
  42. 666    DANGER!  This program might cause a system crash.  Click Fix Program only if you really need to save your work.  Click Close Program to avoid further problems.
  43. 667    There is a chance that CrashGuard can repair the problem.  To let CrashGuard proceed, click Fix Program and save your work.  Then restart the program.
  44. 700    Access violation
  45. 701    Array Bounds Exceeded
  46. 702    Hard-coded break point
  47. 703    Data type misalignment
  48. 704    General Floating-Point error
  49. 705    Float Divide by Zero
  50. 706    Illegal Instruction
  51. 707    In-Page Error
  52. 708    Integer Divide by Zero
  53. 709    Integer Overflow
  54. 710    Invalid Disposition
  55. 711    Non-Continuable Exception
  56. 712    Privileged Instruction
  57. 713    Single-Step
  58. 714    Stack Overflow
  59. 715    Float Denormal Operand
  60. 716    Float Inexact Result
  61. 717    Float Invalid Operation
  62. 718    Float Overflow
  63. 719    Float Stack Check
  64. 720    Float Underflow
  65. 721    Unknown Exception
  66. 730    The program tried to examine invalid data.  Either there was no data at that location, or the data was off-limits to the program.
  67. 731    The program accidentally went past the end of an array of data.
  68. 732    The program contains an instruction which is intended for testing purposes only.
  69. 733    The program tried to examine data which was not the type it was looking for.
  70. 734    An error occurred while performing floating-point arithmetic.
  71. 735    This means the program tried to divide by zero, an arithmetic problem for which there is no solution, so the computer cannot proceed.
  72. 736    The program issued an instruction code that is not defined.
  73. 737    Windows lost some of the data which the program was busy using due to an I/O error.
  74. 738    The program tried to divide by zero, an arithmetic problem for which there is no solution, so the computer cannot proceed.
  75. 739    The arithmetic the computer was doing resulted in numbers too large to be recorded in the computer's binary number system.
  76. 740    The program tried to resolve another error itself, but did not tell the system how to proceed.
  77. 741    The program encountered a serious error condition which it could not correct.
  78. 742    The program tried to perform an action which requires special privileges.
  79. 743    The program indicated that a single instruction had been carried out.
  80. 744    The program used up all of the stack-type memory allotted to it.  The stack refers to a program's short-term memory.
  81. 745    The program tried to perform arithmetic with numbers too small to calculate precisely.
  82. 746    The result of arithmetic was too small to be recorded precisely.  The math processor can only provide an approximation.
  83. 747    The program tried to perform invalid arithmetic.
  84. 748    The result of arithmetic was too large to be recorded.
  85. 749    The program used up all the storage space in the math processor.
  86. 750    The result of arithmetic was too small to be recorded.
  87. 751    An unrecognized error occurred.  This might be a private error that the program was unable to handle internally.
  88. 760    "%s" crashed due to an Access Violation.
  89. 761    "%s" crashed due to an Array Bounds Exceeded error.
  90. 762    "%s" stopped due to a Breakpoint interrupt.
  91. 763    "%s" crashed due to a Datatype Misalignment.
  92. 764    "%s" crashed due to a Floating Point Math error.
  93. 765    "%s" crashed due to a Floating Point Divide By Zero error.
  94. 766    "%s" crashed due to an Illegal Instruction.
  95. 767    "%s" crashed due to a Page Fault.
  96. 768    "%s" crashed due to a Divide By Zero error.
  97. 769    "%s" crashed due to an Integer Overflow.
  98. 770    "%s" crashed due to an Invalid Disposition.
  99. 771    "%s" crashed due to a Non-Continuable Exception.
  100. 772    "%s" crashed due to a Priveliged Instruction.
  101. 773    "%s" stopped due to a Single-Step interrupt.
  102. 774    "%s" crashed due to a Stack Overflow.
  103. 775    "%s" crashed due to a Floating Point Denormal Operand error.
  104. 776    "%s" crashed due to a Floating Point Inexact Result error.
  105. 777    "%s" crashed due to a Floating Point Invalid Operation.
  106. 778    "%s" crashed due to a Floating Point Overflow error.
  107. 779    "%s" crashed due to a Floating Point Stack Check error.
  108. 780    "%s" crashed due to a Floating Point Underflow error.
  109. 781    "%s" crashed due to an Unrecognized Error.
  110. 799    ---  END TRANSLATABLE STRINGS  ---
  111. 800    === BEGIN NON-TRANSLATABLE STRINGS ===
  112. 801    Fault=#%08x\nModule=%s\nAddress=%04x:%08x\n
  113. 802    AppCrashes=%d\nThisCrash=%d\n
  114. 803    EAX=%08x\nCS=%04x\nEIP=%08x\nEFLGS=%08x\nEBX=%08x\nSS=%04x\nESP=%08x\nEBP=%08x\nECX=%08x\nDS=%04x\nESI=%08x\nFS=%04x\nEDX=%08x\nES=%04x\nEDI=%08x\nGS=%04x\n
  115. 804    CSEIP=%02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x\n
  116. 805    Stack=%08x %08x %08x %08x %08x %08x %08x %08x %08x %08x %08x %08x %08x %08x %08x %08x\n
  117. 806    WindowTitle=%s\nLastMsg=(%s, %s, %s, %s)\n
  118. 807    CrashGuard v3.0
  119. 808    \n[%08u]\nReportedBy=%s\nReportDate=%s %s\n
  120. 809    Program=%s\nProgramDate=%s %s\nProgramSize=%u\n
  121. 810    MM/dd/yy
  122. 811    HH:mm
  123. 812    LifeGuard
  124. 813    CG32EH.EXE
  125. 814    3.0
  126. 815    CrashGuard
  127. 999    ===  END NON-TRANSLATABLE STRINGS  ===
  128.