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.
12 lines
593 B
12 lines
593 B
#include <windows.h>
|
|
#include "..\headers\resource.h"
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_UNSUPPORTED_CHARACTER "The modem does not support one of the symbols in the dialable number"
|
|
IDS_RECV_NOT_FAX_CALL "The incoming call cannot be answered as a fax call"
|
|
IDS_NO_RESPONSE "The remote fax machine did not respond in time, and the call was terminated"
|
|
IDS_SEND_BAD_TRAINING "The telephone line quality is poor, and the fax cannot be transmitted correctly"
|
|
IDS_RECV_BAD_TRAINING "The telephone line quality is poor, and the fax cannot be received correctly"
|
|
END
|
|
|