[CLASS2]
[reactos.git] / base / applications / cmdutils / chcp / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE
4 BEGIN
5 STRING_CHCP_HELP "Displays or sets the active code page number.\n\n\
6 CHCP [nnn]\n\n\
7 nnn Specifies the active code page number.\n\n\
8 Type CHCP without a parameter to display the active code page number.\n"
9 STRING_CHCP_ERROR1 "Active code page: %u\n"
10 STRING_CHCP_ERROR4 "Invalid code page\n"
11 STRING_ERROR_INVALID_PARAM_FORMAT "Invalid parameter format - %s\n"
12 END