Delete all Trailing spaces in code.
[reactos.git] / reactos / base / applications / control / lang / da-DK.rc
1 // Danish language resource file (Thomas Larsen, 2005-03-11)
2
3 LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
4
5 /////////////////////////////////////////////////////////////////////////////
6 //
7 // Menu
8 //
9 IDM_MAINMENU MENU DISCARDABLE
10 BEGIN
11 POPUP "&Fil"
12 BEGIN
13 MENUITEM "&Luk", IDM_CLOSE
14 END
15 POPUP "&Vis"
16 BEGIN
17 MENUITEM "Store Ikoner", IDM_LARGEICONS
18 MENUITEM "Små Ikoner", IDM_SMALLICONS
19 MENUITEM "Liste", IDM_LIST
20 MENUITEM "Detaljer", IDM_DETAILS
21 END
22 POPUP "Hjælp"
23 BEGIN
24 MENUITEM "Om", IDM_ABOUT
25 END
26 END