--- trunk/reactos/lib/cpl/control/Sv.rc 2005-05-01 14:39:01 UTC (rev 14913)
+++ trunk/reactos/lib/cpl/control/Sv.rc 2005-05-01 14:42:04 UTC (rev 14914)
@@ -0,0 +1,28 @@
+// Swedish resources by Andreas Bjerkeholt 2005-04-28
+
+LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Menu
+//
+
+IDM_MAINMENU MENU DISCARDABLE
+BEGIN
+ POPUP "&Arkiv"
+ BEGIN
+ MENUITEM "&Stõng", IDM_CLOSE
+ END
+ POPUP "&Visa"
+ BEGIN
+ MENUITEM "Stora ikoner", IDM_LARGEICONS
+ MENUITEM "SmÕ ikoner", IDM_SMALLICONS
+ MENUITEM "Lista", IDM_LIST
+ MENUITEM "Detaljerad lista", IDM_DETAILS
+ END
+ POPUP "Hjõlp"
+ BEGIN
+ MENUITEM "Om", IDM_ABOUT
+ END
+END
+
--- trunk/reactos/lib/cpl/control/control.rc 2005-05-01 14:39:01 UTC (rev 14913)
+++ trunk/reactos/lib/cpl/control/control.rc 2005-05-01 14:42:04 UTC (rev 14914)
@@ -40,3 +40,4 @@
#include "De.rc"
#include "Dk.rc"
#include "Ru.rc"
+#include "Sv.rc"