Source code of Windows XP (NT5)
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.
|
|
#include "resource.h"
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN
IDS_EVENT_DEVICE_CONNECTED_NAME "Device connected" IDS_EVENT_DEVICE_DISCONNECTED_NAME "Device disconnected" IDS_CMD_SYNCRONIZE_NAME "Synchronize" IDS_CMD_DELETE_ALL_ITEMS_NAME "Delete ALL items" IDS_CMD_DELETE_DEVICE_TREE_NAME "Delete device tree" IDS_CMD_BUILD_DEVICE_TREE_NAME "Build device tree" IDS_EVENT_ITEM_CREATED_NAME "New picture created" IDS_EVENT_ITEM_DELETED_NAME "Picture deleted" IDS_CMD_TAKE_PICTURE_NAME "Take a new picture"
IDS_EVENT_DEVICE_CONNECTED_DESC "Device connected" IDS_EVENT_DEVICE_DISCONNECTED_DESC "Device disconnected" IDS_CMD_SYNCRONIZE_DESC "Synchronize" IDS_CMD_DELETE_ALL_ITEMS_DESC "Delete ALL items" IDS_CMD_DELETE_DEVICE_TREE_DESC "Delete device tree" IDS_CMD_BUILD_DEVICE_TREE_DESC "Build device tree" IDS_EVENT_ITEM_CREATED_DESC "New picture created" IDS_EVENT_ITEM_DELETED_DESC "Picture deleted" IDS_CMD_TAKE_PICTURE_DESC "Take a new picture"
END
|