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.

33 lines
999 B

  1. #include "wiafbdrv.rcv"
  2. #include "resource.h"
  3. /////////////////////////////////////////////////////////////////////////////
  4. //
  5. // String Table
  6. //
  7. STRINGTABLE DISCARDABLE
  8. BEGIN
  9. IDS_EVENT_DEVICE_CONNECTED_NAME "Device connected"
  10. IDS_EVENT_DEVICE_DISCONNECTED_NAME "Device disconnected"
  11. IDS_CMD_SYNCRONIZE_NAME "Synchronize"
  12. IDS_CMD_DELETE_ALL_ITEMS_NAME "Delete ALL items"
  13. IDS_CMD_DELETE_DEVICE_TREE_NAME "Delete device tree"
  14. IDS_CMD_BUILD_DEVICE_TREE_NAME "Build device tree"
  15. IDS_DEFAULT_EVENT_NAME "Button"
  16. IDS_EVENT_DEVICE_CONNECTED_DESC "Device connected"
  17. IDS_EVENT_DEVICE_DISCONNECTED_DESC "Device disconnected"
  18. IDS_CMD_SYNCRONIZE_DESC "Synchronize"
  19. IDS_CMD_DELETE_ALL_ITEMS_DESC "Delete ALL items"
  20. IDS_CMD_DELETE_DEVICE_TREE_DESC "Delete device tree"
  21. IDS_CMD_BUILD_DEVICE_TREE_DESC "Build device tree"
  22. IDS_ROOTITEM_NAME "Root"
  23. IDS_TOPITEM_NAME "Top"
  24. END