mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
12 lines
444 B
Text
12 lines
444 B
Text
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
STRING_CHCP_HELP "Displays or sets the active code page number.\n\n\
|
|
CHCP [nnn]\n\n\
|
|
nnn Specifies the active code page number.\n\n\
|
|
Type CHCP without a parameter to display the active code page number.\n"
|
|
STRING_CHCP_ERROR1 "Active code page: %u\n"
|
|
STRING_CHCP_ERROR4 "Invalid code page\n"
|
|
STRING_ERROR_INVALID_PARAM_FORMAT "Invalid parameter format - %s\n"
|
|
END
|