xref: /reactos/dll/win32/netid/lang/id-ID.rc (revision 3435c3b5)
1LANGUAGE LANG_INDONESIAN, SUBLANG_DEFAULT
2
3IDD_PROPPAGECOMPUTER DIALOGEX 0, 0, 256, 218
4STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
5CAPTION "Nama Komputer"
6FONT 8, "MS Shell Dlg"
7BEGIN
8    ICON IDI_COMPNAME, IDC_STATIC, 4, 3, 26, 24, SS_ICON
9    LTEXT "ReactOS menggunakan informasi berikut guna mengidentifikasi komputer anda pada jaringan.", IDC_STATIC, 40, 5, 204, 20
10    LTEXT "Deskripsi Komputer:", IDC_STATIC, 6, 40, 70, 9
11    EDITTEXT IDC_COMPDESC, 98, 38, 146, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
12    LTEXT "Nama lengkap komputer:", IDC_STATIC, 6, 68, 64, 9
13    EDITTEXT IDC_COMPUTERNAME, 98, 68, 144, 12, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
14    LTEXT "Workgroup:", IDC_WORKGROUPDOMAIN, 6, 84, 64, 9
15    EDITTEXT IDC_WORKGROUPDOMAIN_NAME, 98, 84, 144, 12, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
16    LTEXT "Untuk menggunakan Bimbingan Identifikasi Jaringan untuk bergabung dengan domain dan membuat pengguna lokal, klik ""Network ID"".", IDC_STATIC, 6, 108, 172, 24
17    PUSHBUTTON "&Network ID...", IDC_NETWORK_ID, 190, 114, 58, 15
18    LTEXT "Untuk mengganti nama komputer ini atau bergabung dengan domain, klik ""Ubah"".", IDC_STATIC, 6, 149, 170, 17
19    PUSHBUTTON "&Ubah...", IDC_NETWORK_PROPERTY, 190, 149, 58, 15
20    LTEXT "Catatan: Hanya Administrator yang bisa mengubah identifikasi komputer ini.", IDC_STATIC, 6, 179, 300, 9
21END
22
23IDD_PROPPAGECOMPNAMECHENGE DIALOGEX 0, 0, 232, 222
24STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_CAPTION
25CAPTION "Pengubahan Nama Komputer"
26FONT 8, "MS Shell Dlg"
27BEGIN
28    LTEXT "(masukkan pesan di sini)", 1017, 7, 5, 218, 30
29    LTEXT "Nama &komputer:", -1, 7, 41, 219, 8
30    EDITTEXT 1002, 7, 53, 218, 14, ES_AUTOHSCROLL | ES_OEMCONVERT
31    LTEXT "Nama lengkap komputer:", 1016, 7, 72, 218, 10
32    EDITTEXT 1001, 7, 82, 219, 14, ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
33    PUSHBUTTON "&Lebih...", 1003, 150, 102, 75, 14
34    GROUPBOX "Anggota dari", 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 "&Cari domain saya", 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 "Batal", 2, 176, 203, 50, 14
42END
43
44IDD_PROPPAGEDNSANDNETBIOS DIALOGEX 0, 0, 266, 125
45STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_CAPTION
46CAPTION "DNS Suffix and Nama Komputer NetBIOS"
47FONT 8, "MS Shell Dlg"
48BEGIN
49    LTEXT "DNS suffix &primer komputer ini:", -1, 7, 5, 253, 8
50    EDITTEXT 1011, 7, 17, 252, 14, ES_AUTOHSCROLL
51    AUTOCHECKBOX "&Ubah DNS suffix primer ketika mengubah domain keanggotaan", 115, 11, 39, 250, 10
52    LTEXT "&Nama komputer NetBIOS:", -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 "Batal", 2, 209, 104, 50, 14
56    LTEXT "Nama ini telah digunakan untuk interopabilitas dengan komputer dan layanan sebelumnya.", 13, 7, 88, 253, 8
57END
58
59STRINGTABLE
60BEGIN
61    1 "* Tidak diketahui *"
62    2 "WORKGROUP"
63    3 "The following error occurred while attempting to read domain membership information:"
64    4 "Ubah Nama Komputer"
65    5 "Workgroup:"
66    6 "Domain:"
67    7 "The domain name ""%1"" does not conform to Internet Domain Name Service specifications, although it is a legal ReactOS name. You must use ReactOS DNS server for non-standard names."
68    8 "The domain name ""%1"" is not properly formatted. Periods (.) are used to separate domains. Each domain is limited to 63 characters. Example: domain-1.reactos.org."
69    10 "The new computer name ""%1"" is too long. The name may not be longer than 63 characters."
70    11 "The new computer name entered is not properly formatted. Standard names may contain letters (a-z, A-Z), numbers (0-9), and hyphens (-), but no spaces or periods (.). The name may not consist entirely of digits."
71    22 "Welcome to the %1 workgroup."
72    23 "Welcome to the %1 domain."
73    24 "You must restart this computer for the changes to take effect."
74    25 "You can change the name and the membership of this computer. Changes may affect access to network resources."
75    1021 "Note: Only Administrators can change the identification of this computer."
76    1022 "Note: The identification of the computer cannot be changed because:"
77    1029 "The new computer name ""%1"" is a number. The name may not be a number."
78    1030 "The new computer name ""%1"" contains characters which are not allowed. Characters which are not allowed include ` ~ ! @ # $ %% ^ & * ( ) = + [ ] { } \\ | ; : ' "" , < > / and ?"
79    1031 "The first domain of the domain name ""%1"" is a number. The first domain may not be a number."
80    1032 "The domain name ""%1"" contains characters which are not allowed. Standard DNS names may contain letters (a-z, A-Z), numbers (0-9), and hyphens, but no spaces. Periods (.) are used to separate domains. Example: domain-1.reactos.org."
81    3210 "&Rincian >>"
82    3220 "<< &Rincian"
83    4000 "Informasi"
84    4001 "Tidak bisa menyetel nama komputer yang baru!"
85END
86