[CMAKE]
[reactos.git] / dll / win32 / netid / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 IDD_PROPPAGECOMPUTER DIALOGEX 0, 0, 256, 218
4 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
5 CAPTION "Computer Name"
6 FONT 8, "MS Shell Dlg"
7 BEGIN
8 ICON IDI_COMPNAME, IDC_STATIC, 4, 3, 26, 24, SS_ICON
9 LTEXT "ReactOS uses the following information to identify your computer on the network.", IDC_STATIC, 40, 5, 204, 20
10 LTEXT "Computer Description:", IDC_STATIC, 6, 40, 90, 9
11 EDITTEXT IDC_COMPDESC, 98, 38, 146, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
12 LTEXT "Full computer name:", IDC_STATIC, 6, 68, 85, 9
13 LTEXT "(Default)", IDC_COMPUTERNAME, 98, 68, 144, 11
14 LTEXT "Workgroup:", IDC_WORKGROUPDOMAIN, 6, 84, 64, 9
15 LTEXT "(empty)", IDC_WORKGROUPDOMAIN_NAME, 98, 84, 144, 9
16 LTEXT "To use the Network Identfication Wizard to join a domain and create a local user, click ""Network ID"".", IDC_STATIC, 6, 113, 172, 24
17 PUSHBUTTON "&Network ID...", IDC_NETWORK_ID, 190, 114, 58, 15
18 LTEXT "To rename this computer or join a domain, click ""Change"".", IDC_STATIC, 6, 149, 170, 17
19 PUSHBUTTON "&Change...",IDC_NETWORK_PROPERTY, 190, 149, 58, 15
20 LTEXT "Note: Only Administrators can change the identification of this computer.", IDC_STATIC, 6, 179, 300, 9
21 END
22
23 IDD_PROPPAGECOMPNAMECHENGE DIALOGEX 0, 0, 232, 222
24 STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_CAPTION
25 CAPTION "Computer Name Changes"
26 FONT 8, "MS Shell Dlg"
27 BEGIN
28 LTEXT "(message goes here)", 1017, 7, 5, 218, 30
29 LTEXT "&Computer name:", -1, 7, 41, 219, 8
30 EDITTEXT 1002, 7, 53, 218, 14, ES_AUTOHSCROLL | ES_OEMCONVERT
31 LTEXT "Full computer name:", 1016, 7, 72, 218, 10
32 EDITTEXT 1001, 7, 82, 219, 14, ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
33 PUSHBUTTON "&More...", 1003, 150, 102, 75, 14
34 GROUPBOX "Member of", 1018, 7, 119, 219, 73
35 AUTORADIOBUTTON "&Domain:", 1008, 17, 132, 192, 10, WS_GROUP
36 AUTORADIOBUTTON "&Workgroup:", 1004, 17, 161, 191, 10
37 EDITTEXT 116, 28, 144, 181, 14, ES_AUTOHSCROLL | WS_GROUP
38 PUSHBUTTON "&Find my domain", 1010, 7, 203, 109, 14, NOT WS_VISIBLE | WS_DISABLED
39 EDITTEXT 1007, 28, 172, 181, 14, ES_UPPERCASE | ES_AUTOHSCROLL | ES_OEMCONVERT
40 DEFPUSHBUTTON "OK", 1, 121, 203, 50, 14, WS_GROUP
41 PUSHBUTTON "Cancel", 2, 176, 203, 50, 14
42 END
43
44 IDD_PROPPAGEDNSANDNETBIOS DIALOGEX 0, 0, 266, 125
45 STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_CAPTION
46 CAPTION "DNS Suffix and NetBIOS Computer Name"
47 FONT 8, "MS Shell Dlg"
48 BEGIN
49 LTEXT "&Primary DNS suffix of this computer:", -1, 7, 5, 253, 8
50 EDITTEXT 1011, 7, 17, 252, 14, ES_AUTOHSCROLL
51 AUTOCHECKBOX "&Change primary DNS suffix when domain membership changes", 115, 11, 39, 250, 10
52 LTEXT "&NetBIOS computer name:", -1, 7, 57, 148, 8
53 EDITTEXT 1013, 7, 69, 150, 14, ES_UPPERCASE | ES_AUTOHSCROLL | ES_READONLY
54 DEFPUSHBUTTON "OK", 1, 153, 104, 50, 14
55 PUSHBUTTON "Cancel", 2, 209, 104, 50, 14
56 LTEXT "This name is used for interoperability with older computers and services.", 13, 7, 88, 253, 8
57 END
58
59 STRINGTABLE
60 BEGIN
61 1 "* Unknown *"
62 2 "WORKGROUP"
63 3 "The following error occurred while attempting to read domain membership information:"
64 4 "Computer Name Changes"
65 5 "Workgroup:"
66 6 "Domain:"
67 22 "Welcome to the %1 workgroup."
68 23 "Welcome to the %1 domain."
69 24 "You must restart this computer for the changes to take effect."
70 25 "You can change the name and the membership of this computer. Changes may affect access to network resources."
71 1021 "Note: Only Administrators can change the identification of this computer."
72 1022 "Note: The identification of the computer cannot be changed because:"
73 1030 "The new computer name ""%s"" contains characters which are not allowed. Characters which are not allowed include ` ~ ! @ # $ %% ^ & * ( ) = + _ [ ] { } \\ | ; : ' "" , . < > / and ?"
74 //Windows allows using these characters, although it displays a warning message. Forbidding the use of these characters means incompatibility with Windows.
75 3210 "&Details >>"
76 3220 "<< &Details"
77 4000 "Information"
78 4001 "Can't set new a computer name!"
79 END