xref: /reactos/dll/win32/syssetup/lang/da-DK.rc (revision 01cb01de)
1/*
2 * Copyright (C) 2004 Filip Navara
3 * Copyright (C) 2004 Eric Kohl
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 */
19
20LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
21
22IDD_WELCOMEPAGE DIALOGEX 0, 0, 317, 193
23STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
24CAPTION "ReactOS Setup"
25FONT 8, "MS Shell Dlg"
26BEGIN
27    LTEXT "Welcome to the ReactOS Setup Wizard.", IDC_WELCOMETITLE, 115, 8, 195, 24
28    LTEXT "This wizard installs ReactOS on your computer. The wizard needs to gather some information about you and your computer to set up ReactOS properly.", IDC_STATIC, 115, 40, 195, 100
29    LTEXT "Click Next to continue with Setup.", IDC_STATIC, 115, 169, 195, 17
30END
31
32IDD_ACKPAGE DIALOGEX 0, 0, 317, 145
33STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
34CAPTION "ReactOS Setup"
35FONT 8, "MS Shell Dlg", 0, 0, 0x0
36BEGIN
37    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
38    LISTBOX IDC_PROJECTS, 15, 30, 286, 75, LBS_NOSEL | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL
39    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
40    PUSHBUTTON "&View GPL...", IDC_VIEWGPL, 251, 110, 50, 19
41    LTEXT "Click Next to continue with Setup.", IDC_STATIC, 15, 136, 195, 17
42END
43
44IDD_PRODUCT DIALOGEX 0, 0, 317, 143
45CAPTION "ReactOS Setup"
46STYLE DS_MODALFRAME | DS_SHELLFONT | WS_POPUPWINDOW | WS_CAPTION | WS_VISIBLE
47FONT 8, "MS Shell Dlg"
48BEGIN
49    ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
50    LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
51    LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
52    COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
53    GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
54    LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
55    EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
56    LTEXT "ProductType:", IDC_STATIC, 20, 82, 70, 10
57    EDITTEXT IDC_PRODUCT_TYPE, 95, 80, 110, 14, ES_READONLY | ES_AUTOHSCROLL
58    LTEXT "Description:", IDC_STATIC, 20, 102, 70, 10
59    EDITTEXT IDC_PRODUCT_DESCRIPTION, 95, 99, 205, 30, ES_READONLY | ES_AUTOVSCROLL | ES_MULTILINE | WS_VSCROLL
60END
61
62IDD_OWNERPAGE DIALOGEX 0, 0, 317, 143
63STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
64CAPTION "ReactOS Setup"
65FONT 8, "MS Shell Dlg"
66BEGIN
67    ICON IDI_ICON2, IDC_STATIC, 21, 7, 20, 20
68    LTEXT "Type your full name and the name of your company or organization.", IDC_STATIC, 54, 7, 242, 21
69    LTEXT "Na&me:", IDC_STATIC, 54, 37, 44, 8
70    EDITTEXT IDC_OWNERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
71    LTEXT "&Organization:", IDC_STATIC, 54, 57, 44, 8
72    EDITTEXT IDC_OWNERORGANIZATION, 132, 55, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
73END
74
75IDD_COMPUTERPAGE DIALOGEX 0, 0, 317, 143
76STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
77CAPTION "ReactOS Setup"
78FONT 8, "MS Shell Dlg"
79BEGIN
80    ICON IDI_ICON1, IDC_STATIC, 21, 7, 20, 20
81    LTEXT "Type a name for your computer that is 15 characters or less. If you are on a network, your computer name must be unique.", IDC_STATIC, 54, 7, 250, 24
82    LTEXT "&Computer Name:", IDC_STATIC, 54, 38, 75, 8
83    EDITTEXT IDC_COMPUTERNAME, 165, 35, 148, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL | ES_UPPERCASE
84    ICON IDI_ICON5, IDC_STATIC, 21, 57, 20, 20
85    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
86    LTEXT "Type an Administrator Password that is 127 characters or less.", IDC_STATIC, 54, 87, 250, 8
87    LTEXT "&Administrator Password:", IDC_STATIC, 54, 104, 105, 8
88    EDITTEXT IDC_ADMINPASSWORD1, 165, 101, 148, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD
89    LTEXT "C&onfirm Password:", IDC_STATIC, 54, 123, 105, 8
90    EDITTEXT IDC_ADMINPASSWORD2, 165, 120, 148, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD
91END
92
93IDD_LOCALEPAGE DIALOGEX 0, 0, 317, 143
94STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
95CAPTION "ReactOS Setup"
96FONT 8, "MS Shell Dlg"
97BEGIN
98    ICON IDI_ICON4, IDC_STATIC, 21, 7, 20, 20
99    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
100    LTEXT "", IDC_LOCALETEXT, 53, 29, 250, 16
101    LTEXT "To change system or user locale settings, click Customize.", IDC_STATIC, 53, 60, 196, 8
102    PUSHBUTTON "&Customize...", IDC_CUSTOMLOCALE, 250, 57, 50, 14
103    LTEXT "The keyboard layout controls the characters that appear when you type.", IDC_STATIC, 53, 86, 253, 8
104    LTEXT "", IDC_LAYOUTTEXT, 53, 100, 250, 16
105    LTEXT "To change the keyboard layout, click Customize.", IDC_STATIC, 53, 126, 184, 8
106    PUSHBUTTON "C&ustomize...", IDC_CUSTOMLAYOUT, 250, 122, 50, 14
107END
108
109IDD_DATETIMEPAGE 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    ICON IDI_ICON3, IDC_STATIC, 21, 10, 20, 20
115    LTEXT "Date and Time:", IDC_STATIC, 53, 7, 253, 8
116    CONTROL "", IDC_DATEPICKER, "SysDateTimePick32", DTS_LONGDATEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 53, 17, 137, 14
117    CONTROL "", IDC_TIMEPICKER, "SysDateTimePick32", DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 200, 17, 54, 14
118    LTEXT "Timezone:", IDC_STATIC, 53, 42, 253, 8
119    COMBOBOX IDC_TIMEZONELIST, 53, 52, 201, 93, CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL
120    AUTOCHECKBOX "Automatically adjust clock for &daylight saving changes", IDC_AUTODAYLIGHT, 53, 124, 201, 10
121END
122
123IDD_THEMEPAGE DIALOGEX 0, 0, 317, 143
124STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
125CAPTION "ReactOS Setup"
126FONT 8, "MS Shell Dlg"
127BEGIN
128    CONTROL "", IDC_THEMEPICKER, "SysListView32", LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | WS_TABSTOP, 18, 8, 288, 130
129END
130
131IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143
132STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
133CAPTION "ReactOS Setup"
134FONT 8, "MS Shell Dlg"
135BEGIN
136    LTEXT "", IDC_ACTIVITY, 53, 7, 253, 20
137    LTEXT "", IDC_ITEM, 53, 29, 253, 20
138    CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 53, 70, 253, 8
139END
140
141IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
142STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
143CAPTION "Completing ReactOS Setup"
144FONT 8, "MS Shell Dlg"
145BEGIN
146    LTEXT "Completing the ReactOS Setup Wizard", IDC_FINISHTITLE, 115, 8, 195, 24
147    LTEXT "You have successfully completed ReactOS Setup.\n\nWhen you click Finish, your computer will restart.", IDC_STATIC, 115, 40, 195, 100
148    CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 115, 138, 188, 12
149    LTEXT "If there is a CD in a drive, remove it. Then, to restart your computer, click Finish.", IDC_STATIC, 115, 169, 195, 17
150END
151
152IDD_GPL DIALOGEX 0, 0, 333, 230
153STYLE DS_SHELLFONT | DS_CENTER | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
154CAPTION "GNU General Public License"
155FONT 8, "MS Shell Dlg"
156BEGIN
157    EDITTEXT IDC_GPL_TEXT, 7, 7, 319, 190, ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL
158    DEFPUSHBUTTON "OK", IDOK, 141, 209, 50, 14
159END
160
161IDD_STATUSWINDOW_DLG DIALOGEX 0, 0, 274, 37
162STYLE NOT WS_VISIBLE | DS_CENTER | DS_MODALFRAME | DS_SHELLFONT | WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_POPUP
163CAPTION "Please wait..."
164FONT 8, "MS Shell Dlg", 400, 0, 1
165BEGIN
166    LTEXT "", IDC_STATUSLABEL, 7, 8, 234, 12, SS_WORDELLIPSIS
167    CONTROL "Progress1", IDC_STATUSPROGRESS, "msctls_progress32", WS_BORDER | PBS_MARQUEE, 7, 21, 261, 10
168END
169
170IDD_PS2MOUSEPROPERTIES DIALOGEX 0, 0, 252, 218
171STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
172CAPTION "Advanced Settings"
173FONT 8, "MS Shell Dlg"
174BEGIN
175    RTEXT "&Sample Rate:", -1, 27, 35, 90, 8
176    LTEXT "reports per second", -1, 169, 35, 76, 8
177    COMBOBOX IDC_PS2MOUSESAMPLERATE, 124, 33, 42, 41, CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL
178    RTEXT "&Wheel Detection:", -1, 27, 55, 90, 8
179    COMBOBOX IDC_PS2MOUSEWHEEL, 124, 53, 95, 46, CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL
180    RTEXT "&Input buffer length:", -1, 27, 75, 90, 8
181    LTEXT "packets", -1, 169, 75, 26, 8
182    EDITTEXT IDC_PS2MOUSEINPUTLEN, 124, 72, 40, 14, ES_LEFT | ES_AUTOHSCROLL | ES_READONLY | ES_NUMBER | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_BORDER
183    CONTROL "", IDC_PS2MOUSEINPUTUPDN, "msctls_updown32", UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | WS_CHILD | WS_VISIBLE, 168, 70, 10, 14
184    AUTOCHECKBOX "&Fast Initialization", IDC_PS2MOUSEFASTINIT, 124, 97, 90, 10
185    PUSHBUTTON "&Defaults", IDC_PS2MOUSEDEFAULTS, 195, 188, 50, 14
186END
187
188STRINGTABLE
189BEGIN
190    IDS_ACKTITLE "Acknowledgements"
191    IDS_ACKSUBTITLE "The shoulders ReactOS stands on and license information"
192    IDS_OWNERTITLE "Personalize your Software"
193    IDS_OWNERSUBTITLE "Setup uses this information about yourself to personalize ReactOS."
194    IDS_COMPUTERTITLE "Computer Name and Administrator Password"
195    IDS_COMPUTERSUBTITLE "You must provide a name and an Administrator Password for your computer."
196    IDS_LOCALETITLE "Regional settings"
197    IDS_LOCALESUBTITLE "You can customize ReactOS for different regions and languages."
198    IDS_DATETIMETITLE "Date and Time"
199    IDS_DATETIMESUBTITLE "Set the correct date and time for your computer."
200    IDS_PROCESSTITLE "Registering Components"
201    IDS_PROCESSSUBTITLE "Please wait..."
202    IDS_THEMESELECTIONTITLE "Appearance"
203    IDS_THEMESELECTIONSUBTITLE "Select the theme you prefer."
204END
205
206STRINGTABLE
207BEGIN
208    IDS_REACTOS_SETUP "ReactOS Setup"
209    IDS_UNKNOWN_ERROR "Unknown error"
210    IDS_REGISTERING_COMPONENTS "Registering components..."
211    IDS_LOADLIBRARY_FAILED "LoadLibrary failed: "
212    IDS_GETPROCADDR_FAILED "GetProcAddr failed: "
213    IDS_REGSVR_FAILED "DllRegisterServer failed: "
214    IDS_DLLINSTALL_FAILED "DllInstall failed: "
215    IDS_TIMEOUT "Timeout during registration"
216    IDS_REASON_UNKNOWN ""
217    /*
218     * ATTENTION:
219     *   If you translate the administrator account name, keep IDS_ADMINISTRATOR_NAME and
220     *   samsrv.dll:IDS_USER_ADMINISTRATOR_NAME synchronized.
221     *   Also check the IDD_COMPUTERPAGE dialog.
222     */
223    IDS_ADMINISTRATOR_NAME "Administrator"
224    IDS_MACHINE_OWNER_NAME "Owner"
225END
226
227STRINGTABLE
228BEGIN
229    IDS_WZD_NAME "Setup cannot continue until you enter your name."
230    IDS_WZD_SETCOMPUTERNAME "Setup failed to set the computer name."
231    IDS_WZD_COMPUTERNAME "Setup cannot continue until you enter the name of your computer."
232    IDS_WZD_PASSWORDEMPTY "You must enter a password !"
233    IDS_WZD_PASSWORDMATCH "The passwords you entered do not match. Please enter the desired password again."
234    IDS_WZD_PASSWORDCHAR "The password you entered contains invalid characters. Please enter a cleaned password."
235    IDS_WZD_LOCALTIME "Setup was unable to set the local time."
236END
237
238STRINGTABLE
239BEGIN
240    IDS_STATUS_INSTALL_DEV "Installing devices..."
241END
242
243/* ATTENTION: Synchronize these strings with dll/win32/shell32/lang */
244STRINGTABLE
245BEGIN
246    IDS_PROGRAMFILES "%SystemDrive%\\Programmer"
247    IDS_COMMONFILES "Common Files"
248END
249
250STRINGTABLE
251BEGIN
252    IDS_DETECTIONDISABLED "Detection disabled"
253    IDS_LOOKFORWHEEL "Look for wheel"
254    IDS_ASSUMEPRESENT "Assume wheel is present"
255END
256
257STRINGTABLE
258BEGIN
259    IDS_CLASSIC "Classic"
260    IDS_LAUTUS "Lautus"
261    IDS_LUNAR "Lunar"
262    IDS_MIZU "Mizu"
263END
264
265STRINGTABLE
266BEGIN
267    IDS_PRODUCTTITLE "Product Options"
268    IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
269    IDS_PRODUCTSERVERNAME "ReactOS Server"
270    IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
271    IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
272    IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
273END
274