Added LGPL standard comment, and copyright notices where necessary.
[wine] / programs / notepad / Sw.rc
1 /*
2  *  Notepad (Swedish resources)
3  *
4  *  Copyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>
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 #define LANGUAGE_ID                     Sw
23 #define LANGUAGE_NUMBER                 1d
24 #define LANGUAGE_MENU_ITEM              "&Svenska"
25
26
27 /* Menu */
28
29 #define MENU_FILE                       "&Arkiv"
30 #define MENU_FILE_NEW                   "&Ny..."
31 #define MENU_FILE_OPEN                  "Ö&ppna"
32 #define MENU_FILE_SAVE                  "&Spara"
33 #define MENU_FILE_SAVEAS                "Spara &som..."
34 #define MENU_FILE_PRINT                 "&Skriv ut"
35 #define MENU_FILE_PAGESETUP             "Sid La&yout..."
36 #define MENU_FILE_PRINTSETUP            "Skrivar &inställningar..."
37 #define MENU_FILE_EXIT                  "&Avsluta"
38
39 #define MENU_EDIT                       "&Redigera"
40 #define MENU_EDIT_UNDO                  "&Undo\tCtrl+Z"
41 #define MENU_EDIT_CUT                   "Klippa\tCtrl+X"
42 #define MENU_EDIT_COPY                  "&Kopiera\tCtrl+C"
43 #define MENU_EDIT_PASTE                 "&Klistra in\tCtrl+V"
44 #define MENU_EDIT_DELETE                "&Ta bort\tDel"
45 #define MENU_EDIT_SELECTALL             "Markera &allt"
46 #define MENU_EDIT_TIMEDATE              "&Tid/Datum\tF5"
47 #define MENU_EDIT_WRAP                  "&Dela långa meningar"
48
49 #define MENU_SEARCH                     "&Sök"
50 #define MENU_SEARCH_SEARCH              "Sök..."
51 #define MENU_SEARCH_NEXT                "&Sök nästa\tF3"
52
53 #define MENU_LANGUAGE                   "&Språk"
54
55 #define MENU_HELP                       "&Hjälp"
56 #define MENU_HELP_CONTENTS              "&Innehåll"
57 #define MENU_HELP_SEARCH                "&Sök..."
58 #define MENU_HELP_HELP_ON_HELP          "Användningen &av hjälp"
59
60 #define MENU_INFO                       "Inf&ormation..."
61 #define MENU_INFO_LICENSE               "&Licens"
62 #define MENU_INFO_NO_WARRANTY           "&INGEN GARANTI"
63 #define MENU_INFO_ABOUT_WINE            "&Om Wine"
64
65
66 /* Dialogs */
67
68 #define DIALOG_OK                       "OK"
69 #define DIALOG_CANCEL                   "Avbryt"
70 #define DIALOG_BROWSE                   "&Bläddra..."
71 #define DIALOG_HELP                     "&Hjälp"
72
73 #define DIALOG_PAGESETUP_CAPTION        "Sid Layout"
74 #define DIALOG_PAGESETUP_HEAD           "&Huvudnot:"
75 #define DIALOG_PAGESETUP_TAIL           "&Fotnot:"
76 #define DIALOG_PAGESETUP_MARGIN         "Kanter:"
77 #define DIALOG_PAGESETUP_LEFT           "&Vänster:"
78 #define DIALOG_PAGESETUP_RIGHT          "&Höger:"
79 #define DIALOG_PAGESETUP_TOP            "&Över:"
80 #define DIALOG_PAGESETUP_BOTTOM         "&Under:"
81
82
83 /* Strings */
84
85 #define STRING_PAGESETUP_HEADERVALUE    "&n"        /* FIXME */
86 #define STRING_PAGESETUP_FOOTERVALUE    "Page &s"   /* FIXME */
87 #define STRING_PAGESETUP_LEFTVALUE      "20 mm"     /* FIXME */
88 #define STRING_PAGESETUP_RIGHTVALUE     "20 mm"     /* FIXME */
89 #define STRING_PAGESETUP_TOPVALUE       "25 mm"     /* FIXME */
90 #define STRING_PAGESETUP_BOTTOMVALUE    "25 mm"     /* FIXME */
91
92 #define STRING_NOTEPAD                  "Anteckningar"
93 #define STRING_ERROR                    "FEL"
94 #define STRING_WARNING                  "VARNING"
95 #define STRING_INFO                     "Information"
96
97 #define STRING_UNTITLED                 "(untitled)"
98
99 #define STRING_ALL_FILES                "Alla filer (*.*)"
100 #define STRING_TEXT_FILES_TXT           "Text filer (*.txt)"
101
102 #define STRING_TOOLARGE         "Filen '%s' är för stor för notepad.\n \
103 Använd en annan editor."
104
105 #define STRING_NOTEXT           "Du skrev inte in någon text. \
106 \nSkriv något och försök sedan igen"
107
108 /* FIXME */
109
110 #define STRING_DOESNOTEXIST     "File '%s'\ndoes not exist\n\n \
111 Do you want to create a new file ?"
112
113 #define STRING_NOTSAVED         "Filen '%s'\nhas been modified\n\n \
114 Would you like to save your changes ?"
115
116 #define STRING_NOTFOUND         "'%s' hittades inte."
117
118 #define STRING_OUT_OF_MEMORY    "Inte tillräkligt med minne för att slutföra \
119 den här uppgiften. \nAvsluta ett eller flera program för att öka mängden \nfritt \
120 minne."
121
122 #include "notepad.rc"