mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
- fix file path in header
- add German translation svn path=/trunk/; revision=45128
This commit is contained in:
parent
20e9adf489
commit
cea3c125e2
2 changed files with 17 additions and 1 deletions
|
@ -65,6 +65,22 @@ BEGIN
|
|||
LTEXT "Klicken Sie auf Weiter um die Zusammenfassung zu überprüfen.", IDC_STATIC, 10, 180 ,277, 20
|
||||
END
|
||||
|
||||
IDD_PARTITION DIALOGEX DISCARDABLE 0, 0, 145, 90
|
||||
STYLE WS_VISIBLE|WS_CAPTION|WS_THICKFRAME
|
||||
CAPTION "Erstelle Partition"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "",IDC_UPDOWN1,"msctls_updown32", WS_VISIBLE,104,22,9,13
|
||||
CONTROL "Erstelle und formatiere Partition",IDC_STATIC,"Button",BS_GROUPBOX,7,5,129,57
|
||||
LTEXT "Größe:",IDC_STATIC, 13,24,27,9
|
||||
EDITTEXT IDC_PARTSIZE,52,23,53,13, WS_VISIBLE|WS_TABSTOP
|
||||
LTEXT "GB",IDC_UNIT, 117,24,14,9
|
||||
LTEXT "Dateisystem:",IDC_STATIC,13,46,35,9
|
||||
CONTROL "",IDC_FSTYPE,"ComboBox",WS_VISIBLE|WS_TABSTOP|CBS_DROPDOWNLIST,52,42,79,50
|
||||
PUSHBUTTON "&OK",IDOK,35,68,47,15, WS_VISIBLE|WS_TABSTOP
|
||||
PUSHBUTTON "&Abbrechen",IDCANCEL,87,68,47,15, WS_VISIBLE|WS_TABSTOP
|
||||
END
|
||||
|
||||
IDD_BOOTOPTIONS DIALOGEX DISCARDABLE 0, 0, 305, 105
|
||||
STYLE WS_VISIBLE|WS_CAPTION|WS_THICKFRAME
|
||||
CAPTION "Erweiterte Partitionseinstellungen"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS GUI first stage setup application
|
||||
* FILE: subsys/system/reactos/reactos.c
|
||||
* FILE: base/setup/reactos/reactos.c
|
||||
* PROGRAMMERS: Eric Kohl
|
||||
* Matthias Kupfer
|
||||
* Dmitry Chapyshev (dmitry@reactos.org)
|
||||
|
|
Loading…
Reference in a new issue