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.

32 lines
1.1 KiB

  1. #include "resource.h"
  2. /////////////////////////////////////////////////////////////////////////////
  3. //
  4. // String Table
  5. //
  6. STRINGTABLE DISCARDABLE
  7. BEGIN
  8. IDS_EVENT_DEVICE_CONNECTED_NAME "Device connected"
  9. IDS_EVENT_DEVICE_DISCONNECTED_NAME "Device disconnected"
  10. IDS_CMD_SYNCRONIZE_NAME "Synchronize"
  11. IDS_CMD_DELETE_ALL_ITEMS_NAME "Delete ALL items"
  12. IDS_CMD_DELETE_DEVICE_TREE_NAME "Delete device tree"
  13. IDS_CMD_BUILD_DEVICE_TREE_NAME "Build device tree"
  14. IDS_EVENT_ITEM_CREATED_NAME "New picture created"
  15. IDS_EVENT_ITEM_DELETED_NAME "Picture deleted"
  16. IDS_CMD_TAKE_PICTURE_NAME "Take a new picture"
  17. IDS_EVENT_DEVICE_CONNECTED_DESC "Device connected"
  18. IDS_EVENT_DEVICE_DISCONNECTED_DESC "Device disconnected"
  19. IDS_CMD_SYNCRONIZE_DESC "Synchronize"
  20. IDS_CMD_DELETE_ALL_ITEMS_DESC "Delete ALL items"
  21. IDS_CMD_DELETE_DEVICE_TREE_DESC "Delete device tree"
  22. IDS_CMD_BUILD_DEVICE_TREE_DESC "Build device tree"
  23. IDS_EVENT_ITEM_CREATED_DESC "New picture created"
  24. IDS_EVENT_ITEM_DELETED_DESC "Picture deleted"
  25. IDS_CMD_TAKE_PICTURE_DESC "Take a new picture"
  26. END