1LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL 2 3IDD_WELCOMEPAGE DIALOGEX 0, 0, 317, 193 4STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 5CAPTION "ReactOS Setup" 6FONT 8, "MS Shell Dlg" 7BEGIN 8 LTEXT "Welkom bij de ReactOS installatiewizard.", IDC_WELCOMETITLE, 115, 8, 195, 24 9 LTEXT "Deze wizard zal ReactOS op je computer installeren. De wizard heeft informatie over jou en jouw computer nodig om ReactOS correct in te stellen.", IDC_STATIC, 115, 40, 195, 100 10 LTEXT "Klik op Volgende om voort te gaan met de installatie.", IDC_STATIC, 115, 169, 195, 17 11END 12 13IDD_ACKPAGE DIALOGEX 0, 0, 317, 145 14STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 15CAPTION "ReactOS Setup" 16FONT 8, "MS Shell Dlg", 0, 0, 0x0 17BEGIN 18 LTEXT "The ReactOS developers would like to acknowledge the following Open Source projects, (parts of) which were used to create ReactOS:", IDC_STATIC, 15, 7, 286, 19 19 LISTBOX IDC_PROJECTS, 15, 30, 286, 75, LBS_NOSEL | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL 20 LTEXT "ReactOS is licensed under the GPL, so if you want to reuse or redistribute (parts of) it you must respect the GPL.", IDC_STATIC, 15, 110, 227, 19 21 PUSHBUTTON "&View GPL...", IDC_VIEWGPL, 251, 110, 50, 19 22 LTEXT "Klik op Volgende om voort te gaan met de installatie.", IDC_STATIC, 15, 136, 195, 17 23END 24 25IDD_PRODUCT DIALOGEX 0, 0, 317, 143 26CAPTION "ReactOS Setup" 27STYLE DS_MODALFRAME | DS_SHELLFONT | WS_POPUPWINDOW | WS_CAPTION | WS_VISIBLE 28FONT 8, "MS Shell Dlg" 29BEGIN 30 ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20 31 LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12 32 LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10 33 COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP 34 GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85 35 LTEXT "Description:", IDC_STATIC, 20, 65, 70, 10 36 EDITTEXT IDC_PRODUCT_DESCRIPTION, 95, 65, 205, 60, ES_READONLY | ES_AUTOVSCROLL | ES_MULTILINE | WS_VSCROLL 37END 38 39IDD_OWNERPAGE DIALOGEX 0, 0, 317, 143 40STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 41CAPTION "ReactOS Setup" 42FONT 8, "MS Shell Dlg" 43BEGIN 44 ICON IDI_ICON2, IDC_STATIC, 21, 7, 20, 20 45 LTEXT "Geef uw volledige naam en de naam van je bedrijf of organisatie.", IDC_STATIC, 54, 7, 242, 21 46 LTEXT "N&aam:", IDC_STATIC, 54, 37, 44, 8 47 EDITTEXT IDC_OWNERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL 48 LTEXT "&Organizatie:", IDC_STATIC, 54, 57, 44, 8 49 EDITTEXT IDC_OWNERORGANIZATION, 132, 55, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL 50END 51 52IDD_COMPUTERPAGE DIALOGEX 0, 0, 317, 143 53STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 54CAPTION "ReactOS Setup" 55FONT 8, "MS Shell Dlg" 56BEGIN 57 ICON IDI_ICON1, IDC_STATIC, 21, 7, 20, 20 58 LTEXT "Geef een naam in voor de computer. In een netwerk moet je een unieke naam kiezen.", IDC_STATIC, 54, 7, 250, 24 59 LTEXT "&Computernaam:", IDC_STATIC, 54, 38, 75, 8 60 EDITTEXT IDC_COMPUTERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL | ES_UPPERCASE 61 ICON IDI_ICON5, IDC_STATIC, 21, 57, 20, 20 62 LTEXT "Setup will create a user account on your computer called Administrator. You can use this account if you need full access to your computer.", IDC_STATIC, 54, 57, 250, 25 63 LTEXT "Type an Administrator Password that is 127 characters or less.", IDC_STATIC, 54, 87, 250, 8 64 LTEXT "&Administrator Password:", IDC_STATIC, 54, 104, 105, 8 65 EDITTEXT IDC_ADMINPASSWORD1, 165, 101, 148, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD 66 LTEXT "C&onfirm Password:", IDC_STATIC, 54, 123, 105, 8 67 EDITTEXT IDC_ADMINPASSWORD2, 165, 120, 148, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD 68END 69 70IDD_LOCALEPAGE DIALOGEX 0, 0, 317, 143 71STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 72CAPTION "ReactOS Setup" 73FONT 8, "MS Shell Dlg" 74BEGIN 75 ICON IDI_ICON4, IDC_STATIC, 21, 7, 20, 20 76 LTEXT "The system locale should match the language of the applications you want to use. The user locale controls how numbers, currencies, and dates appear.", IDC_STATIC, 53, 7, 253, 20 77 LTEXT "%s", IDC_LOCALETEXT, 53, 29, 250, 16 78 LTEXT "To change system or user locale settings, click Customize.", IDC_STATIC, 53, 60, 196, 8 79 PUSHBUTTON "&Customize...", IDC_CUSTOMLOCALE, 250, 57, 50, 14 80 LTEXT "", IDC_STATIC, 53, 79, 246, 1, SS_ETCHEDHORZ 81 LTEXT "The keyboard layout controls the characters that appear when you type.", IDC_STATIC, 53, 86, 253, 8 82 LTEXT "%s", IDC_LAYOUTTEXT, 53, 100, 250, 16 83 LTEXT "To change the keyboard layout, click Customize.", IDC_STATIC, 53, 126, 184, 8 84 PUSHBUTTON "C&ustomize...", IDC_CUSTOMLAYOUT, 250, 122, 50, 14 85END 86 87IDD_DATETIMEPAGE DIALOGEX 0, 0, 317, 143 88STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 89CAPTION "ReactOS Setup" 90FONT 8, "MS Shell Dlg" 91BEGIN 92 ICON IDI_ICON3, IDC_STATIC, 21, 10, 20, 20 93 LTEXT "Date and Time:", IDC_STATIC, 53, 7, 253, 8 94 CONTROL "", IDC_DATEPICKER, "SysDateTimePick32", DTS_LONGDATEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 53, 17, 137, 14 95 CONTROL "", IDC_TIMEPICKER, "SysDateTimePick32", DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 220, 17, 74, 14 96 LTEXT "Timezone:", IDC_STATIC, 53, 42, 253, 8 97 COMBOBOX IDC_TIMEZONELIST, 53, 52, 241, 93, CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL 98 AUTOCHECKBOX "Automatically adjust clock for &daylight saving changes", IDC_AUTODAYLIGHT, 53, 124, 230, 10 99END 100 101IDD_THEMEPAGE DIALOGEX 0, 0, 317, 143 102STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 103CAPTION "ReactOS Setup" 104FONT 8, "MS Shell Dlg" 105BEGIN 106 CONTROL "", IDC_THEMEPICKER, "SysListView32", LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | WS_TABSTOP, 18, 8, 288, 130 107END 108 109IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 110STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 111CAPTION "ReactOS Setup" 112FONT 8, "MS Shell Dlg" 113BEGIN 114 LTEXT "Registering components", IDC_TASKTEXT1, 65, 27, 232, 8 115 LTEXT "Installing start menu items", IDC_TASKTEXT2, 65, 39, 232, 8 116 LTEXT "Saving settings", IDC_TASKTEXT3, 65, 51, 232, 8 117 LTEXT "Removing temporary files", IDC_TASKTEXT4, 65, 63, 232, 8 118 LTEXT "", IDC_ITEM, 21, 85, 275, 8 119 CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 21, 97, 275, 11 120END 121 122IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193 123STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 124CAPTION "Completing ReactOS Setup" 125FONT 8, "MS Shell Dlg" 126BEGIN 127 LTEXT "Completing the ReactOS Setup Wizard", IDC_FINISHTITLE, 115, 8, 195, 24 128 LTEXT "You have successfully completed ReactOS Setup.\n\nWhen you click Finish, your computer will restart.", IDC_STATIC, 115, 40, 195, 100 129 CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 115, 138, 188, 12 130 LTEXT "If there is a CD in a drive, remove it. Then, to restart your computer, click Finish.", IDC_STATIC, 115, 169, 195, 17 131END 132 133IDD_GPL DIALOGEX 0, 0, 333, 230 134STYLE DS_SHELLFONT | DS_CENTER | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU 135CAPTION "GNU General Public License" 136FONT 8, "MS Shell Dlg" 137BEGIN 138 EDITTEXT IDC_GPL_TEXT, 7, 7, 319, 190, ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL 139 DEFPUSHBUTTON "OK", IDOK, 141, 209, 50, 14 140END 141 142IDD_STATUSWINDOW_DLG DIALOGEX 0, 0, 275, 78 143STYLE NOT WS_VISIBLE | DS_CENTER | DS_MODALFRAME | DS_SHELLFONT | WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_POPUP 144CAPTION "Please wait..." 145FONT 8, "MS Shell Dlg", 400, 0, 1 146BEGIN 147 CONTROL IDB_REACTOS, IDC_ROSLOGO, "Static", SS_BITMAP, 0, 0, 275, 54 148 CONTROL "", IDC_BAR, "Static", SS_OWNERDRAW, 0, 44, 275, 4 149 LTEXT "", IDC_STATUSLABEL, 7, 59, 235, 12, SS_WORDELLIPSIS 150END 151 152IDD_PS2MOUSEPROPERTIES DIALOGEX 0, 0, 252, 218 153STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION 154CAPTION "Advanced Settings" 155FONT 8, "MS Shell Dlg" 156BEGIN 157 GROUPBOX "", IDC_PS2STATIC, 5, 20, 242, 110 158 RTEXT "&Sample Rate:", -1, 27, 35, 90, 8 159 LTEXT "reports per second", -1, 169, 35, 76, 8 160 COMBOBOX IDC_PS2MOUSESAMPLERATE, 124, 33, 42, 41, CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL 161 RTEXT "&Wheel Detection:", -1, 27, 55, 90, 8 162 COMBOBOX IDC_PS2MOUSEWHEEL, 124, 53, 95, 46, CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL 163 RTEXT "&Input buffer length:", -1, 27, 75, 90, 8 164 LTEXT "packets", -1, 169, 75, 26, 8 165 EDITTEXT IDC_PS2MOUSEINPUTLEN, 124, 72, 40, 14, ES_LEFT | ES_AUTOHSCROLL | ES_READONLY | ES_NUMBER | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_BORDER 166 CONTROL "", IDC_PS2MOUSEINPUTUPDN, "msctls_updown32", UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | WS_CHILD | WS_VISIBLE, 168, 70, 10, 14 167 AUTOCHECKBOX "&Fast Initialization", IDC_PS2MOUSEFASTINIT, 124, 97, 90, 10 168 PUSHBUTTON "&Defaults", IDC_PS2MOUSEDEFAULTS, 195, 188, 50, 14 169END 170 171STRINGTABLE 172BEGIN 173 IDS_ACKTITLE "Acknowledgements" 174 IDS_ACKSUBTITLE "The shoulders ReactOS stands on and license information" 175 IDS_OWNERTITLE "Personalize your Software" 176 IDS_OWNERSUBTITLE "Setup uses this information about yourself to personalize ReactOS." 177 IDS_COMPUTERTITLE "Computer Name and Administrator Password" 178 IDS_COMPUTERSUBTITLE "You must provide a name and an Administrator Password for your computer." 179 IDS_LOCALETITLE "Regional settings" 180 IDS_LOCALESUBTITLE "You can customize ReactOS for different regions and languages." 181 IDS_LOCALETEXT "The Standards and formats are set to %s, and the location is set to %s." 182 IDS_LAYOUTTEXT "Your default text input language and method is: %s keyboard layout" 183 IDS_DATETIMETITLE "Date and Time" 184 IDS_DATETIMESUBTITLE "Set the correct date and time for your computer." 185 IDS_PROCESSTITLE "Finishing the Installation" 186 IDS_PROCESSSUBTITLE "Please wait while Setup completes the final steps." 187 IDS_THEMESELECTIONTITLE "Appearance" 188 IDS_THEMESELECTIONSUBTITLE "Select the theme you prefer." 189END 190 191STRINGTABLE 192BEGIN 193 IDS_REACTOS_SETUP "ReactOS Setup" 194 IDS_UNKNOWN_ERROR "Unknown error" 195 IDS_LOADLIBRARY_FAILED "LoadLibrary failed: " 196 IDS_GETPROCADDR_FAILED "GetProcAddr failed: " 197 IDS_REGSVR_FAILED "DllRegisterServer failed: " 198 IDS_DLLINSTALL_FAILED "DllInstall failed: " 199 IDS_TIMEOUT "Timeout during registration" 200 IDS_REASON_UNKNOWN "" 201 /* 202 * ATTENTION: 203 * If you translate the administrator account name, keep IDS_ADMINISTRATOR_NAME and 204 * samsrv.dll:IDS_USER_ADMINISTRATOR_NAME synchronized. 205 * Also check the IDD_COMPUTERPAGE dialog. 206 */ 207 IDS_ADMINISTRATOR_NAME "Administrator" 208 IDS_MACHINE_OWNER_NAME "Eigenaar" 209END 210 211STRINGTABLE 212BEGIN 213 IDS_WZD_NAME "Setup cannot continue until you enter your name." 214 IDS_WZD_SETCOMPUTERNAME "Setup failed to set the computer name." 215 IDS_WZD_COMPUTERNAME "Setup cannot continue until you enter the name of your computer." 216 IDS_WZD_PASSWORDEMPTY "You must enter a password !" 217 IDS_WZD_PASSWORDMATCH "The passwords you entered do not match. Please enter the desired password again." 218 IDS_WZD_PASSWORDCHAR "The password you entered contains invalid characters. Please enter a cleaned password." 219 IDS_WZD_LOCALTIME "Setup was unable to set the local time." 220END 221 222STRINGTABLE 223BEGIN 224 IDS_STATUS_INSTALL_DEV "Installing devices..." 225END 226 227/* ATTENTION: Synchronize these strings with dll/win32/shell32/lang */ 228STRINGTABLE 229BEGIN 230 IDS_PROGRAMFILES "%SystemDrive%\\Program Files" 231 IDS_COMMONFILES "Common Files" 232END 233 234STRINGTABLE 235BEGIN 236 IDS_DETECTIONDISABLED "Detection disabled" 237 IDS_LOOKFORWHEEL "Look for wheel" 238 IDS_ASSUMEPRESENT "Assume wheel is present" 239END 240 241STRINGTABLE 242BEGIN 243 IDS_CLASSIC "Classic" 244 IDS_LAUTUS "Lautus" 245 IDS_LUNAR "Lunar" 246 IDS_MIZU "Mizu" 247END 248 249STRINGTABLE 250BEGIN 251 IDS_PRODUCTTITLE "Product Options" 252 IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behavior of the system." 253 IDS_PRODUCTSERVERNAME "ReactOS Server" 254 IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation" 255 IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""." 256 IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""." 257 IDS_DEFAULT "(Default)" 258END 259