[CMAKE]
[reactos.git] / base / applications / sndvol32 / lang / sv-SE.rc
1 /////////////////////////////////////////////////////////////////////////////
2 // Swedish (SE) resources
3 /*
4 * Copyright 2005 David Nordenberg
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
21 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
22
23 IDM_MAINMENU MENU DISCARDABLE
24 BEGIN
25 POPUP "&Alternativ"
26 BEGIN
27 MENUITEM "&Inställningar", IDC_PROPERTIES
28 MENUITEM "A&vancerade kontroller", IDC_ADVANCED_CONTROLS
29 MENUITEM SEPARATOR
30 MENUITEM "&Avsluta", IDC_EXIT
31 END
32 POPUP "&Hjälp"
33 BEGIN
34 MENUITEM "&Hjälpavsnitt", IDC_HELP_TOPICS
35 MENUITEM SEPARATOR
36 MENUITEM "&Om ...", IDC_ABOUT
37 END
38 END
39
40 STRINGTABLE DISCARDABLE
41 BEGIN
42 IDS_SNDVOL32 "Volymkontroll"
43 IDS_NOMIXERDEVICES "Det finns inga ljudmixningsenheter tillgängliga! Programmet kommer nu att avslutas."
44 END
45
46 IDD_PREFERENCES DIALOGEX 0, 0, 224, 250
47 STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
48 CAPTION "Inställningar"
49 FONT 8, "MS Shell Dlg", 0, 0, 0x0
50 BEGIN
51 LTEXT "&Mixerenhet:", -1, 7,8,48,9
52 COMBOBOX IDC_MIXERDEVICE, 55,8,162,80, CBS_DROPDOWNLIST | WS_TABSTOP
53 GROUPBOX "Justera volymen för:", -1, 7,25,211,77
54 PUSHBUTTON "&Uppspelning", IDC_PLAYBACK, 13,43,47,8, BS_AUTORADIOBUTTON
55 PUSHBUTTON "&Inspelning", IDC_RECORDING, 13,61,47,8, BS_AUTORADIOBUTTON
56 PUSHBUTTON "&Andra:", IDC_OTHER, 13,80,42,8, BS_AUTORADIOBUTTON | WS_DISABLED
57 COMBOBOX IDC_LINE, 55,80,155,50, CBS_DROPDOWNLIST | WS_TABSTOP | WS_DISABLED
58 LTEXT "Show the following volume controls:", IDC_LABELCONTROLS, 7, 109, 162, 8
59 CONTROL "", IDC_CONTROLS, "SysListView32", LVS_REPORT | LVS_NOCOLUMNHEADER | WS_TABSTOP | WS_BORDER, 7, 122, 211, 96
60
61 PUSHBUTTON "OK", IDOK, 114,226,50,14
62 PUSHBUTTON "Avbryt", IDCANCEL, 168,226,50,14
63 END