Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
2.2 KiB

  1. STRINGTABLE DISCARDABLE
  2. BEGIN
  3. IDS_ERRTITLE_DISCONNECTED "Device Disconnect"
  4. IDS_ERROR_DISCONNECTED "Your imaging device may be disconnected from your computer, or powered off."
  5. IDS_ERRTITLE_COMMFAILURE "Communications Failure"
  6. IDS_ERROR_COMMFAILURE "The computer is unable to communicate with your imaging device. Please check your device connection."
  7. IDS_ERRTITLE_STICRASH "Imaging Service Unavailable"
  8. IDS_ERROR_STICRASH "The imaging service has failed to respond. You may have to restart Windows."
  9. IDS_ERRTITLE_STIBUSY "Imaging Service Unavailable"
  10. IDS_ERROR_STIBUSY "The imaging service is not responding. Please try your operation again. If this message repeats, you may have to restart Windows."
  11. IDS_ERRTITLE_SCANFAIL "Scan Failed"
  12. IDS_ERROR_SCANFAIL "The scanning attempt failed. Please check your scanner's settings and connection."
  13. IDS_ERRTITLE_HRESULT "Imaging Error"
  14. IDS_ERRTITLE_UNKNOWNERR "Unknown Error"
  15. IDS_ERROR_UNKNOWNERR "An error has occurred while trying to complete your request. Please try again."
  16. END
  17. STRINGTABLE DISCARDABLE
  18. BEGIN
  19. IDS_WIA_ERROR_GENERAL_ERROR "A general error occurred"
  20. IDS_WIA_ERROR_PAPER_JAM "A paper jam occurred"
  21. IDS_WIA_ERROR_PAPER_EMPTY "The scanner is out of paper"
  22. IDS_WIA_ERROR_PAPER_PROBLEM "There was a problem with the paper feeder"
  23. IDS_WIA_ERROR_OFFLINE "The device is disconnected or powered off"
  24. IDS_WIA_ERROR_BUSY "The device is busy"
  25. IDS_WIA_ERROR_WARMING_UP "The device is warming up"
  26. IDS_WIA_ERROR_USER_INTERVENTION "Unable to acquire image. User intervention is required"
  27. IDS_WIA_ERROR_ITEM_DELETED "The image has been deleted from the device"
  28. IDS_WIA_ERROR_DEVICE_COMMUNICATION "There was an error communicating with the device"
  29. IDS_WIA_ERROR_INVALID_COMMAND "Invalid device command"
  30. IDS_WIA_ERROR_INCORRECT_HARDWARE_SETTING "A setting on the device was invalid"
  31. IDS_WIA_ERROR_DEVICE_LOCKED "The device is locked"
  32. END