Fix the case of floats in VarBstrFromR4, VarBstrFromR8 and
[wine] / programs / winhelp / Sw.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  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21  */
22
23 /* Menu */
24
25 MAIN_MENU MENU LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
26 {
27  POPUP "&Arkiv" {
28   MENUITEM "&Öppna...", MNID_FILE_OPEN
29   MENUITEM SEPARATOR
30   MENUITEM "&Skriv ut", MNID_FILE_PRINT
31   MENUITEM "Skrivar &inställningar...", MNID_FILE_SETUP
32    MENUITEM SEPARATOR
33   MENUITEM "&Avsluta", MNID_FILE_EXIT
34  }
35  POPUP "&Redigera" {
36    MENUITEM "&Kopiera...", MNID_EDIT_COPYDLG
37    MENUITEM SEPARATOR
38    MENUITEM "&Markera...", MNID_EDIT_ANNOTATE
39  }
40  POPUP "&Bokmärke" {
41    MENUITEM "&Defingera...", MNID_BKMK_DEFINE
42  }
43  POPUP "&Hjälp" {
44    MENUITEM "Användningen &av hjälp", MNID_HELP_HELPON
45    MENUITEM "Alltid &överst", MNID_HELP_HELPTOP
46    MENUITEM SEPARATOR
47    MENUITEM "&Information...", MNID_HELP_ABOUT
48 #ifdef WINELIB
49    MENUITEM "&Om WINE", MNID_HELP_WINE
50 #endif
51  }
52 }
53
54 /* Strings */
55
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,   "Ej implementererat"
63 STID_HLPFILE_ERROR_s,   "FEL vid läsning av hjälp filen `%s'"
64 STID_CONTENTS,          "&Innehåll"
65 STID_SEARCH,            "&Sök"
66 STID_BACK,              "&Tillbaka"
67 STID_HISTORY,           "&Översikt"
68 STID_TOPICS,            "T&opics"
69 STID_ALL_FILES,         "Alla filer (*.*))"
70 STID_HELP_FILES_HLP,    "Hjälp filer (*.hlp)"
71 }