prevent buffer overflow, LoadString accepts the size of the buffer in TCHARs, not...
[reactos.git] / reactos / lib / cpl / control / Sv.rc
1 // Swedish resources by Andreas Bjerkeholt 2005-04-28
2
3 LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
4
5 /////////////////////////////////////////////////////////////////////////////
6 //
7 // Menu
8 //
9
10 IDM_MAINMENU MENU DISCARDABLE
11 BEGIN
12 POPUP "&Arkiv"
13 BEGIN
14 MENUITEM "&Stäng", IDM_CLOSE
15 END
16 POPUP "&Visa"
17 BEGIN
18 MENUITEM "Stora ikoner", IDM_LARGEICONS
19 MENUITEM "Små ikoner", IDM_SMALLICONS
20 MENUITEM "Lista", IDM_LIST
21 MENUITEM "Detaljerad lista", IDM_DETAILS
22 END
23 POPUP "Hjälp"
24 BEGIN
25 MENUITEM "Om", IDM_ABOUT
26 END
27 END
28