Leaked source code of windows server 2003
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.

57 lines
1.9 KiB

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. FaxStrings.h
  5. Abstract:
  6. Declaration of the strings that do not get localized.
  7. Author:
  8. Ishai Nadler Oct, 2001
  9. Revision History:
  10. --*/
  11. #define IDS_PROJNAME L"Faxcom"
  12. #define IDS_UNAVAILABLE L"Unavailable"
  13. #define IDS_JOB_PENDING L"Pending"
  14. #define IDS_JOB_INPROGRESS L"In Progress"
  15. #define IDS_JOB_DELETING L"Deleting"
  16. #define IDS_JOB_FAILED L"Failed"
  17. #define IDS_JOB_PAUSED L"Paused"
  18. #define IDS_JOB_UNKNOWN L"Unknown"
  19. #define IDS_DEVICE_DIALING L"Dialing"
  20. #define IDS_DEVICE_SENDING L"Sending"
  21. #define IDS_DEVICE_RECEIVING L"Receiving"
  22. #define IDS_DEVICE_COMPLETED L"Completed"
  23. #define IDS_JOB_NOLINE L"No Line"
  24. #define IDS_JOB_RETRYING L"Retrying"
  25. #define IDS_JOB_RETRIESEXCEEDED L"Retries Exceeded"
  26. #define IDS_DEVICE_HANDLED L"Handled"
  27. #define IDS_DEVICE_UNAVAILABLE L"Unavailable"
  28. #define IDS_DEVICE_BUSY L"Busy"
  29. #define IDS_DEVICE_NOANSWER L"No Answer"
  30. #define IDS_DEVICE_BADADDRESS L"Bad Address"
  31. #define IDS_DEVICE_NODIALTONE L"No Dial Tone"
  32. #define IDS_DEVICE_DISCONNECTED L"Disconnected"
  33. #define IDS_DEVICE_FATALERROR L"Fatal Error"
  34. #define IDS_DEVICE_NOTFAXCALL L"Not a Fax Call"
  35. #define IDS_DEVICE_CALLDELAYED L"Call Delayed"
  36. #define IDS_DEVICE_BLACKLISTED L"Call Blacklisted"
  37. #define IDS_DEVICE_INITIALIZING L"Initializing"
  38. #define IDS_DEVICE_OFFLINE L"Offline"
  39. #define IDS_DEVICE_RINGING L"Ringing"
  40. #define IDS_DEVICE_AVAILABLE L"Available"
  41. #define IDS_DEVICE_ABORTING L"Aborting"
  42. #define IDS_DEVICE_ROUTING L"Routing"
  43. #define IDS_DEVICE_ANSWERED L"Answered"
  44. #define IDS_DEVICE_UNKNOWN L"Unknown"