reactos/base/applications/network/dwnl/resource.h
Lee Schroeder 08be1648f9 [DWNL] Localize the File Download utility (#853)
Also, changed header string to include a start time stamp similar to the one in wget.
CORE-14498
2018-09-18 23:55:44 +02:00

23 lines
619 B
C

#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 */