reactos/win32ss/user/user32/lang/da-DK.rc
Hermès Bélusca-Maïto e1ef078741 Create this branch to work on loading of different Kernel-Debugger DLL providers, and see whether it is possible to move KDBG from ntoskrnl to a new DLL called, say, KDROSDBG.DLL.
The idea then would be to have the following behaviour (when specifying the following options in the kernel command line):

/DEBUGPORT=COMi --> load KDCOM.DLL and use COMi port (i == 1,2,3,4) if possible.
/DEBUGPORT=FOO  --> load KDFOO.DLL (useful for KDUSB.DLL, KD1394.DLL, KDBAZIS.DLL for VirtualKD, etc...)
/DEBUGPORT=ROSDBG:[COMi|SCREEN|FILE|GDB|...] --> load KDROSDBG.DLL which contains the ROS kernel debugger, and use COMi or SCREEN or... as output port.

svn path=/branches/kd++/; revision=58883
2013-04-28 13:26:45 +00:00

75 lines
1.7 KiB
Plaintext

LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
/////////////////////////////////////////////////////////////////////////////
//
// Dialogs
//
SELWINDOW DIALOGEX DISCARDABLE 20, 20, 220, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION "Vælg Vindue"
BEGIN
LISTBOX 100, 5, 5, 210, 110, LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_HSCROLL
PUSHBUTTON "&OK", 1, 60, 120, 40, 15, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Fortryd", 2, 120, 120, 40, 15, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
/////////////////////////////////////////////////////////////////////////////
//
// Menus
//
EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
BEGIN
POPUP "DUMMY"
BEGIN
MENUITEM "&Fortryd", EM_UNDO
MENUITEM SEPARATOR
MENUITEM "Kl&ip", WM_CUT
MENUITEM "&Kopier", WM_COPY
MENUITEM "&Indsæt", WM_PASTE
MENUITEM "&Slet", WM_CLEAR
MENUITEM SEPARATOR
MENUITEM "Vælg &Alle", EM_SETSEL
END
END
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
BEGIN
MENUITEM "&Gendan", 61728
MENUITEM "&Flyt", 61456
MENUITEM "&Størrelse", 61440
MENUITEM "M&inimere", 61472
MENUITEM "Ma&ksimere", 61488
MENUITEM SEPARATOR
MENUITEM "&Luk\tAlt-F4", 61536
END
/////////////////////////////////////////////////////////////////////////////
//
// Strings
//
STRINGTABLE
BEGIN
IDS_ERROR, "Fejl"
IDS_OK, "OK"
IDS_CANCEL, "Fortryd"
IDS_ABORT, "&Afbryd"
IDS_RETRY, "&Forsøg Igen"
IDS_IGNORE, "&Ignorer"
IDS_YES, "&Ja"
IDS_NO, "&Nej"
IDS_HELP, "Hjælp"
IDS_TRYAGAIN, "&Forsøg Igen"
IDS_CONTINUE, "&Forsæt"
END
STRINGTABLE
BEGIN
IDS_MDI_MOREWINDOWS, "&More Windows..."
END