[ACPPAGE] Visualize custom layers
[reactos.git] / dll / shellext / acppage / lang / nl-NL.rc
1 LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
2
3 IDD_ACPPAGESHEET DIALOGEX 0, 0, 224, 226
4 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
5 CAPTION "Compatibiliteit"
6 FONT 8, "MS Shell Dlg", 0, 0, 0x0
7 BEGIN
8 LTEXT "If you have problems running this program in ReactOS, select an operating system ReactOS should report to the application.\nPlease note that this is a work in progress.", -1, 7, 7, 210, 31
9 GROUPBOX "Compatibility mode", IDC_COMPATGROUP, 7, 41, 210, 49
10 CHECKBOX "Run this program in compatibility mode for:", IDC_CHKRUNCOMPATIBILITY, 18, 57, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
11 COMBOBOX IDC_COMPATIBILITYMODE, 18, 70, 188, 85, CBS_HASSTRINGS | CBS_DROPDOWNLIST | WS_TABSTOP | WS_DISABLED
12 GROUPBOX "Display settings", -1, 7, 99, 210, 61, BS_GROUPBOX
13 CHECKBOX "Run in 256 colors", IDC_CHKRUNIN256COLORS, 18, 114, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
14 CHECKBOX "Run in 640x480 screen resolution", IDC_CHKRUNIN640480RES, 18, 129, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
15 CHECKBOX "Disable visual themes", IDC_CHKDISABLEVISUALTHEMES, 18, 144, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
16 PUSHBUTTON "E&dit compatibility modes...", IDC_EDITCOMPATIBILITYMODES, 117, 167, 100, 15
17 LTEXT "",IDC_ENABLED_LAYERS,7,185,210,21
18 CONTROL "Learn more about <A>program compatibility</A>.", IDC_INFOLINK, "SysLink", WS_CHILD | WS_TABSTOP | WS_VISIBLE, 7, 207, 210, 10, WS_EX_NOPARENTNOTIFY
19 END
20
21 IDD_EDITCOMPATIBILITYMODES DIALOGEX 0, 0, 230, 139
22 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
23 CAPTION "Edit Compatibility Modes"
24 FONT 8, "MS Shell Dlg", 0, 0, 0x0
25 BEGIN
26 COMBOBOX IDC_NEWCOMPATIBILITYMODE, 9, 6, 148, 14, CBS_HASSTRINGS | CBS_DROPDOWN | WS_VSCROLL
27 LISTBOX IDC_COMPATIBILITYMODE, 9, 25, 148, 86, LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | LBS_WANTKEYBOARDINPUT | WS_BORDER
28 PUSHBUTTON "&Add...", IDC_ADD, 162, 6, 60, 14, WS_DISABLED
29 PUSHBUTTON "&Edit...", IDC_EDIT, 162, 24, 60, 14, WS_DISABLED
30 PUSHBUTTON "&Delete", IDC_DELETE, 162, 42, 60, 14, WS_DISABLED
31 PUSHBUTTON "&OK", IDOK, 95, 116, 60, 14
32 PUSHBUTTON "&Cancel", IDCANCEL, 162, 116, 60, 14
33 END
34
35 STRINGTABLE
36 BEGIN
37 IDS_COMPAT_TITLE "Compatibiliteit"
38 IDS_FAILED_NETWORK "Compatibility modes cannot be set on this program because it is on a network drive."
39 IDS_FAILED_PROTECTED "Compatibility modes cannot be set on this program because it is a part of ReactOS."
40 IDS_YOU_DID_NOT_ADD "You did not add the mode, do you want to add it now?"
41 END