xref: /reactos/base/applications/logoff/lang/en-US.rc (revision 8a978a17)
1LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3STRINGTABLE
4BEGIN
5    IDS_USAGE "Terminates a session.\n\n\
6  /v\t\tDisplays information about the actions performed.\n\
7  /?\t\tShows this information.\n\n"
8    IDS_LOGOFF_REMOTE "Terminating session on remote machine."
9    IDS_LOGOFF_LOCAL "Terminating the current session on this machine."
10    IDS_ILLEGAL_PARAM "Invalid parameter(s)\n"
11END
12