mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
Thomas Larsen <sikker2004@yahoo.com>
- Added Danish language svn path=/trunk/; revision=13926
This commit is contained in:
parent
d3c8339fa1
commit
edc2f49701
2 changed files with 27 additions and 6 deletions
26
reactos/lib/cpl/control/Dk.rc
Normal file
26
reactos/lib/cpl/control/Dk.rc
Normal file
|
@ -0,0 +1,26 @@
|
|||
// Danish language resource file (Thomas Larsen, 2005-03-11)
|
||||
|
||||
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Menu
|
||||
//
|
||||
IDM_MAINMENU MENU DISCARDABLE
|
||||
BEGIN
|
||||
POPUP "&Fil"
|
||||
BEGIN
|
||||
MENUITEM "&Luk", IDM_CLOSE
|
||||
END
|
||||
POPUP "&Vis"
|
||||
BEGIN
|
||||
MENUITEM "Store Ikoner", IDM_LARGEICONS
|
||||
MENUITEM "Små Ikoner", IDM_SMALLICONS
|
||||
MENUITEM "Liste", IDM_LIST
|
||||
MENUITEM "Detaljer", IDM_DETAILS
|
||||
END
|
||||
POPUP "Hjælp"
|
||||
BEGIN
|
||||
MENUITEM "Om", IDM_ABOUT
|
||||
END
|
||||
END
|
|
@ -17,8 +17,6 @@
|
|||
#include <../../../include/reactos/version.rc>
|
||||
#endif
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -39,7 +37,4 @@ IDI_MAINICON ICON DISCARDABLE "resources/config.ico"
|
|||
|
||||
#include "En.rc"
|
||||
#include "De.rc"
|
||||
|
||||
|
||||
|
||||
|
||||
#include "Dk.rc"
|
||||
|
|
Loading…
Reference in a new issue