reactos/base/applications/network/dwnl/resource.h

23 lines
619 B
C
Raw Normal View History

#ifndef RESOURCE_H
#define RESOURCE_H
#define IDS_USAGE 0
#define IDS_RESOLVING 1
#define IDS_DONE 2
#define IDS_LENGTH_FULL 3
#define IDS_LENGTH 4
#define IDS_FILE_SAVED 5
#define IDS_CONNECTING_TO_FULL 6
#define IDS_CONNECTING_TO 7
#define IDS_REDIRECTING_TO 8
#define IDS_SEND_REQUEST 9
#define IDS_BYTES_DOWNLOADED 10
#define IDS_BYTES_DOWNLOADED_FULL 11
#define IDS_ERROR_DOWNLOAD 12
#define IDS_ERROR_CODE 13
#define IDS_ERROR_FILENAME 14
#define IDS_ERROR_PROTOCOL 15
#endif /* RESOURCE_H */