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.

64 lines
2.8 KiB

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #include "resource.h"
  4. IDI_APPICON ICON "faxsvc.ico"
  5. STRINGTABLE
  6. BEGIN
  7. IDS_DIALING "Dialing: %s"
  8. IDS_SENDING "Sending: %s"
  9. IDS_RECEIVING "Receiving"
  10. IDS_COMPLETED "Completed"
  11. IDS_HANDLED "Handled"
  12. IDS_BUSY "Busy"
  13. IDS_NO_ANSWER "No answer"
  14. IDS_BAD_ADDRESS "Bad phone number"
  15. IDS_NO_DIAL_TONE "No dial tone"
  16. IDS_DISCONNECTED "Call disconnected"
  17. IDS_FATAL_ERROR "Unknown fatal error"
  18. IDS_NOT_FAX_CALL "Incoming call is not a fax call"
  19. IDS_CALL_DELAYED "Call delayed"
  20. IDS_CALL_BLACKLISTED "Call blacklisted"
  21. IDS_UNAVAILABLE "Line unavailable"
  22. IDS_AVAILABLE "Line available"
  23. IDS_ABORTING "Aborting job"
  24. IDS_ROUTING "Routing"
  25. IDS_INITIALIZING "Initializing fax job"
  26. IDS_SENDFAILED "Send retry attempts failed"
  27. IDS_SENDRETRY "Retrying %d of %d times"
  28. IDS_BLANKSTR "(none)"
  29. IDS_ROUTERETRY "Inbound routing failed - retrying"
  30. IDS_DR_SUBJECT "Fax sent successfully"
  31. IDS_DR_FILENAME "Fax.Tif"
  32. IDS_NDR_SUBJECT "Unable to send fax"
  33. IDS_NDR_FILENAME "Fax.Tif"
  34. IDS_POWERED_OFF_MODEM "The Fax Service has detected that your modem is either unplugged or powered off. Please reconnect and power on your Fax modem."
  35. IDS_ANSWERED "Answered"
  36. IDS_NO_MAPI_LOGON "The Fax Service could not logon to your MAPI profile (%s) and will not be able to deliver faxes to this profile."
  37. IDS_DEFAULT "Default"
  38. IDS_NO_SEND_DEVICES "The Fax Service cannot send faxes because no devices are configured for send. To configure a device to send faxes, use the Fax Service Management tool located on the Start menu under Programs\\Accessories\\Communications\\Fax."
  39. IDS_SERVICE_NAME "Fax Service"
  40. IDS_SERVER_NAME "Fax Server"
  41. IDS_FAX_LOG_CATEGORY_INIT_TERM "Initialization/Termination"
  42. IDS_FAX_LOG_CATEGORY_OUTBOUND "Outbound"
  43. IDS_FAX_LOG_CATEGORY_INBOUND "Inbound"
  44. IDS_FAX_LOG_CATEGORY_UNKNOWN "Unknown"
  45. IDS_MODEM_PROVIDER_NAME "Windows Telephony Service Provider for Universal Modem Driver"
  46. IDS_SET_CONFIG "Fax Configuration"
  47. END
  48. #define VER_FILETYPE VFT_APP
  49. #define VER_FILESUBTYPE VFT2_UNKNOWN
  50. #define VER_FILEDESCRIPTION_STR "Fax Service"
  51. #define VER_INTERNALNAME_STR "faxsvc.exe"
  52. #define VER_ORIGINALFILENAME_STR "faxsvc.exe"
  53. #include "common.ver"
  54. RCINCLUDE faxsvmsg.rc