reactos/dll/win32/aclui/lang/id-ID.rc
Mas Ahmad Muhammad b8dd046ee4
[TRANSLATION] Add and update Indonesian translations (#2506)
- CMDUTILS: attrib, label (update translation)
- USETUP (add translation)
- HOTPLUG (add translation)
- CONSRV  (update translation)
- USERSRV (update translation)
- USER32  (update translation)
- ACLUI  (update translation)
- LICCPA  (update translation)
- SUBST  (update translation)
- REGSVR32  (update translation)
- REGEDIT-CLB  (update translation)
- ACPPAGE  (update translation)
- TIMEDATE  (update translation)
- SOLITAIRE  (update translation)
- FDEBUG  (update translation)
- SYSSETUP (update translation)
2020-04-09 18:49:45 +02:00

32 lines
1.5 KiB
Plaintext

LANGUAGE LANG_INDONESIAN, SUBLANG_DEFAULT
IDD_SECPAGE DIALOGEX 0, 0, 227, 215
STYLE DS_SHELLFONT | WS_CHILD | WS_VISIBLE | WS_CAPTION
CAPTION "Keamanan"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Grup atau nama pengguna:", -1, 7, 21, 105, 8
CONTROL "", IDC_PRINCIPALS, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 7, 31, 213, 52, WS_EX_NOPARENTNOTIFY | WS_EX_CLIENTEDGE
LTEXT "&Pemilik:", -1, 7, 7, 49, 8
EDITTEXT IDC_OWNER, 63, 4, 156, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_READONLY
PUSHBUTTON "&Tambah...", IDC_ADD_PRINCIPAL, 116, 87, 50, 14
PUSHBUTTON "&Hapus", IDC_REMOVE_PRINCIPAL, 170, 87, 50, 14
LTEXT "", IDC_LABEL_PERMISSIONS_FOR, 7, 107, 105, 8, SS_LEFT | SS_NOPREFIX
LTEXT "Ijinkan", IDC_LABEL_ALLOW, 135, 107, 32, 8, SS_CENTER
LTEXT "Tolak", IDC_LABEL_DENY, 176, 107, 32, 8, SS_CENTER
CONTROL "", IDC_ACE_CHECKLIST, "CHECKLIST_ACLUI", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 7, 117, 213, 72, WS_EX_CLIENTEDGE
LTEXT "Untuk perijinan spesial atau setelan lanjutan, klik Lanjutan.", IDC_LABEL_ADVANCED, 7, 194, 153, 16, SS_LEFT
PUSHBUTTON "&Lanjutan", IDC_ADVANCED, 165, 194, 55, 14
END
STRINGTABLE
BEGIN
IDS_PSP_TITLE "Perijinan untuk %1"
IDS_UNKNOWN "Tidak dikenal"
IDS_SPECIAL_PERMISSIONS "Perijinan Spesial"
IDS_PERMISSIONS_FOR "Perijinan untuk %1"
IDS_PERMISSIONS "Perijinan"
IDS_USERDOMAINFORMAT "%1 (%2\\%3)"
IDS_USERFORMAT "%1"
END