mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:43:19 +00:00
[MODE] Use more translated strings. CORE-12178
This commit is contained in:
parent
b6ebd50d3f
commit
84e78e6a15
8 changed files with 86 additions and 67 deletions
|
@ -18,20 +18,20 @@
|
|||
#define IDS_COM_STATUS_PARITY 7
|
||||
#define IDS_COM_STATUS_DATA_BITS 8
|
||||
#define IDS_COM_STATUS_STOP_BITS 9
|
||||
#define IDS_COM_STATUS_TIMEOUT 10
|
||||
#define IDS_COM_STATUS_XON_XOFF 11
|
||||
#define IDS_COM_STATUS_CTS_HANDSHAKING 12
|
||||
#define IDS_COM_STATUS_DSR_HANDSHAKING 13
|
||||
#define IDS_COM_STATUS_DSR_SENSITIVITY 14
|
||||
#define IDS_COM_STATUS_DTR_CIRCUIT 15
|
||||
#define IDS_COM_STATUS_RTS_CIRCUIT 16
|
||||
#define IDS_CONSOLE_STATUS_LINES 17
|
||||
#define IDS_CONSOLE_STATUS_COLS 18
|
||||
#define IDS_CONSOLE_KBD_RATE 19
|
||||
#define IDS_CONSOLE_KBD_DELAY 20
|
||||
#define IDS_CONSOLE_CODEPAGE 21
|
||||
#define IDS_PRINTER_OUTPUT_NOT_REROUTED 22
|
||||
#define IDS_PRINTER_OUTPUT_REROUTED_SERIAL 23
|
||||
#define IDS_COM_STATUS_TIMEOUT 10
|
||||
#define IDS_COM_STATUS_XON_XOFF 11
|
||||
#define IDS_COM_STATUS_CTS_HANDSHAKING 12
|
||||
#define IDS_COM_STATUS_DSR_HANDSHAKING 13
|
||||
#define IDS_COM_STATUS_DSR_SENSITIVITY 14
|
||||
#define IDS_COM_STATUS_DTR_CIRCUIT 15
|
||||
#define IDS_COM_STATUS_RTS_CIRCUIT 16
|
||||
#define IDS_CONSOLE_STATUS_LINES 17
|
||||
#define IDS_CONSOLE_STATUS_COLS 18
|
||||
#define IDS_CONSOLE_KBD_RATE 19
|
||||
#define IDS_CONSOLE_KBD_DELAY 20
|
||||
#define IDS_CONSOLE_CODEPAGE 21
|
||||
#define IDS_PRINTER_OUTPUT_NOT_REROUTED 22
|
||||
#define IDS_PRINTER_OUTPUT_REROUTED_SERIAL 23
|
||||
|
||||
#define IDS_ERROR_QUERY_DEVICES 24
|
||||
#define IDS_ERROR_QUERY_DEVICES_FORM 25
|
||||
|
@ -40,9 +40,11 @@
|
|||
#define IDS_ERROR_ILLEGAL_DEVICE_NAME 28
|
||||
#define IDS_ERROR_STATUS_GET_DEVICE 29
|
||||
#define IDS_ERROR_STATUS_SET_DEVICE 30
|
||||
#define IDS_ERROR_INVALID_PARITY_BITS 31
|
||||
#define IDS_ERROR_INVALID_STOP_BITS 32
|
||||
#define IDS_ERROR_NO_MEMORY 33
|
||||
#define IDS_ERROR_SCREEN_LINES_COL 34
|
||||
#define IDS_ERROR_TIMEOUT_GET_DEVICE 31
|
||||
#define IDS_ERROR_TIMEOUT_SET_DEVICE 32
|
||||
#define IDS_ERROR_INVALID_PARITY_BITS 33
|
||||
#define IDS_ERROR_INVALID_STOP_BITS 34
|
||||
#define IDS_ERROR_NO_MEMORY 35
|
||||
#define IDS_ERROR_SCREEN_LINES_COL 36
|
||||
|
||||
#endif /* RESOURCE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue