[SYSSETUP] Set an owner name by default. Patch by Ismael Ferreras Morezuelas CORE...
[reactos.git] / reactos / dll / win32 / syssetup / lang / nl-NL.rc
1 LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
2
3 IDD_WELCOMEPAGE DIALOGEX 0, 0, 317, 193
4 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
5 CAPTION "ReactOS Setup"
6 FONT 8, "MS Shell Dlg"
7 BEGIN
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
11 END
12
13 IDD_ACKPAGE DIALOGEX 0, 0, 317, 143
14 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
15 CAPTION "ReactOS Setup"
16 FONT 8, "MS Shell Dlg", 0, 0, 0x0
17 BEGIN
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
23 END
24
25 IDD_OWNERPAGE DIALOGEX 0, 0, 317, 143
26 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
27 CAPTION "ReactOS Setup"
28 FONT 8, "MS Shell Dlg"
29 BEGIN
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
36 END
37
38 IDD_COMPUTERPAGE DIALOGEX 0, 0, 317, 143
39 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
40 CAPTION "ReactOS Setup"
41 FONT 8, "MS Shell Dlg"
42 BEGIN
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
54 END
55
56 IDD_LOCALEPAGE DIALOGEX 0, 0, 317, 143
57 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
58 CAPTION "ReactOS Setup"
59 FONT 8, "MS Shell Dlg"
60 BEGIN
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
70 END
71
72 IDD_DATETIMEPAGE DIALOGEX 0, 0, 317, 143
73 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
74 CAPTION "ReactOS Setup"
75 FONT 8, "MS Shell Dlg"
76 BEGIN
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
84 END
85
86 IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143
87 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
88 CAPTION "ReactOS Setup"
89 FONT 8, "MS Shell Dlg"
90 BEGIN
91 LTEXT "", IDC_ACTIVITY, 53, 7, 253, 20
92 LTEXT "", IDC_ITEM, 53, 29, 253, 20
93 CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 53, 70, 253, 8
94 END
95
96 IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
97 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
98 CAPTION "Completing ReactOS Setup"
99 FONT 8, "MS Shell Dlg"
100 BEGIN
101 LTEXT "Completing the ReactOS Setup Wizard", IDC_FINISHTITLE, 115, 8, 195, 24
102 LTEXT "You have successfully completed ReactOS Setup.\n\nWhen you click Finish, your computer will restart.", IDC_STATIC, 115, 40, 195, 100
103 CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 115, 138, 188, 12
104 LTEXT "If there is a CD in a drive, remove it. Then, to restart your computer, click Finish.", IDC_STATIC, 115, 169, 195, 17
105 END
106
107 IDD_GPL DIALOGEX 0, 0, 333, 230
108 STYLE DS_SHELLFONT | DS_CENTER | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
109 CAPTION "GNU General Public License"
110 FONT 8, "MS Shell Dlg"
111 BEGIN
112 EDITTEXT IDC_GPL_TEXT, 7, 7, 319, 190, ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL
113 DEFPUSHBUTTON "OK", IDOK, 141, 209, 50, 14
114 END
115
116 IDD_STATUSWINDOW_DLG DIALOGEX 0, 0, 274, 26
117 STYLE NOT WS_VISIBLE | DS_CENTER | DS_MODALFRAME | DS_SHELLFONT | WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_POPUP
118 CAPTION "Please wait..."
119 FONT 8, "MS Shell Dlg", 400, 0, 1
120 BEGIN
121 LTEXT "", IDC_STATUSLABEL, 7, 8, 234, 12, SS_WORDELLIPSIS
122 END
123
124 STRINGTABLE
125 BEGIN
126 IDS_ACKTITLE "Acknowledgements"
127 IDS_ACKSUBTITLE "The shoulders ReactOS stands on and license information"
128 IDS_OWNERTITLE "Personalize your Software"
129 IDS_OWNERSUBTITLE "Setup uses this information about yourself to personalize ReactOS."
130 IDS_COMPUTERTITLE "Computer Name and Administrator Password"
131 IDS_COMPUTERSUBTITLE "You must provide a name and an Administrator Password for your computer."
132 IDS_LOCALETITLE "Regional settings"
133 IDS_LOCALESUBTITLE "You can customize ReactOS for different regions and languages."
134 IDS_DATETIMETITLE "Date and Time"
135 IDS_DATETIMESUBTITLE "Set the correct date and time for your computer."
136 IDS_PROCESSTITLE "Registering Components"
137 IDS_PROCESSSUBTITLE "Please wait..."
138 END
139
140 STRINGTABLE
141 BEGIN
142 IDS_REACTOS_SETUP "ReactOS Setup"
143 IDS_UNKNOWN_ERROR "Unknown error"
144 IDS_REGISTERING_COMPONENTS "Registering components..."
145 IDS_LOADLIBRARY_FAILED "LoadLibrary failed: "
146 IDS_GETPROCADDR_FAILED "GetProcAddr failed: "
147 IDS_REGSVR_FAILED "DllRegisterServer failed: "
148 IDS_DLLINSTALL_FAILED "DllInstall failed: "
149 IDS_TIMEOUT "Timeout during registration"
150 IDS_REASON_UNKNOWN ""
151 /*
152 * ATTENTION:
153 * If you translate the administator account name, keep IDS_ADMINISTRATOR_NAME and
154 * samsrv.dll:IDS_USER_ADMINISTRATOR_NAME synchronized.
155 * Also check the IDD_COMPUTERPAGE dialog.
156 */
157 IDS_ADMINISTRATOR_NAME "Administrator"
158 IDS_MACHINE_OWNER_NAME "Eigenaar"
159 END
160
161 STRINGTABLE
162 BEGIN
163 IDS_WZD_NAME "Setup cannot continue until you enter your name."
164 IDS_WZD_SETCOMPUTERNAME "Setup failed to set the computer name."
165 IDS_WZD_COMPUTERNAME "Setup cannot continue until you enter the name of your computer."
166 IDS_WZD_PASSWORDEMPTY "You must enter a password !"
167 IDS_WZD_PASSWORDMATCH "The passwords you entered do not match. Please enter the desired password again."
168 IDS_WZD_PASSWORDCHAR "The password you entered contains invalid characters. Please enter a cleaned password."
169 IDS_WZD_LOCALTIME "Setup was unable to set the local time."
170 END
171
172 STRINGTABLE
173 BEGIN
174 IDS_STATUS_INSTALL_DEV "Installing devices..."
175 END