mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
b8dd046ee4
- 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)
42 lines
2.5 KiB
Text
42 lines
2.5 KiB
Text
LANGUAGE LANG_INDONESIAN, SUBLANG_DEFAULT
|
|
|
|
IDD_ACPPAGESHEET DIALOGEX 0, 0, 224, 226
|
|
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Kompatibilitas"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
|
BEGIN
|
|
LTEXT "Jika anda mempunyai masalah menjalan program ini dalam ReactOS, pilih sistem operasi ReactOS seharusnya melaporkan atas aplikasi ini.\nHarap dicatat bahwa pekerjaan ini sedang berlangsung.", IDC_EXPLANATION, 7, 7, 210, 31
|
|
GROUPBOX "Mode Kompatibilitas", IDC_COMPATGROUP, 7, 41, 210, 49
|
|
CHECKBOX "Jalankan program ini dalam mode kompatibilitas:", IDC_CHKRUNCOMPATIBILITY, 18, 57, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
|
|
COMBOBOX IDC_COMPATIBILITYMODE, 18, 70, 188, 85, CBS_HASSTRINGS | CBS_DROPDOWNLIST | WS_TABSTOP | WS_DISABLED
|
|
GROUPBOX "Setelan tampilan", -1, 7, 99, 210, 61, BS_GROUPBOX
|
|
CHECKBOX "Jalankan dalam 256 warna", IDC_CHKRUNIN256COLORS, 18, 114, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
|
|
CHECKBOX "Jalankan dalam resolusi layar 640x480", IDC_CHKRUNIN640480RES, 18, 129, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
|
|
CHECKBOX "Matikan tema visual", IDC_CHKDISABLEVISUALTHEMES, 18, 144, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
|
|
PUSHBUTTON "E&dit mode kompatibilitas...", IDC_EDITCOMPATIBILITYMODES, 117, 167, 100, 15
|
|
LTEXT "",IDC_ENABLED_LAYERS,7,185,210,21
|
|
CONTROL "Pelajari lebih lanjut tentang <A>kompatibilitas program</A>.", IDC_INFOLINK, "SysLink", WS_CHILD | WS_TABSTOP | WS_VISIBLE, 7, 207, 210, 10, WS_EX_NOPARENTNOTIFY
|
|
END
|
|
|
|
IDD_EDITCOMPATIBILITYMODES DIALOGEX 0, 0, 309, 134
|
|
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Edit Mode Kompatibilitas"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
|
BEGIN
|
|
LISTBOX IDC_NEWCOMPATIBILITYMODE,6,18,132,90,LBS_NOINTEGRALHEIGHT | WS_VSCROLL
|
|
LISTBOX IDC_COMPATIBILITYMODE,168,18,132,90,LBS_NOINTEGRALHEIGHT | WS_VSCROLL
|
|
PUSHBUTTON ">",IDC_ADD,144,42,18,14,WS_DISABLED
|
|
PUSHBUTTON "<<",IDC_REMOVEALL,144,78,18,14,WS_DISABLED
|
|
PUSHBUTTON "<",IDC_REMOVE,144,60,18,14,WS_DISABLED
|
|
PUSHBUTTON "&OK",IDOK,174,114,60,14
|
|
PUSHBUTTON "&Batal",IDCANCEL,240,114,60,14
|
|
LTEXT "Mode tersedia",-1,6,6,52,8
|
|
LTEXT "Mode terpilih",-1,168,6,51,8
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_COMPAT_TITLE "Kompatibilitas"
|
|
IDS_FAILED_NETWORK "Mode kompatibilitas tidak bisa disetel pada program ini karena berada pada drive jaringan."
|
|
IDS_FAILED_PROTECTED "Mode kompatibilitas tidak bisa disetel pada program ini karena ini adalah bagian dari ReactOS."
|
|
END
|