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.
 
 
 
 
 
 

26 lines
860 B

#include "fakecam.rcv"
#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_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"
END