- Merge aicom-network-fixes up to r36740
[reactos.git] / rosapps / applications / sysutils / systeminfo / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE DISCARDABLE
4 BEGIN
5
6 IDS_USAGE, "SYSTEMINFO [/S system [/U username [/P [password]]]] [/FO format] [/NH]\n\n\
7 Description:\n\
8 This command line tool enables an administrator to query for basic\n\
9 system configuration information.\n\n\
10 Parameter List:\n\
11 /S system Specifies the remote system to connect to.\n\n\
12 /U [domain\\]user Specifies the user context under which\n\
13 the command should execute.\n\n\
14 /P [password] Specifies the password for the given\n\
15 user context. Prompts for input if omitted.\n\n\
16 /FO format Specifies the format in which the output\n\
17 is to be displayed.\n\
18 Valid values: ""TABLE"", ""LIST"", ""CSV"".\n\n\
19 /NH Specifies that the ""Column Header"" should\n\
20 not be displayed in the output.\n\
21 Valid only for ""TABLE"" and ""CSV"" formats.\n\n\
22 /? Displays this help/usage.\n\n\
23 Examples:\n\
24 SYSTEMINFO\n\
25 SYSTEMINFO /?\n\
26 SYSTEMINFO /S system\n\
27 SYSTEMINFO /S system /U user\n\
28 SYSTEMINFO /S system /U domain\\user /P password /FO TABLE\n\
29 SYSTEMINFO /S system /FO LIST\n\
30 SYSTEMINFO /S system /FO CSV /NH\n"
31
32 IDS_OS_NAME, "OS Name: %s\n"
33 IDS_OS_VERSION, "OS Version: %d.%d.%d %s"
34 IDS_OS_BUILD, " Build %s\n"
35 IDS_OS_BUILD_TYPE, "OS Build Type: %s\n"
36 IDS_REG_OWNER, "Registered Owner: %s\n"
37 IDS_REG_ORG, "Registered Organization: %s\n"
38 IDS_PRODUCT_ID, "Product ID: %s\n"
39 IDS_INST_DATE, "Install Date: %s, "
40 IDS_INST_TIME, "%s\n"
41 IDS_SYS_TYPE_UNKNOWN, "System type: Unknown\n"
42 IDS_SYS_TYPE_X86, "System type: X86-based PC\n"
43 IDS_SYS_TYPE_IA64, "System type: IA64-based PC\n"
44 IDS_SYS_TYPE_AMD64, "System type: AMD64-based PC\n"
45 IDS_PROCESSORS, "Processor(s): %u Processor(s) Installed.\n"
46 IDS_ROS_DIR, "ReactOS Directory: %s\n"
47 IDS_SYS_DIR, "System Directory: %s\n"
48 IDS_BOOT_DEV, "Boot Device: %s\n"
49 IDS_SYS_LOCALE, "System Locale: %s\n"
50 IDS_INPUT_LOCALE, "Input Locale: %s\n"
51 IDS_TOTAL_PHYS_MEM, "Total Physical Memory: %ld MB (%ld KB)\n"
52 IDS_AVAIL_PHISICAL_MEM, "Available Physical Memory: %ld MB (%ld KB)\n"
53 IDS_VIRT_MEM_MAX, "Virtual Memory: Max Size: %ld MB (%ld KB)\n"
54 IDS_VIRT_MEM_AVAIL, "Virtual Memory: Available: %ld MB (%ld KB)\n"
55 IDS_VIRT_MEM_INUSE, "Virtual Memory: In Use: %ld MB (%ld KB)\n"
56 IDS_HOST_NAME, "Host Name: %s\n"
57 IDS_PAGEFILE_LOC, "Page File Location(s) %s\n"
58 IDS_TIME_ZONE, "Time zone: %s\n"
59 IDS_DOMINE, "Domain: %s\n"
60 IDS_BIOS_DATE, "BIOS Date: %s\n"
61 IDS_BIOS_VERSION, "BIOS Version: %s\n"
62 IDS_NETWORK_CARDS, "Network Card(s) %u Installed.\n"
63
64 END