reshuffling of dlls
[reactos.git] / reactos / dll / cpl / control / Nl.rc
1 // Dutch language resource file (frik85, 2005-03-08)
2
3 LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL //vertaald door Lionel Lowie
4
5
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Menu
9 //
10
11 IDM_MAINMENU MENU DISCARDABLE
12 BEGIN
13 POPUP "&Bestand"
14 BEGIN
15 MENUITEM "&Sluiten", IDM_CLOSE
16 END
17 POPUP "Beel&d"
18 BEGIN
19 MENUITEM "&Grote pictogrammen", IDM_LARGEICONS
20 MENUITEM "&Kleine pictogrammen", IDM_SMALLICONS
21 MENUITEM "&Lijstweergave", IDM_LIST
22 MENUITEM "&Details", IDM_DETAILS
23 END
24 POPUP "Help"
25 BEGIN
26 MENUITEM "&Info", IDM_ABOUT
27 END
28 END
29