Swedish translation
David Nordenberg
dnordenberg(a)users.sourceforge.net
proofread by
Andreas Bjerkeholt
harteex(a)gmail.com,
Added: trunk/reactos/subsys/system/sndvol32/Sv.rc
Modified: trunk/reactos/subsys/system/sndvol32/sndvol32.rc
_____
Added: trunk/reactos/subsys/system/sndvol32/Sv.rc
--- trunk/reactos/subsys/system/sndvol32/Sv.rc 2005-04-01 08:56:53 UTC
(rev 14407)
+++ trunk/reactos/subsys/system/sndvol32/Sv.rc 2005-04-01 09:03:09 UTC
(rev 14408)
@@ -0,0 +1,61 @@
+///////////////////////////////////////////////////////////////////////
//////
+// Swedish (SE) resources
+/*
+ * Copyright 2005 David Nordenberg
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
+
+IDM_MAINMENU MENU DISCARDABLE
+BEGIN
+ POPUP "&Alternativ"
+ BEGIN
+ MENUITEM "&Instõllningar", IDC_PROPERTIES
+ MENUITEM "A&vancerade kontroller", IDC_ADVANCED_CONTROLS
+ MENUITEM SEPARATOR
+ MENUITEM "&Avsluta", IDC_EXIT
+ END
+ POPUP "&Hjõlp"
+ BEGIN
+ MENUITEM "&Hjõlpavsnitt", IDC_HELP_TOPICS
+ MENUITEM SEPARATOR
+ MENUITEM "&Om ...", IDC_ABOUT
+ END
+END
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_SNDVOL32 "Volymkontroll"
+ IDS_NOMIXERDEVICES "Det finns inga ljudmixningsenheter
tillgõngliga! Programmet kommer nu att avslutas."
+END
+
+IDD_PREFERENCES DIALOGEX 0, 0, 224, 250
+STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE |
WS_CAPTION | WS_SYSMENU
+CAPTION "Instõllningar"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+ LTEXT "&Mixerenhet:", -1, 7,8,48,9
+ COMBOBOX IDC_MIXERDEVICE, 55,8,162,80, CBS_DROPDOWNLIST | WS_TABSTOP
+ GROUPBOX "Justera volymen f÷r:", -1, 7,25,211,77
+ PUSHBUTTON "&Uppspelning", IDC_PLAYBACK, 13,43,47,8,
BS_AUTORADIOBUTTON
+ PUSHBUTTON "&Inspelning", IDC_RECORDING, 13,61,47,8,
BS_AUTORADIOBUTTON
+ PUSHBUTTON "&Andra:", IDC_OTHER, 13,80,42,8, BS_AUTORADIOBUTTON |
WS_DISABLED
+ COMBOBOX IDC_LINE, 55,80,155,50, CBS_DROPDOWNLIST | WS_TABSTOP |
WS_DISABLED
+
+ PUSHBUTTON "OK", IDOK, 114,226,50,14
+ PUSHBUTTON "Avbryt", IDCANCEL, 168,226,50,14
+END
_____
Modified: trunk/reactos/subsys/system/sndvol32/sndvol32.rc
--- trunk/reactos/subsys/system/sndvol32/sndvol32.rc 2005-04-01
08:56:53 UTC (rev 14407)
+++ trunk/reactos/subsys/system/sndvol32/sndvol32.rc 2005-04-01
09:03:09 UTC (rev 14408)
@@ -16,3 +16,4 @@
#include "En.rc"
#include "De.rc"
+#include "Sv.rc"