Added and updated some German translations. Patch by Michael Fritscher.
[reactos.git] / reactos / lib / syssetup / syssetup_De.rc
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
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 */
19
20 LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
21
22
23 IDD_WELCOMEPAGE DIALOG DISCARDABLE 0, 0, 317, 193
24 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
25 CAPTION "ReactOS Setup"
26 FONT 8, "MS Sans Serif"
27 BEGIN
28 LTEXT "Willkommen zu den Setup-Assistent von ReactOS.", IDC_STATIC, 115, 9, 189, 31
29 LTEXT "Dieser Assistent wird ReactOS auf Ihren Computer installieren. "\
30 "Der Assistent benötigt ein paar Informationenn um ReactOS "\
31 "zu installieren.", IDC_STATIC, 115, 50, 189, 100
32 LTEXT "Klicken Sie auf Weiter um forzufahren.", IDC_STATIC, 115, 160, 189, 31
33 END
34
35
36 IDD_OWNERPAGE DIALOG DISCARDABLE 0, 0, 317, 143
37 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
38 CAPTION "ReactOS Setup"
39 FONT 8, "MS Sans Serif"
40 BEGIN
41 LTEXT "Geben Sie ihren Namen und ihre Firma oder Organization ein.",
42 IDC_STATIC, 54, 7, 242, 21
43 LTEXT "Na&me:", IDC_STATIC, 54, 37, 44, 8
44 EDITTEXT IDC_OWNERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
45 LTEXT "&Organization:", IDC_STATIC, 54, 57, 44, 8
46 EDITTEXT IDC_OWNERORGANIZATION, 132, 55, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
47 END
48
49
50 IDD_COMPUTERPAGE DIALOG DISCARDABLE 0, 0, 317, 143
51 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
52 CAPTION "ReactOS Setup"
53 FONT 8, "MS Sans Serif"
54 BEGIN
55 LTEXT "Geben sie einen Computernamen ein, der höchstens 63 Zeichen lang ist. "\
56 "Wenn Sie um Netzwerk sind muss dieser Name einmalig sein.",
57 IDC_STATIC, 54, 7, 250, 24
58 LTEXT "&Computername:", IDC_STATIC, 54, 38, 75, 8
59 EDITTEXT IDC_COMPUTERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL | ES_UPPERCASE
60 LTEXT "Das Setup wird einen Administratorkonto erstellen. "\
61 "Benutzen Sie ihn, wenn Sie vollen Zugriff auf Ihren Computer benötigen .",
62 IDC_STATIC, 54, 57, 250, 25
63 LTEXT "Geben Sie ein Passwort für das Administratorkonto ein, das höchstens 14 Zeichen lang ist",
64 IDC_STATIC, 54, 87, 250, 8
65 LTEXT "&Administrator Passwort:", IDC_STATIC, 54, 104, 75, 8
66 EDITTEXT IDC_ADMINPASSWORD1, 132, 101, 172, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD
67 LTEXT "&Bestätigung des Passworts:", IDC_STATIC, 54, 123, 75, 8
68 EDITTEXT IDC_ADMINPASSWORD2, 132, 120, 172, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD
69 END
70
71
72 IDD_FINISHPAGE DIALOG DISCARDABLE 0, 0, 317, 193
73 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
74 CAPTION "Fertigstellung des ReactOS Setups"
75 FONT 8, "MS Sans Serif"
76 BEGIN
77 LTEXT "Fertigstellung des ReactOS Setup Assistenten",IDC_STATIC,115,9,195,37
78 LTEXT "Das ReactOS Setup wurde erfolgreich fertiggestellt.\n\n" \
79 "Wenn Sie auf Fertig klicken, wird der Computer neu gestartet.", IDC_STATIC, 115, 58, 195, 100
80 LTEXT "Entfernen Sie die CD wenn vorhanden. Danach klicken Sie "\
81 "auf Fertig, um den Computer neu zu starten.", IDC_STATIC, 115, 160, 195, 31
82 END
83
84
85 IDD_RESTART DIALOG 6, 18, 245, 116
86 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
87 CAPTION "ReactOS Installation"
88 FONT 8, "MS Shell Dlg"
89 BEGIN
90 LTEXT "Die Installation von ReactOS wurde erfolgreich fertiggestellt.", IDC_STATIC, 13, 12, 212, 16
91 LTEXT "Um fortzufahren muss Ihr Computer neu gesratet werden. "\
92 "Der Computer wird in 15 Minuten automatisch neu gestartet oder wenn Sie auch den "\
93 "Neustart Button klicken.", IDC_STATIC, 13, 33, 212, 32
94 /* GROUPBOX "", -1, 7, 3, 231, 106 */
95 CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 13, 70, 212, 8
96 PUSHBUTTON "&Neustart", IDOK, 98, 87, 50, 14
97 END
98
99 /* EOF */