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.

34 lines
1.2 KiB

  1. #include "wiacam.rcv"
  2. #include "resource.h"
  3. IDB_BITMAP_VIDEO BITMAP DISCARDABLE "Vidthumb.bmp"
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // String Table
  7. //
  8. STRINGTABLE DISCARDABLE
  9. BEGIN
  10. IDS_EVENT_DEVICE_CONNECTED_NAME "Device connected"
  11. IDS_EVENT_DEVICE_DISCONNECTED_NAME "Device disconnected"
  12. IDS_EVENT_ITEM_DELETED_NAME "Item deleted"
  13. IDS_CMD_SYNCRONIZE_NAME "Synchronize"
  14. IDS_CMD_DELETE_ALL_ITEMS_NAME "Delete ALL items"
  15. IDS_CMD_DELETE_DEVICE_TREE_NAME "Delete device tree"
  16. IDS_CMD_BUILD_DEVICE_TREE_NAME "Build device tree"
  17. IDS_EVENT_DEVICE_CONNECTED_DESC "Device connected"
  18. IDS_EVENT_DEVICE_DISCONNECTED_DESC "Device disconnected"
  19. IDS_EVENT_ITEM_DELETED_DESC "Item deleted"
  20. IDS_CMD_SYNCRONIZE_DESC "Synchronize"
  21. IDS_CMD_DELETE_ALL_ITEMS_DESC "Delete ALL items"
  22. IDS_CMD_DELETE_DEVICE_TREE_DESC "Delete device tree"
  23. IDS_CMD_BUILD_DEVICE_TREE_DESC "Build device tree"
  24. IDS_FULLROOTITEM_NAME "\\ROOT"
  25. IDS_ROOTITEM_NAME "ROOT"
  26. IDS_FULLTOPITEM_NAME "\\ROOT\\TOP"
  27. IDS_TOPITEM_NAME "TOP"
  28. END