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