2005-01-15 15:28:51 +00:00
|
|
|
// English (U.S.) resources
|
|
|
|
|
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
|
|
BEGIN
|
|
|
|
IDS_APP_TITLE "Console TaskManager v0.1 by Aleksey Bragin <aleksey@studiocerebral.com>"
|
|
|
|
|
|
|
|
IDS_COLUMN_IMAGENAME "Image name "
|
|
|
|
IDS_COLUMN_PID "PID "
|
|
|
|
IDS_COLUMN_CPU "CPU"
|
|
|
|
IDS_COLUMN_MEM "Mem Usage"
|
|
|
|
IDS_COLUMN_MEM_UNIT "Kb"
|
|
|
|
IDS_COLUMN_PF "Page Faults"
|
|
|
|
|
|
|
|
IDS_IDLE_PROCESS "System Idle Process"
|
2005-01-15 20:23:32 +00:00
|
|
|
IDS_YES "Y"
|
|
|
|
IDS_NO "N"
|
2005-01-15 15:28:51 +00:00
|
|
|
|
|
|
|
IDS_MENU "Press: q - quit, k - kill process"
|
2005-01-15 20:23:32 +00:00
|
|
|
IDS_MENU_QUIT "Q"
|
|
|
|
IDS_MENU_KILL_PROCESS "K"
|
2005-01-15 15:28:51 +00:00
|
|
|
|
|
|
|
IDS_KILL_PROCESS "Are you sure you want to kill this process? (y/n)"
|
|
|
|
IDS_KILL_PROCESS_ERR1 "Unable to terminate this process..."
|
|
|
|
IDS_KILL_PROCESS_ERR2 "Unable to terminate process %3d (unable to OpenProcess)"
|
|
|
|
|
|
|
|
IDS_CTM_GENERAL_ERR1 "ctm: can't use console."
|
|
|
|
IDS_CTM_GENERAL_ERR2 "ctm: can't GetConsoleMode() for input console."
|
|
|
|
IDS_CTM_GENERAL_ERR3 "ctm: can't GetConsoleMode() for output console."
|
|
|
|
END
|