mirror of
https://github.com/reactos/reactos.git
synced 2025-06-27 02:09:43 +00:00
[CMD] Prepare for localization by using resource strings (#7125)
Promote localization of cmd.exe. JIRA issue: CORE-19680 Add some resource strings. Use them instead of raw strings.
This commit is contained in:
parent
c02289a08a
commit
18acf79551
28 changed files with 176 additions and 16 deletions
|
@ -15,6 +15,13 @@
|
|||
#define STRING_ERROR_CANNOTPIPE 110
|
||||
#define STRING_ERROR_D_PAUSEMSG 111
|
||||
#define STRING_ERROR_DRIVER_NOT_READY 112
|
||||
#define STRING_ERROR_INVALID_NUMBER1 113
|
||||
#define STRING_ERROR_INVALID_NUMBER2 114
|
||||
#define STRING_ERROR_DIVISION_BY_ZERO 115
|
||||
#define STRING_ERROR_INVALID_DEVICE 116
|
||||
#define STRING_ERROR_CALL_BAD_LABEL 117
|
||||
#define STRING_ERROR_UNEXPECTED 118
|
||||
#define STRING_ERROR_WHILE_PROCESSING 119
|
||||
|
||||
#define STRING_CHOICE_OPTION 200
|
||||
#define STRING_COPY_OPTION 201
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue