[APPLICATIONS]
[reactos.git] / reactos / base / applications / logoff / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE
4 BEGIN
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"
11 END