winhelp.exe: Renamed to winhlp32.exe.
[wine] / programs / winhlp32 / Sv.rc
1 /*
2  * Help Viewer
3  *
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 Daniel Nylander
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public
11  * License as published by the Free Software Foundation; either
12  * version 2.1 of the License, or (at your option) any later version.
13  *
14  * This library is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with this library; if not, write to the Free Software
21  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22  */
23
24 /* Menu */
25
26 MAIN_MENU MENU LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
27 {
28  POPUP "&Arkiv" {
29   MENUITEM "&Öppna", MNID_FILE_OPEN
30   MENUITEM SEPARATOR
31   MENUITEM "&Skriv ut", MNID_FILE_PRINT
32   MENUITEM "Skrivar&konfiguration...", MNID_FILE_SETUP
33    MENUITEM SEPARATOR
34   MENUITEM "A&vsluta", MNID_FILE_EXIT
35  }
36  POPUP "R&edigera" {
37    MENUITEM "&Kopiera...", MNID_EDIT_COPYDLG
38    MENUITEM SEPARATOR
39    MENUITEM "&Kommentera...", MNID_EDIT_ANNOTATE
40  }
41  POPUP "&Bokmärke" {
42    MENUITEM "&Definiera...", MNID_BKMK_DEFINE
43  }
44  POPUP "&Hjälp" {
45    MENUITEM "Hjälp &för hjälp", MNID_HELP_HELPON
46    MENUITEM "Alltid &överst", MNID_HELP_HELPTOP
47    MENUITEM SEPARATOR
48    MENUITEM "&Info...", MNID_HELP_ABOUT
49 #ifdef WINELIB
50    MENUITEM "&Om WINE", MNID_HELP_WINE
51 #endif
52  }
53 }
54
55 /* Strings */
56 STRINGTABLE DISCARDABLE LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
57 {
58 STID_WINE_HELP,         "WINE Hjälp"
59 STID_WHERROR,           "FEL"
60 STID_WARNING,           "VARNING"
61 STID_INFO,              "Information"
62 STID_NOT_IMPLEMENTED,   "Inte implementerat"
63 STID_HLPFILE_ERROR_s,   "Fel vid läsning av hjälpfilen `%s'"
64 STID_CONTENTS,          "&Innehåll"
65 STID_SEARCH,            "&Sök"
66 STID_BACK,              "&Bakåt"
67 STID_HISTORY,           "&Historik"
68 STID_TOPICS,            "&Ämnen"
69 STID_ALL_FILES,         "Alla filer (*.*)"
70 STID_HELP_FILES_HLP,    "Hjälpfiler (*.hlp)"
71 STID_FILE_NOT_FOUND_s   "Kan inte hitta '%s'. Vill du söka efter denna fil?"
72 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"
73 }