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.

68 lines
2.2 KiB

  1. //
  2. // Copyright (c) 1999 Microsoft Corporation
  3. //
  4. // hidphone.rc - Resource script for HID Phone TSP
  5. //
  6. /////////////////////////////////////////////////////////////////////
  7. //
  8. // Mark the DLL with the OS build version.
  9. //
  10. #include <windows.h>
  11. #include <ntverp.h>
  12. #define VER_FILETYPE VFT_DLL
  13. #define VER_FILESUBTYPE VFT2_UNKNOWN
  14. #define VER_FILEDESCRIPTION_STR "Microsoft HID Phone TSP"
  15. #define VER_INTERNALNAME_STR "hidphone.tsp"
  16. #define VER_ORIGINALFILENAME_STR "hidphone.tsp"
  17. #include "common.ver"
  18. /////////////////////////////////////////////////////////////////////
  19. //
  20. // Define all English strings.
  21. //
  22. #include "resource.h"
  23. STRINGTABLE
  24. {
  25. IDS_PROVIDER_INFO "Microsoft HID Phone TSP, version 1.0, Copyright (c) 1999 Microsoft Corporation"
  26. IDS_PHONE_INFO "HID Telephony device"
  27. IDS_PHONE_NAME "HID Telephony device"
  28. IDS_BUTTON_FLASH "Flash"
  29. IDS_BUTTON_HOLD "Hold"
  30. IDS_BUTTON_REDIAL "Redial"
  31. IDS_BUTTON_TRANSFER "Transfer"
  32. IDS_BUTTON_DROP "Drop"
  33. IDS_BUTTON_PARK "Park"
  34. IDS_BUTTON_FORWARD "Forward Calls"
  35. IDS_BUTTON_LINE "Line"
  36. IDS_BUTTON_CONFERENCE "Conference"
  37. IDS_BUTTON_RING_SELECT "Ring Select"
  38. IDS_BUTTON_MUTE "Phone Mute"
  39. IDS_BUTTON_CALLERID "Caller ID"
  40. IDS_BUTTON_DONOTDISTURB "Do Not Disturb"
  41. IDS_BUTTON_SEND "Send"
  42. IDS_BUTTON_VOLUMEUP "Volume Up"
  43. IDS_BUTTON_VOLUMEDOWN "Volume Down"
  44. IDS_PHONE_KEY_0 "Phone Key 0"
  45. IDS_PHONE_KEY_1 "Phone Key 1"
  46. IDS_PHONE_KEY_2 "Phone Key 2"
  47. IDS_PHONE_KEY_3 "Phone Key 3"
  48. IDS_PHONE_KEY_4 "Phone Key 4"
  49. IDS_PHONE_KEY_5 "Phone Key 5"
  50. IDS_PHONE_KEY_6 "Phone Key 6"
  51. IDS_PHONE_KEY_7 "Phone Key 7"
  52. IDS_PHONE_KEY_8 "Phone Key 8"
  53. IDS_PHONE_KEY_9 "Phone Key 9"
  54. IDS_PHONE_KEY_STAR "Phone Key Star"
  55. IDS_PHONE_KEY_POUND "Phone Key Pound"
  56. IDS_PHONE_KEY_A "Phone Key A"
  57. IDS_PHONE_KEY_B "Phone Key B"
  58. IDS_PHONE_KEY_C "Phone Key C"
  59. IDS_PHONE_KEY_D "Phone Key D"
  60. }