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, 143 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_OWNERPAGE DIALOGEX 0, 0, 317, 143 26STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 27CAPTION "ReactOS Setup" 28FONT 8, "MS Shell Dlg" 29BEGIN 30 ICON IDI_ICON2, IDC_STATIC, 21, 7, 20, 20 31 LTEXT "Geef uw volledige naam en de naam van je bedrijf of organisatie.", IDC_STATIC, 54, 7, 242, 21 32 LTEXT "N&aam:", IDC_STATIC, 54, 37, 44, 8 33 EDITTEXT IDC_OWNERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL 34 LTEXT "&Organizatie:", IDC_STATIC, 54, 57, 44, 8 35 EDITTEXT IDC_OWNERORGANIZATION, 132, 55, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL 36END 37 38IDD_COMPUTERPAGE DIALOGEX 0, 0, 317, 143 39STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 40CAPTION "ReactOS Setup" 41FONT 8, "MS Shell Dlg" 42BEGIN 43 ICON IDI_ICON1, IDC_STATIC, 21, 7, 20, 20 44 LTEXT "Geef een naam in voor de computer. In een netwerk moet je een unieke naam kiezen.", IDC_STATIC, 54, 7, 250, 24 45 LTEXT "&Computernaam:", IDC_STATIC, 54, 38, 75, 8 46 EDITTEXT IDC_COMPUTERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL | ES_UPPERCASE 47 ICON IDI_ICON5, IDC_STATIC, 21, 57, 20, 20 48 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 49 LTEXT "Type an Administrator Password that is 127 characters or less.", IDC_STATIC, 54, 87, 250, 8 50 LTEXT "&Administrator Password:", IDC_STATIC, 54, 104, 105, 8 51 EDITTEXT IDC_ADMINPASSWORD1, 165, 101, 148, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD 52 LTEXT "C&onfirm Password:", IDC_STATIC, 54, 123, 105, 8 53 EDITTEXT IDC_ADMINPASSWORD2, 165, 120, 148, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD 54END 55 56IDD_LOCALEPAGE DIALOGEX 0, 0, 317, 143 57STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 58CAPTION "ReactOS Setup" 59FONT 8, "MS Shell Dlg" 60BEGIN 61 ICON IDI_ICON4, IDC_STATIC, 21, 7, 20, 20 62 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 63 LTEXT "", IDC_LOCALETEXT, 53, 29, 250, 16 64 LTEXT "To change system or user locale settings, click Customize.", IDC_STATIC, 53, 60, 196, 8 65 PUSHBUTTON "&Customize...", IDC_CUSTOMLOCALE, 250, 57, 50, 14 66 LTEXT "The keyboard layout controls the characters that appear when you type.", IDC_STATIC, 53, 86, 253, 8 67 LTEXT "", IDC_LAYOUTTEXT, 53, 100, 250, 16 68 LTEXT "To change the keyboard layout, click Customize.", IDC_STATIC, 53, 126, 184, 8 69 PUSHBUTTON "C&ustomize...", IDC_CUSTOMLAYOUT, 250, 122, 50, 14 70END 71 72IDD_DATETIMEPAGE DIALOGEX 0, 0, 317, 143 73STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 74CAPTION "ReactOS Setup" 75FONT 8, "MS Shell Dlg" 76BEGIN 77 ICON IDI_ICON3, IDC_STATIC, 21, 10, 20, 20 78 LTEXT "Date and Time:", IDC_STATIC, 53, 7, 253, 8 79 CONTROL "", IDC_DATEPICKER, "SysDateTimePick32", DTS_LONGDATEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 53, 17, 137, 14 80 CONTROL "", IDC_TIMEPICKER, "SysDateTimePick32", DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 200, 17, 54, 14 81 LTEXT "Timezone:", IDC_STATIC, 53, 42, 253, 8 82 COMBOBOX IDC_TIMEZONELIST, 53, 52, 201, 93, CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL 83 AUTOCHECKBOX "Automatically adjust clock for &daylight saving changes", IDC_AUTODAYLIGHT, 53, 124, 201, 10 84END 85 86IDD_THEMEPAGE DIALOGEX 0, 0, 317, 143 87STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 88CAPTION "ReactOS Setup" 89FONT 8, "MS Shell Dlg" 90BEGIN 91 PUSHBUTTON "Lautus theme", IDC_THEMEDSTYLE, 18,12, 130,120, BS_AUTORADIOBUTTON|BS_PUSHLIKE 92 PUSHBUTTON "Classic theme", IDC_CLASSICSTYLE, 175,12, 130,120, BS_AUTORADIOBUTTON|BS_PUSHLIKE 93END 94 95IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 96STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 97CAPTION "ReactOS Setup" 98FONT 8, "MS Shell Dlg" 99BEGIN 100 LTEXT "", IDC_ACTIVITY, 53, 7, 253, 20 101 LTEXT "", IDC_ITEM, 53, 29, 253, 20 102 CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 53, 70, 253, 8 103END 104 105IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193 106STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 107CAPTION "Completing ReactOS Setup" 108FONT 8, "MS Shell Dlg" 109BEGIN 110 LTEXT "Completing the ReactOS Setup Wizard", IDC_FINISHTITLE, 115, 8, 195, 24 111 LTEXT "You have successfully completed ReactOS Setup.\n\nWhen you click Finish, your computer will restart.", IDC_STATIC, 115, 40, 195, 100 112 CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 115, 138, 188, 12 113 LTEXT "If there is a CD in a drive, remove it. Then, to restart your computer, click Finish.", IDC_STATIC, 115, 169, 195, 17 114END 115 116IDD_GPL DIALOGEX 0, 0, 333, 230 117STYLE DS_SHELLFONT | DS_CENTER | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU 118CAPTION "GNU General Public License" 119FONT 8, "MS Shell Dlg" 120BEGIN 121 EDITTEXT IDC_GPL_TEXT, 7, 7, 319, 190, ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL 122 DEFPUSHBUTTON "OK", IDOK, 141, 209, 50, 14 123END 124 125IDD_STATUSWINDOW_DLG DIALOGEX 0, 0, 274, 37 126STYLE NOT WS_VISIBLE | DS_CENTER | DS_MODALFRAME | DS_SHELLFONT | WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_POPUP 127CAPTION "Please wait..." 128FONT 8, "MS Shell Dlg", 400, 0, 1 129BEGIN 130 LTEXT "", IDC_STATUSLABEL, 7, 8, 234, 12, SS_WORDELLIPSIS 131 CONTROL "Progress1", IDC_STATUSPROGRESS, "msctls_progress32", WS_BORDER | PBS_MARQUEE, 7, 21, 261, 10 132END 133 134STRINGTABLE 135BEGIN 136 IDS_ACKTITLE "Acknowledgements" 137 IDS_ACKSUBTITLE "The shoulders ReactOS stands on and license information" 138 IDS_OWNERTITLE "Personalize your Software" 139 IDS_OWNERSUBTITLE "Setup uses this information about yourself to personalize ReactOS." 140 IDS_COMPUTERTITLE "Computer Name and Administrator Password" 141 IDS_COMPUTERSUBTITLE "You must provide a name and an Administrator Password for your computer." 142 IDS_LOCALETITLE "Regional settings" 143 IDS_LOCALESUBTITLE "You can customize ReactOS for different regions and languages." 144 IDS_DATETIMETITLE "Date and Time" 145 IDS_DATETIMESUBTITLE "Set the correct date and time for your computer." 146 IDS_PROCESSTITLE "Registering Components" 147 IDS_PROCESSSUBTITLE "Please wait..." 148 IDS_THEMESELECTIONTITLE "Appearance" 149 IDS_THEMESELECTIONSUBTITLE "Select the theme you prefer." 150END 151 152STRINGTABLE 153BEGIN 154 IDS_REACTOS_SETUP "ReactOS Setup" 155 IDS_UNKNOWN_ERROR "Unknown error" 156 IDS_REGISTERING_COMPONENTS "Registering components..." 157 IDS_LOADLIBRARY_FAILED "LoadLibrary failed: " 158 IDS_GETPROCADDR_FAILED "GetProcAddr failed: " 159 IDS_REGSVR_FAILED "DllRegisterServer failed: " 160 IDS_DLLINSTALL_FAILED "DllInstall failed: " 161 IDS_TIMEOUT "Timeout during registration" 162 IDS_REASON_UNKNOWN "" 163 /* 164 * ATTENTION: 165 * If you translate the administrator account name, keep IDS_ADMINISTRATOR_NAME and 166 * samsrv.dll:IDS_USER_ADMINISTRATOR_NAME synchronized. 167 * Also check the IDD_COMPUTERPAGE dialog. 168 */ 169 IDS_ADMINISTRATOR_NAME "Administrator" 170 IDS_MACHINE_OWNER_NAME "Eigenaar" 171END 172 173STRINGTABLE 174BEGIN 175 IDS_WZD_NAME "Setup cannot continue until you enter your name." 176 IDS_WZD_SETCOMPUTERNAME "Setup failed to set the computer name." 177 IDS_WZD_COMPUTERNAME "Setup cannot continue until you enter the name of your computer." 178 IDS_WZD_PASSWORDEMPTY "You must enter a password !" 179 IDS_WZD_PASSWORDMATCH "The passwords you entered do not match. Please enter the desired password again." 180 IDS_WZD_PASSWORDCHAR "The password you entered contains invalid characters. Please enter a cleaned password." 181 IDS_WZD_LOCALTIME "Setup was unable to set the local time." 182END 183 184STRINGTABLE 185BEGIN 186 IDS_STATUS_INSTALL_DEV "Installing devices..." 187END 188 189/* ATTENTION: Synchronize the translation of these strings with shell32 */ 190STRINGTABLE 191BEGIN 192 IDS_PROGRAMFILES "%SystemDrive%\\Program Files" 193 IDS_COMMONFILES "Common Files" 194END 195