mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
44 lines
1 KiB
Plaintext
44 lines
1 KiB
Plaintext
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
|
|
|
IDM_CONSOLE_SMALL MENU
|
|
BEGIN
|
|
POPUP "&Datei"
|
|
BEGIN
|
|
MENUITEM "&Neu\tStrg+N", IDM_FILE_NEW
|
|
MENUITEM "Ö&ffnen...\tStrg+O", IDM_FILE_OPEN
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "B&eenden\tAlt+F4", IDM_FILE_EXIT
|
|
END
|
|
POPUP "&Hilfe"
|
|
BEGIN
|
|
MENUITEM "Ü&ber ReactOS Management Console", IDM_HELP_ABOUT
|
|
END
|
|
END
|
|
|
|
IDM_CONSOLE_LARGE MENU
|
|
BEGIN
|
|
POPUP "&Datei"
|
|
BEGIN
|
|
MENUITEM "&Neu\tStrg+N", IDM_FILE_NEW
|
|
MENUITEM "Ö&ffnen\tStrg+O", IDM_FILE_OPEN
|
|
MENUITEM "Speichern", IDM_FILE_SAVE
|
|
MENUITEM "Speichern unter...", IDM_FILE_SAVEAS
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "B&eenden\tAlt+F4", IDM_FILE_EXIT
|
|
END
|
|
POPUP "&Fenster"
|
|
BEGIN
|
|
MENUITEM "Liste", IDM_WINDOWS_LIST
|
|
END
|
|
POPUP "&Hilfe"
|
|
BEGIN
|
|
MENUITEM "Ü&ber ReactOS Management Console", IDM_HELP_ABOUT
|
|
END
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APPTITLE "ReactOS Management Console"
|
|
IDS_CONSOLETITLE "Console%1!u!"
|
|
END
|