4 * Copyright 1996 Ulrich Schmid
5 * Swedish language by Karl Backström <karl_b@geocities.com>
6 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
7 * Copyright 2007, 2008 Daniel Nylander <po@danielnylander.se>
8 * Copyright 2009 Anders Jonsson
10 * This library is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU Lesser General Public
12 * License as published by the Free Software Foundation; either
13 * version 2.1 of the License, or (at your option) any later version.
15 * This library is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * Lesser General Public License for more details.
20 * You should have received a copy of the GNU Lesser General Public
21 * License along with this library; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
27 MAIN_MENU MENU LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
30 MENUITEM "&Öppna", MNID_FILE_OPEN
32 MENUITEM "&Skriv ut", MNID_FILE_PRINT
33 MENUITEM "Skrivar&konfiguration...", MNID_FILE_SETUP
35 MENUITEM "A&vsluta", MNID_FILE_EXIT
38 MENUITEM "&Kopiera...", MNID_EDIT_COPYDLG
40 MENUITEM "&Kommentera...", MNID_EDIT_ANNOTATE
43 MENUITEM "&Definiera...", MNID_BKMK_DEFINE
46 POPUP "Hjälpen alltid synlig"
48 MENUITEM "Standard", MNID_OPTS_HELP_DEFAULT
49 MENUITEM "Synlig", MNID_OPTS_HELP_VISIBLE
50 MENUITEM "Inte synlig", MNID_OPTS_HELP_NONVISIBLE
52 MENUITEM "Historik", MNID_OPTS_HISTORY
55 MENUITEM "Litet", MNID_OPTS_FONTS_SMALL
56 MENUITEM "Normalt", MNID_OPTS_FONTS_NORMAL
57 MENUITEM "Stort", MNID_OPTS_FONTS_LARGE
59 MENUITEM "Använd systemfärger", MNID_OPTS_SYSTEM_COLORS
62 MENUITEM "Hjälp &för hjälp", MNID_HELP_HELPON
63 MENUITEM "Alltid &överst", MNID_HELP_HELPTOP
65 MENUITEM "&Info...", MNID_HELP_ABOUT
67 MENUITEM "&Om Wine", MNID_HELP_WINE
72 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
73 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
74 FONT 8, "MS Shell Dlg"
77 LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
80 IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
81 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
82 FONT 8, "MS Shell Dlg"
85 LTEXT "Inte implementerat ännu", -1, 10, 10, 180, 150
89 STRINGTABLE DISCARDABLE LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
91 STID_WINE_HELP, "Wine Hjälp"
93 STID_WARNING, "VARNING"
94 STID_INFO, "Information"
95 STID_NOT_IMPLEMENTED, "Inte implementerat"
96 STID_HLPFILE_ERROR_s, "Fel vid läsning av hjälpfilen `%s'"
97 STID_INDEX, "&Innehåll"
98 STID_CONTENTS, "Sammandrag"
100 STID_ALL_FILES, "Alla filer (*.*)"
101 STID_HELP_FILES_HLP, "Hjälpfiler (*.hlp)"
102 STID_FILE_NOT_FOUND_s "Kan inte hitta '%s'. Vill du söka efter denna fil?"
103 STID_NO_RICHEDIT "Kan inte hitta en implementation av richedit... Avslutar"
104 STID_PSH_INDEX, "Hjälprubriker: "
107 CONTEXT_MENU MENU LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
111 MENUITEM "Kommentar...", MNID_CTXT_ANNOTATE
112 MENUITEM "Kopiera", MNID_CTXT_COPY
113 MENUITEM "Skriv ut...", MNID_CTXT_PRINT
116 MENUITEM "Litet", MNID_CTXT_FONTS_SMALL
117 MENUITEM "Normalt", MNID_CTXT_FONTS_NORMAL
118 MENUITEM "Stort", MNID_CTXT_FONTS_LARGE
120 POPUP "Hjälp alltid synlig"
122 MENUITEM "Standard", MNID_CTXT_HELP_DEFAULT
123 MENUITEM "Synlig", MNID_CTXT_HELP_VISIBLE
124 MENUITEM "Ej synlig", MNID_CTXT_HELP_NONVISIBLE
126 MENUITEM "Använd systemfärger", MNID_CTXT_SYSTEM_COLORS