Added -res option to specify resources on winebuild command-line.
[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  *
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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20  */
21
22 /* This file is not yet complete !! */
23
24 #define LANGUAGE_ID                  Sw
25 #define LANGUAGE_NUMBER              1d
26
27 /* Menu */
28
29 #define MENU_FILE                    "&Arkiv"
30 #define MENU_FILE_OPEN               "&Öppna..."
31 #define MENU_FILE_PRINT              "&Skriv ut"
32 #define MENU_FILE_PRINTER_SETUP      "Skrivar &inställningar..."
33 #define MENU_FILE_EXIT               "&Avsluta"
34
35 #define MENU_EDIT                    "&Redigera"
36 #define MENU_EDIT_COPY_DIALOG        "&Kopiera..."
37 #define MENU_EDIT_ANNOTATE           "&Markera..."
38
39 #define MENU_BOOKMARK                "&Bokmärke"
40 #define MENU_BOOKMARK_DEFINE         "&Defingera..."
41
42 #define MENU_HELP                    "&Hjälp"
43 #define MENU_HELP_ON_HELP            "Användningen &av hjälp"
44 #define MENU_HELP_ON_TOP             "Alltid &överst"
45 #define MENU_HELP_INFO               "&Information..."
46 #define MENU_HELP_ABOUT_WINE         "&Om WINE"
47
48 /* Strings */
49
50 #define STRING_WINE_HELP             "WINE Hjälp"
51 #define STRING_ERROR                 "FEL"
52 #define STRING_WARNING               "VARNING"
53 #define STRING_INFO                  "Information"
54 #define STRING_NOT_IMPLEMENTED       "Ej implementererat"
55 #define STRING_HLPFILE_ERROR_s       "FEL vid läsning av hjälp filen `%s'"
56 #define STRING_CONTENTS              "&Innehåll"
57 #define STRING_SEARCH                "&Sök"
58 #define STRING_BACK                  "&Tillbaka"
59 #define STRING_HISTORY               "&Översikt"
60 #define STRING_ALL_FILES             "Alla filer (*.*)"
61 #define STRING_HELP_FILES_HLP        "Hjälp filer (*.hlp)"
62
63 #include "Xx.rc"