mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
Sync to Wine:
date: 2005/02/23 20:58:09 Henning Gerhardt <henning.gerhardt@web.de> Small fix for the German resource file. date: 2005/02/15 20:46:19 Henning Gerhardt <henning.gerhardt@web.de> Add/updated German resources. svn path=/trunk/; revision=15210
This commit is contained in:
@@ -31,7 +31,7 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
{
|
||||
POPUP "&Datei" {
|
||||
MENUITEM "Ö&ffnen\tEingabetaste" , 101
|
||||
MENUITEM "&Verschieben...\tF7" , 106
|
||||
MENUITEM "&Verschieben...\tF7" , ID_FILE_MOVE
|
||||
MENUITEM "&Kopieren...\tF8" , 107
|
||||
MENUITEM "&In Zwischenablage...\tF9" , 118
|
||||
MENUITEM "&Löschen\tEntf" , 108
|
||||
@@ -163,6 +163,19 @@ FONT 8, "MS Shell Dlg"
|
||||
PUSHBUTTON "&Hilfe" , 254, 158, 43, 47, 14
|
||||
}
|
||||
|
||||
IDD_SELECT_DESTINATION DIALOG FIXED IMPURE 15, 13, 210, 63
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Ziel auswählen"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
{
|
||||
CONTROL "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
|
||||
CONTROL "&Verzeichnis:" , -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
|
||||
EDITTEXT 201, 3, 29, 134, 12, ES_AUTOHSCROLL
|
||||
DEFPUSHBUTTON "OK" , 1, 158, 6, 47, 14
|
||||
PUSHBUTTON "Abbrechen" , 2, 158, 23, 47, 14
|
||||
PUSHBUTTON "&Durchsuchen" , 254, 158, 43, 47, 14
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_FONT_SEL_DLG_NAME "Anwenden der Schriftarteinstellung"
|
||||
|
||||
Reference in New Issue
Block a user