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.

36 lines
1.1 KiB

  1. #include "wiascanr.rcv"
  2. #include "resource.h"
  3. /////////////////////////////////////////////////////////////////////////////
  4. //
  5. // String Table
  6. //
  7. STRINGTABLE DISCARDABLE
  8. BEGIN
  9. // Device Commands (strings)
  10. IDS_CMD_BUILD_DEVICE_TREE_NAME "Build device tree"
  11. IDS_CMD_SYNCRONIZE_NAME "Synchronize"
  12. IDS_CMD_BUILD_DEVICE_TREE_DESC "Build device tree Command"
  13. IDS_CMD_SYNCRONIZE_DESC "Synchronize Command"
  14. // Device Events (strings)
  15. IDS_EVENT_SCANBUTTON_NAME "Scan Button"
  16. IDS_EVENT_COPYBUTTON_NAME "Copy Button"
  17. IDS_EVENT_FAXBUTTON_NAME "Fax Button"
  18. IDS_EVENT_DEVICE_CONNECTED_NAME "Device connected"
  19. IDS_EVENT_DEVICE_DISCONNECTED_NAME "Device disconnected"
  20. IDS_EVENT_SCANBUTTON_DESC "Scanner Button Event"
  21. IDS_EVENT_COPYBUTTON_DESC "Copy Button Event"
  22. IDS_EVENT_FAXBUTTON_DESC "Fax Button Event"
  23. IDS_EVENT_DEVICE_CONNECTED_DESC "Device connected Event"
  24. IDS_EVENT_DEVICE_DISCONNECTED_DESC "Device disconnected Event"
  25. // Item Names (strings)
  26. IDS_ROOTITEM_NAME "Root"
  27. IDS_TOPITEM_NAME "Top"
  28. END