Swdish translations by irc:anders1 proofread by Andreas Bjerkeholt, Wacko and by...
authorMagnus Olsen <magnus@greatlord.com>
Wed, 18 May 2005 20:19:22 +0000 (20:19 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Wed, 18 May 2005 20:19:22 +0000 (20:19 +0000)
svn path=/trunk/; revision=15398

reactos/lib/shdocvw/Sv.rc [new file with mode: 0644]
reactos/lib/shdocvw/shdocvw.rc

diff --git a/reactos/lib/shdocvw/Sv.rc b/reactos/lib/shdocvw/Sv.rc
new file mode 100644 (file)
index 0000000..425148e
--- /dev/null
@@ -0,0 +1,35 @@
+/*\r
+ * Copyright 2005 Anders Bergh\r
+ *\r
+ * This library is free software; you can redistribute it and/or\r
+ * modify it under the terms of the GNU Lesser General Public\r
+ * License as published by the Free Software Foundation; either\r
+ * version 2.1 of the License, or (at your option) any later version.\r
+ *\r
+ * This library is distributed in the hope that it will be useful,\r
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
+ * Lesser General Public License for more details.\r
+ *\r
+ * You should have received a copy of the GNU Lesser General Public\r
+ * License along with this library; if not, write to the Free Software\r
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
+ */\r
+\r
+LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT\r
+\r
+100 DIALOG LOADONCALL MOVEABLE DISCARDABLE  0, 0, 220, 62\r
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU\r
+CAPTION "Laddar ner Mozilla ActiveX-komponent"\r
+FONT 8, "MS Shell Dlg"\r
+{\r
+ CONTROL "Progress1",1000,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12\r
+ LTEXT "", 104, 10, 30, 200, 10, SS_CENTER\r
+ PUSHBUTTON "Avbryt", IDAvbryt, 85, 44, 50, 15, WS_GROUP | WS_TABSTOP\r
+}\r
+\r
+STRINGTABLE\r
+BEGIN\r
+ 1001  "Programmet kräver en ActiveX-komponent som inte är tillgänglig.\n"\r
+       "Vill du ladda ner och installera Mozillas ActiveX-komponent?"\r
+END\r
index 362cebc..7767db6 100644 (file)
@@ -29,3 +29,4 @@
 #include "Fr.rc"\r
 #include "Nl.rc"\r
 #include "Pt.rc"\r
+#include "Sv.rc"\r