swedish translation by Andreas Bjerkeholt
authorMagnus Olsen <magnus@greatlord.com>
Thu, 5 May 2005 19:05:42 +0000 (19:05 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Thu, 5 May 2005 19:05:42 +0000 (19:05 +0000)
svn path=/trunk/; revision=15015

reactos/lib/shlwapi/shlwapi.rc
reactos/lib/shlwapi/shlwapi_Sv.rc [new file with mode: 0644]

index 112ed7d..f19a7aa 100644 (file)
@@ -30,3 +30,4 @@
 #include "shlwapi_It.rc"\r
 #include "shlwapi_Ja.rc"\r
 #include "shlwapi_Pt.rc"\r
+#include "shlwapi_Sv.rc"
\ No newline at end of file
diff --git a/reactos/lib/shlwapi/shlwapi_Sv.rc b/reactos/lib/shlwapi/shlwapi_Sv.rc
new file mode 100644 (file)
index 0000000..16ce41a
--- /dev/null
@@ -0,0 +1,35 @@
+/*\r
+ * Swedish resources for shlwapi\r
+ *\r
+ * Copyright 2005 Andreas Bjerkeholt\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
+IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60\r
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
+CAPTION "Fel!"\r
+FONT 8, "MS Shell Dlg"\r
+{\r
+ LTEXT "", IDS_ERR_USER_MSG2, 15, 5, 28, 20\r
+ LTEXT "", IDS_ERR_USER_MSG, 15, 5, 210, 8\r
+ CHECKBOX "&Visa inte detta meddelande igen", IDC_ERR_DONT_SHOW, 5, 20, 210, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP\r
+ PUSHBUTTON L"&OK" IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP\r
+ PUSHBUTTON L"&Avbryt" IDCANCEL, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP\r
+ PUSHBUTTON L"&Ja" IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP\r
+ PUSHBUTTON L"&Nej" IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP\r
+}\r