reactos/base/applications/logoff/lang/en-US.rc
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

12 lines
387 B
Plaintext

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
STRINGTABLE
BEGIN
IDS_USAGE "Terminates a session.\n\n\
/v\t\tDisplays information about the actions performed.\n\
/?\t\tShows this information.\n\n"
IDS_LOGOFF_REMOTE "Terminating session on remote machine."
IDS_LOGOFF_LOCAL "Terminating the current session on this machine."
IDS_ILLEGAL_PARAM "Invalid parameter(s)\n"
END