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