reactos/base/applications/runas/lang/en-US.rc

24 lines
1.2 KiB
Plaintext
Raw Normal View History

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
STRINGTABLE
BEGIN
IDS_USAGE01 "RUNAS USAGE\n\n"
IDS_USAGE02 "RUNAS [ [/noprofile | /profile] [/env] [/savecred | /netonly] ]\n"
IDS_USAGE03 " /user:<UserName> program\n\n"
IDS_USAGE04 "RUNAS [ [/noprofile | /profile] [/env] [/savecred | /netonly] ]\n"
IDS_USAGE05 " /smartcard [/user:<UserName>] program\n\n"
IDS_USAGE06 " /noprofile specifies that the user's profile should not be loaded.\n"
IDS_USAGE07 " This causes the application to load more quickly, but\n"
IDS_USAGE08 " can cause some applications to malfunction.\n"
IDS_USAGE09 " /profile specifies that the user's profile should be loaded.\n"
IDS_USAGE10 " This is the default.\n"
IDS_USAGE11 " /env to use current environment instead of user's.\n"
IDS_USAGE12 " /user <UserName> should be in form USER@DOMAIN or DOMAIN\\USER\n"
IDS_USAGE13 " program command line for EXE. See below for examples\n\n"
IDS_START "Attempting to start %s as user ""%s\\%s""...\n"
IDS_RUN_ERROR "RUNAS ERROR: Unable to run %s\n"
IDS_PASSWORD "Enter the password for ""%s\\%s"": "
END