Synchronize with trunk r58528.
[reactos.git] / base / system / subst / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE
4 BEGIN
5 IDS_INCORRECT_PARAMETER_COUNT "Incorrect number of parameters - %s\n"
6 IDS_INVALID_PARAMETER "Incorrect number of parameters - %s\n"
7 IDS_INVALID_PARAMETER2 "Invalid parameter - %s\n"
8 IDS_DRIVE_ALREAD_SUBSTED "Drive already SUBSTed\n"
9 IDS_FAILED_WITH_ERROCODE "Failed with error code 0x%x: %s\n"
10 IDS_USAGE "Associates a path with a drive letter.\n\n\
11 SUBST [drive1: [drive2:]path]\n\
12 SUBST drive1: /D\n\n\
13 drive1: Specifies a virtual drive to which you want to assign a path.\n\
14 [drive2:]path Specifies a physical drive and path you want to assign to\n a virtual drive.\n\
15 /D Deletes a substituted (virtual) drive.\n\n\
16 Type SUBST with no parameters to display a list of current virtual drives.\n"
17 END