Emit Win32 error messages on failure.
[reactos.git] / reactos / subsys / system / sm / En.rc
1 #include "resource.h"
2 /*
3 * Moved all hardcoded strings to En.rc.
4 * By Magnus Olsen 2005 magnus@itkonsult-olsen.com
5 */
6
7 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
8 STRINGTABLE DISCARDABLE
9 {
10 IDS_boot, "boot subsystem_name"
11
12 IDS_help, "help [command]"
13
14 IDS_info, "info [subsystem_id]"
15
16 IDS_reboot, "reboot subsystem_id"
17
18 IDS_shutdown,"shutdown subsystem_id"
19
20
21
22 IDS_boot_msg, "bootstrap an optional environment subsystem;"
23
24 IDS_help_msg, "print help for command;"
25
26 IDS_info_msg, "print information about a booted subsystem\n\
27 if subsystem_id is omitted, a list of booted\n\
28 environment subsystems is printed."
29
30 IDS_reboot_msg, "reboot an optional environment subsystem;"
31 IDS_shutdown_msg, "shutdown an optional environment subsystem;"
32
33 IDS_Unknown, "Unknown command '%s'.\n"
34
35 IDS_SM1, "SM SubSystem Directory\n\n\
36 SSID PID Flags\n\
37 ---- -------- ------------\n"
38
39 IDS_SM2, "%04x %08lx %04x\n"
40
41 IDS_ID, "SubSystem ID: %d\n\
42 Flags: %04x\n\
43 Process ID: %ld\n"
44
45 IDS_Not_Imp, "not implemented\n"
46
47 IDS_Mangers, "ReactOS/Win32 - Session Manager Control Tool\n\n"
48
49 IDS_USING, "Usage:\n\
50 \tsm\n\
51 \tsm help [command]\n\
52 \tsm command [arguments]\n\n'sm help' will print the list of valid commands.\n"
53
54 IDS_FAILS_MNG, "Failed to connect to the Session Manager! (Status=0x%08lx)\n"
55 }