winhlp32: Updated Swedish translation.
[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, 2008 Daniel Nylander <po@danielnylander.se>
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_NEUTRAL
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 "A&lternativ" {
45    POPUP        "Hjälpen alltid synlig"
46    BEGIN
47      MENUITEM "Standard",       MNID_OPTS_HELP_DEFAULT
48      MENUITEM "Synlig", MNID_OPTS_HELP_VISIBLE
49      MENUITEM "Inte synlig",    MNID_OPTS_HELP_NONVISIBLE
50   END
51   MENUITEM "Historik",          MNID_OPTS_HISTORY
52   POPUP    "Typsnitt"
53   BEGIN
54     MENUITEM "Liten",           MNID_OPTS_FONTS_SMALL
55     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
56     MENUITEM "Stor",            MNID_OPTS_FONTS_LARGE
57   END
58   MENUITEM "Använd systemfärger",       MNID_OPTS_SYSTEM_COLORS
59  }
60  POPUP "&Hjälp" {
61    MENUITEM "Hjälp &för hjälp", MNID_HELP_HELPON
62    MENUITEM "Alltid &överst", MNID_HELP_HELPTOP
63    MENUITEM SEPARATOR
64    MENUITEM "&Info...", MNID_HELP_ABOUT
65 #ifdef WINELIB
66    MENUITEM "&Om Wine", MNID_HELP_WINE
67 #endif
68  }
69 }
70
71 /* Strings */
72 STRINGTABLE DISCARDABLE LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
73 {
74 STID_WINE_HELP,         "WINE Hjälp"
75 STID_WHERROR,           "FEL"
76 STID_WARNING,           "VARNING"
77 STID_INFO,              "Information"
78 STID_NOT_IMPLEMENTED,   "Inte implementerat"
79 STID_HLPFILE_ERROR_s,   "Fel vid läsning av hjälpfilen `%s'"
80 STID_INDEX,             "&Innehåll"
81 STID_CONTENTS,          "Sammandrag"
82 STID_BACK,              "&Bakåt"
83 STID_ALL_FILES,         "Alla filer (*.*)"
84 STID_HELP_FILES_HLP,    "Hjälpfiler (*.hlp)"
85 STID_FILE_NOT_FOUND_s   "Kan inte hitta '%s'. Vill du söka efter denna fil?"
86 STID_NO_RICHEDIT        "Kan inte hitta en implementation av richedit... Avslutar"
87 STID_PSH_INDEX,         "Hjälprubriker: "
88 }