mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Updated German Translation.
svn path=/trunk/; revision=29213
This commit is contained in:
parent
1efd6d7df7
commit
cb82475b6d
1 changed files with 15 additions and 1 deletions
|
@ -112,7 +112,14 @@ BEGIN
|
|||
WS_VSCROLL | WS_TABSTOP
|
||||
CONTROL "",1813,"Static",SS_BITMAP | SS_CENTERIMAGE | SS_SUNKEN,
|
||||
131,148,103,9
|
||||
PUSHBUTTON "&Erweitert",IDC_SETTINGS_ADVANCED,306,165,56,14
|
||||
PUSHBUTTON "&Erweitert",IDC_SETTINGS_ADVANCED,170,165,70,14
|
||||
END
|
||||
|
||||
IDD_ADVANCED_GENERAL DIALOGEX DISCARDABLE 0, 0, 246, 204
|
||||
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||
CAPTION "Allgemein"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
END
|
||||
|
||||
IDR_PREVIEW_MENU MENU
|
||||
|
@ -122,6 +129,13 @@ BEGIN
|
|||
MENUITEM "Ausgewählt", ID_MENU_SELECTED
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MULTIPLEMONITORS "(Mehrere Monitore)"
|
||||
IDS_UNKNOWNMONITOR "(Unbekannter Monitor)"
|
||||
IDS_ADVANCEDTITLEFMT "%s und %s"
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_CPLNAME "Anzeige"
|
||||
|
|
Loading…
Reference in a new issue