mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
Update German translation
svn path=/trunk/; revision=32219
This commit is contained in:
parent
bf724ddcf9
commit
f28d0a6445
1 changed files with 8 additions and 8 deletions
|
@ -118,18 +118,18 @@ END
|
||||||
|
|
||||||
IDD_ADVANCED_GENERAL DIALOGEX DISCARDABLE 0, 0, 253, 204
|
IDD_ADVANCED_GENERAL DIALOGEX DISCARDABLE 0, 0, 253, 204
|
||||||
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
|
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||||
CAPTION "General"
|
CAPTION "Allgemein"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
GROUPBOX "Display", -1, 7, 6, 237, 56, WS_GROUP
|
GROUPBOX "Anzeige", -1, 7, 6, 237, 56, WS_GROUP
|
||||||
LTEXT "Font Size:", -1, 14, 20, 222, 8
|
LTEXT "Schriftgröße:", -1, 14, 20, 222, 8
|
||||||
COMBOBOX IDC_FONTSIZE_COMBO, 14, 30, 223, 80, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
COMBOBOX IDC_FONTSIZE_COMBO, 14, 30, 223, 80, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
||||||
LTEXT "", IDC_FONTSIZE_COSTOM, 14, 46, 223, 12
|
LTEXT "", IDC_FONTSIZE_COSTOM, 14, 46, 223, 12
|
||||||
GROUPBOX "Compatibility", -1, 7, 67, 237, 97
|
GROUPBOX "Kompatibilität", -1, 7, 67, 237, 97
|
||||||
LTEXT "Some programs operate improperly if you do not restart your computer after you change color settings.\r\n\nAfter I change color settings:", -1, 12, 78, 228, 34
|
LTEXT "Einige Programme könnten fehlerhaft arbeiten, wenn nach Änderung der Farbeinstellungen nicht neugestartet wird.\r\n\nNach Änderung der Farbeinstellungen:", -1, 12, 78, 228, 34
|
||||||
AUTORADIOBUTTON "&Restart the computer before applying the new color settings.", IDC_RESTART_RB, 14, 116, 224, 10
|
AUTORADIOBUTTON "&Computer vor dem Anwenden der Farbeinstellungen neustarten.", IDC_RESTART_RB, 14, 116, 224, 10
|
||||||
AUTORADIOBUTTON "Apply the new color settings without restarting.", IDC_WITHOUTREBOOT_RB, 14, 131, 224, 10
|
AUTORADIOBUTTON "Farbeinstellungen ohne Neustart übernehmen.", IDC_WITHOUTREBOOT_RB, 14, 131, 224, 10
|
||||||
AUTORADIOBUTTON "Ask me before applying the new color settings.", IDC_ASKME_RB, 14, 146, 224, 10
|
AUTORADIOBUTTON "Vor dem Anwenden der neuen Farbeinstellungen nachfragen.", IDC_ASKME_RB, 14, 146, 224, 10
|
||||||
END
|
END
|
||||||
|
|
||||||
IDR_PREVIEW_MENU MENU
|
IDR_PREVIEW_MENU MENU
|
||||||
|
|
Loading…
Reference in a new issue