2005-08-03 08:31:30 +00:00
/*
* Copyright (C) 2004 Filip Navara
* Copyright (C) 2004 Eric Kohl
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
2009-10-27 10:34:16 +00:00
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2005-08-03 08:31:30 +00:00
*/
2005-11-22 10:24:14 +00:00
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
2005-08-03 08:31:30 +00:00
2008-01-21 17:00:01 +00:00
IDD_WELCOMEPAGE DIALOGEX DISCARDABLE 0, 0, 317, 193
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
2005-08-03 08:31:30 +00:00
CAPTION "ReactOS Setup"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Welkom bij de Reactos installatiewizard.", IDC_WELCOMETITLE, 115, 8, 195, 24
2011-06-06 11:41:54 +00:00
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
2005-08-03 08:31:30 +00:00
LTEXT "Klik op Volgende om voort te gaan met de installatie.", IDC_STATIC, 115, 169, 195, 17
END
IDD_ACKPAGE DIALOGEX 0, 0, 317, 143
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
2005-08-03 08:31:30 +00:00
CAPTION "ReactOS Setup"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2011-06-06 11:41:54 +00:00
LTEXT "The ReactOS developers would like to acknowledge the following Open Source projects, (parts of) which were used to create ReactOS:",
2005-08-03 08:31:30 +00:00
IDC_STATIC,15,7,286,19
2007-10-19 23:21:45 +00:00
LISTBOX IDC_PROJECTS,15,30,286,75,LBS_NOSEL | LBS_HASSTRINGS |
2005-08-03 08:31:30 +00:00
LBS_NOINTEGRALHEIGHT | WS_VSCROLL
2011-06-06 11:41:54 +00:00
LTEXT "ReactOS is licensed under the GPL, so if you want to reuse or redistribute (parts of) it you must respect the GPL",
2005-08-03 08:31:30 +00:00
IDC_STATIC,15,110,227,19
PUSHBUTTON "&View GPL...",IDC_VIEWGPL,251,110,50,19
LTEXT "Klik op Volgende om voort te gaan met de installatie.",IDC_STATIC,15,136,
195,17
END
2008-01-21 17:00:01 +00:00
IDD_OWNERPAGE DIALOGEX DISCARDABLE 0, 0, 317, 143
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
2005-08-03 08:31:30 +00:00
CAPTION "ReactOS Setup"
FONT 8, "MS Shell Dlg"
BEGIN
2009-05-14 16:53:38 +00:00
ICON IDI_ICON2, IDC_STATIC, 21, 7, 20, 20
2005-08-03 08:31:30 +00:00
LTEXT "Geef uw volledige naam en de naam van je bedrijf of organisatie.",
IDC_STATIC, 54, 7, 242, 21
LTEXT "N&aam:", IDC_STATIC, 54, 37, 44, 8
EDITTEXT IDC_OWNERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
LTEXT "&Organizatie:", IDC_STATIC, 54, 57, 44, 8
EDITTEXT IDC_OWNERORGANIZATION, 132, 55, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
END
2008-01-21 17:00:01 +00:00
IDD_COMPUTERPAGE DIALOGEX DISCARDABLE 0, 0, 317, 143
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
2005-08-03 08:31:30 +00:00
CAPTION "ReactOS Setup"
FONT 8, "MS Shell Dlg"
BEGIN
2009-05-14 16:53:38 +00:00
ICON IDI_ICON1, IDC_STATIC, 21, 7, 20, 20
2011-06-06 11:41:54 +00:00
LTEXT "Geef een naam in voor de computer. In een netwerk moet je een unieke naam kiezen.",
2005-08-03 08:31:30 +00:00
IDC_STATIC, 54, 7, 250, 24
LTEXT "&Computernaam:", IDC_STATIC, 54, 38, 75, 8
EDITTEXT IDC_COMPUTERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL | ES_UPPERCASE
2009-05-14 16:53:38 +00:00
ICON IDI_ICON5, IDC_STATIC, 21, 57, 20, 20
2011-06-06 11:41:54 +00:00
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.",
2005-08-03 08:31:30 +00:00
IDC_STATIC, 54, 57, 250, 25
LTEXT "Type an Administrator Password that is 14 characters or less.",
IDC_STATIC, 54, 87, 250, 8
LTEXT "&Administrator Password:", IDC_STATIC, 54, 104, 75, 8
EDITTEXT IDC_ADMINPASSWORD1, 132, 101, 172, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD
LTEXT "C&onfirm Password:", IDC_STATIC, 54, 123, 75, 8
EDITTEXT IDC_ADMINPASSWORD2, 132, 120, 172, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD
END
2008-01-21 17:00:01 +00:00
IDD_LOCALEPAGE DIALOGEX DISCARDABLE 0, 0, 317, 143
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
2005-08-03 08:31:30 +00:00
CAPTION "ReactOS Setup"
FONT 8, "MS Shell Dlg"
BEGIN
2009-05-14 16:53:38 +00:00
ICON IDI_ICON4, IDC_STATIC, 21, 7, 20, 20
2011-06-06 11:41:54 +00:00
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
2006-06-18 19:01:48 +00:00
LTEXT "", IDC_LOCALETEXT, 53, 29, 250, 16
2005-08-03 08:31:30 +00:00
LTEXT "To change system or user locale settings, click Customize.",
IDC_STATIC, 53, 60, 184, 8
PUSHBUTTON "&Customize...", IDC_CUSTOMLOCALE, 245, 57, 50, 14
LTEXT "The keyboard layout controls the characters that appear when you type.",
IDC_STATIC, 53, 86, 253, 8
2006-06-18 19:01:48 +00:00
LTEXT "", IDC_LAYOUTTEXT, 53, 100, 250, 16
2005-08-03 08:31:30 +00:00
LTEXT "To change the keyboard layout, click Customize.",
IDC_STATIC, 53, 126, 184, 8
PUSHBUTTON "C&ustomize...", IDC_CUSTOMLAYOUT, 245, 122, 50, 14
END
2008-01-21 17:00:01 +00:00
IDD_DATETIMEPAGE DIALOGEX DISCARDABLE 0, 0, 317, 143
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
2005-08-03 08:31:30 +00:00
CAPTION "ReactOS Setup"
FONT 8, "MS Shell Dlg"
BEGIN
2009-05-14 16:53:38 +00:00
ICON IDI_ICON3, IDC_STATIC, 21, 10, 20, 20
2005-08-03 08:31:30 +00:00
LTEXT "Date and Time", IDC_STATIC, 53, 7, 253, 8
CONTROL "", IDC_DATEPICKER, "SysDateTimePick32",
DTS_LONGDATEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 53, 17, 137, 14
CONTROL "", IDC_TIMEPICKER, "SysDateTimePick32",
DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 200, 17, 54, 14
LTEXT "Timezone", IDC_STATIC, 53, 42, 253, 8
COMBOBOX IDC_TIMEZONELIST, 53, 52, 201, 93,
CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL
AUTOCHECKBOX "Automatically adjust clock for &daylight saving changes",
IDC_AUTODAYLIGHT, 53, 124, 201, 10
END
2008-01-21 17:00:01 +00:00
IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
2005-08-03 08:31:30 +00:00
CAPTION "ReactOS Setup"
FONT 8, "MS Shell Dlg"
BEGIN
2005-11-27 22:27:35 +00:00
LTEXT "", IDC_ACTIVITY, 53, 7, 253, 20
LTEXT "", IDC_ITEM, 53, 29, 253, 20
2005-08-03 08:31:30 +00:00
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32",
PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 53, 70, 253, 8
END
2008-01-21 17:00:01 +00:00
IDD_FINISHPAGE DIALOGEX DISCARDABLE 0, 0, 317, 193
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
2005-08-03 08:31:30 +00:00
CAPTION "Completing ReactOS Setup"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Completing the ReactOS Setup Wizard", IDC_FINISHTITLE, 115, 8, 195, 24
2011-06-06 11:41:54 +00:00
LTEXT "You have successfully completed ReactOS Setup.\n\nWhen you click Finish, your computer will restart.", IDC_STATIC, 115, 40, 195, 100
2005-10-27 22:33:17 +00:00
CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 115, 138, 188, 12
2011-06-06 11:41:54 +00:00
LTEXT "If there is a CD in a drive, remove it. Then, to restart your computer, click Finish.", IDC_STATIC, 115, 169, 195, 17
2005-08-03 08:31:30 +00:00
END
2008-01-21 17:00:01 +00:00
IDD_GPL DIALOGEX 0, 0, 333, 230
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_CENTER | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2005-08-03 08:31:30 +00:00
CAPTION "GNU General Public License"
FONT 8, "MS Shell Dlg"
BEGIN
2007-10-19 23:21:45 +00:00
EDITTEXT IDC_GPL_TEXT,7,7,319,190,ES_MULTILINE | ES_AUTOHSCROLL |
2005-08-03 08:31:30 +00:00
ES_READONLY | WS_VSCROLL
DEFPUSHBUTTON "OK",IDOK,141,209,50,14
END
2007-07-11 11:51:42 +00:00
IDD_STATUSWINDOW_DLG DIALOGEX 0,0,274,26
2008-01-22 19:08:51 +00:00
STYLE NOT WS_VISIBLE | DS_CENTER | DS_MODALFRAME | DS_SHELLFONT | WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_POPUP
2007-07-11 11:51:42 +00:00
CAPTION "Please wait..."
FONT 8,"MS Shell Dlg 2",400,0,1
BEGIN
LTEXT "",IDC_STATUSLABEL,7,8,234,12,SS_WORDELLIPSIS
END
2005-08-03 08:31:30 +00:00
STRINGTABLE
BEGIN
IDS_ACKTITLE "Acknowledgements"
IDS_ACKSUBTITLE "The shoulders ReactOS stands on and license information"
IDS_OWNERTITLE "Personalize your Software"
IDS_OWNERSUBTITLE "Setup uses this information about yourself to personalize ReactOS."
IDS_COMPUTERTITLE "Computer Name and Administrator Password"
IDS_COMPUTERSUBTITLE "You must provide a name and an Administrator Password for your computer."
IDS_LOCALETITLE "Regional settings"
IDS_LOCALESUBTITLE "You can customize ReactOS for different regions and languages."
IDS_DATETIMETITLE "Date and Time"
IDS_DATETIMESUBTITLE "Set the correct date and time for your computer."
IDS_PROCESSTITLE "Process page title"
IDS_PROCESSSUBTITLE "Process page subtitle"
END
2005-10-23 14:39:51 +00:00
2007-07-11 22:09:36 +00:00
STRINGTABLE
BEGIN
IDS_CMT_DOWNLOADER "Download and install various applications"
END
2005-10-23 14:39:51 +00:00
STRINGTABLE
BEGIN
IDS_ACCESSORIES "Accessories"
2005-10-23 15:06:20 +00:00
IDS_CMT_CALC "Launch Calculator"
2005-10-23 14:39:51 +00:00
IDS_CMT_CMD "Open command prompt"
IDS_CMT_EXPLORER "Launch Explorer"
IDS_CMT_NOTEPAD "Launch Text Editor"
IDS_CMT_REGEDIT "Launch Registry Editor"
2007-07-11 22:09:36 +00:00
IDS_CMT_WORDPAD "Launch Document Editor"
IDS_CMT_SCREENSHOT "Take screenshot"
IDS_CMT_DEVMGMT "Launch Device Manager"
IDS_CMT_SERVMAN "Launch Service Manager"
2007-11-13 13:41:08 +00:00
IDS_CMT_RDESKTOP "Launch Remote Desktop"
2009-01-27 08:59:39 +00:00
IDS_CMT_EVENTVIEW "Launch Event Viewer"
IDS_CMT_MSCONFIG "Launch System Configuration program"
2009-05-14 17:15:55 +00:00
IDS_CMT_PAINT "Launch Paint"
2005-10-23 14:39:51 +00:00
END
STRINGTABLE
BEGIN
IDS_GAMES "Games"
IDS_CMT_SOLITAIRE "Solitaire"
IDS_CMT_WINEMINE "WineMine"
2009-10-11 14:00:18 +00:00
IDS_CMT_SPIDER "Spider Solitaire"
2005-10-23 14:39:51 +00:00
END
2007-08-23 09:05:04 +00:00
STRINGTABLE
BEGIN
IDS_SYS_TOOLS "System Tools"
IDS_CMT_CHARMAP "CharMap"
2008-05-07 16:45:30 +00:00
IDS_CMT_KBSWITCH "Keyboard Layout Switcher"
2009-03-15 10:57:55 +00:00
IDS_CMT_DXDIAG "Launch ReactX-Diagnostic program"
2007-08-23 09:05:04 +00:00
END
2007-10-23 13:25:26 +00:00
STRINGTABLE
BEGIN
IDS_SYS_ACCESSIBILITY "Accessibility"
IDS_CMT_MAGNIFY "Magnify"
END
2009-03-15 10:25:32 +00:00
STRINGTABLE
BEGIN
IDS_SYS_ENTERTAINMENT "Entertainment"
IDS_CMT_MPLAY32 "Launch Multimedia Player"
IDS_CMT_SNDVOL32 "Launch Volume Control"
2009-12-13 16:31:01 +00:00
IDS_CMT_SNDREC32 "Launch Sound Recorder"
2009-03-15 10:25:32 +00:00
END
2007-07-11 22:09:36 +00:00
STRINGTABLE
BEGIN
IDS_REACTOS_SETUP "ReactOS Setup"
IDS_UNKNOWN_ERROR "Unknown error"
IDS_REGISTERING_COMPONENTS "Registering components..."
IDS_LOADLIBRARY_FAILED "LoadLibrary failed: "
IDS_GETPROCADDR_FAILED "GetProcAddr failed: "
IDS_REGSVR_FAILED "DllRegisterServer failed: "
IDS_DLLINSTALL_FAILED "DllInstall failed: "
IDS_TIMEOUT "Timeout during registration"
IDS_REASON_UNKNOWN ""
END
2007-04-29 21:29:41 +00:00
STRINGTABLE
BEGIN
IDS_SHORT_CMD "Command Prompt.lnk"
IDS_SHORT_EXPLORER "ReactOS Explorer.lnk"
2009-08-15 10:17:48 +00:00
IDS_SHORT_DOWNLOADER "ReactOS Applications Manager.lnk"
2007-04-29 21:29:41 +00:00
IDS_SHORT_SERVICE "Service Manager.lnk"
IDS_SHORT_DEVICE "Device Manager.lnk"
2009-03-15 02:37:06 +00:00
IDS_SHORT_MPLAY32 "Multimedia Player.lnk"
2007-04-29 21:29:41 +00:00
IDS_SHORT_CALC "Calculator.lnk"
IDS_SHORT_REGEDIT "Regedit.lnk"
IDS_SHORT_NOTEPAD "Notepad.lnk"
IDS_SHORT_WORDPAD "WordPad.lnk"
IDS_SHORT_SNAP "SnapShot.lnk"
IDS_SHORT_SOLITAIRE "Solitaire.lnk"
IDS_SHORT_WINEMINE "WineMine.lnk"
2009-01-27 08:59:39 +00:00
IDS_SHORT_CHARMAP "CharMap.lnk"
IDS_SHORT_MAGNIFY "Magnify.lnk"
2007-11-13 13:41:08 +00:00
IDS_SHORT_RDESKTOP "Remote Desktop.lnk"
2009-01-27 08:59:39 +00:00
IDS_SHORT_KBSWITCH "Keyboard Layout Switcher.lnk"
IDS_SHORT_EVENTVIEW "Event Viewer.lnk"
IDS_SHORT_MSCONFIG "System Configuration.lnk"
2009-03-15 10:25:32 +00:00
IDS_SHORT_SNDVOL32 "Volume Control.lnk"
2009-12-13 16:31:01 +00:00
IDS_SHORT_SNDREC32 "Audiorecorder.lnk"
2009-03-15 10:57:55 +00:00
IDS_SHORT_DXDIAG "ReactX Diagnostic.lnk"
2009-05-14 17:15:55 +00:00
IDS_SHORT_PAINT "Paint.lnk"
2009-12-13 16:31:01 +00:00
IDS_SHORT_SPIDER "Spider Solitaire.lnk"
2007-04-29 21:29:41 +00:00
END
2007-05-31 20:52:44 +00:00
STRINGTABLE
BEGIN
IDS_WZD_NAME "Setup cannot continue until you enter your name."
IDS_WZD_SETCOMPUTERNAME "Setup failed to set the computer name."
IDS_WZD_COMPUTERNAME "Setup cannot continue until you enter the name of your computer."
IDS_WZD_PASSWORDEMPTY "You must enter a password !"
IDS_WZD_PASSWORDMATCH "The passwords you entered do not match. Please enter the desired password again."
IDS_WZD_PASSWORDCHAR "The password you entered contains invalid characters. Please enter a cleaned password."
IDS_WZD_LOCALTIME "Setup was unable to set the local time."
END
2007-07-11 11:51:42 +00:00
STRINGTABLE
BEGIN
IDS_STATUS_INSTALL_DEV "Installing devices..."
END
2005-08-03 08:31:30 +00:00
/* EOF */