Delete all Trailing spaces in code.
[reactos.git] / reactos / base / setup / welcome / lang / sv-SE.rc
1 /*
2 * Swedish (SE) resources
3 *
4 * Copyright (C) 2005 David Nordenberg
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 */
20
21 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
22
23 /* String Tables */
24
25 /* Default settings */
26 STRINGTABLE DISCARDABLE
27 BEGIN
28 IDS_APPTITLE "ReactOS - Välkommen"
29 IDS_DEFAULTTOPICTITLE "ReactOS"
30 IDS_DEFAULTTOPICDESC "Välkommen till React Operating System.\n\nKlicka på ett avsnitt till vänster."
31 // IDS_CHECKTEXT "Show this dialog again"
32 // IDS_CLOSETEXT "Exit"
33 END
34
35 /* Topic buttons */
36 STRINGTABLE DISCARDABLE
37 BEGIN
38 IDS_TOPICBUTTON0 "Installera ReactOS"
39 IDS_TOPICBUTTON1 "Utforska skivan"
40 IDS_TOPICBUTTON2 "Avsluta"
41 // IDS_TOPICBUTTON3 "Empty Topic 3"
42 // IDS_TOPICBUTTON4 "Empty Topic 4"
43 // IDS_TOPICBUTTON5 "Empty Topic 5"
44 // IDS_TOPICBUTTON6 "Empty Topic 6"
45 // IDS_TOPICBUTTON7 "Empty Topic 7"
46 // IDS_TOPICBUTTON8 "Empty Topic 8"
47 // IDS_TOPICBUTTON9 "Empty Topic 9"
48 END
49
50 /* Topic titles */
51 STRINGTABLE DISCARDABLE
52 BEGIN
53 IDS_TOPICTITLE0 "Installera ReactOS"
54 IDS_TOPICTITLE1 "Utforska skivan"
55 IDS_TOPICTITLE2 "Avsluta"
56 // IDS_TOPICTITLE3 "Empty Topic Title 3"
57 // IDS_TOPICTITLE4 "Empty Topic Title 4"
58 // IDS_TOPICTITLE5 "Empty Topic Title 5"
59 // IDS_TOPICTITLE6 "Empty Topic Title 6"
60 // IDS_TOPICTITLE7 "Empty Topic Title 7"
61 // IDS_TOPICTITLE8 "Empty Topic Title 8"
62 // IDS_TOPICTITLE9 "Empty Topic Title 9"
63 END
64
65 /* Topic descriptions */
66 STRINGTABLE DISCARDABLE
67 BEGIN
68 IDS_TOPICDESC0 "Skapa en ny ReactOS installation på den här datorn eller uppgradera en befintlig."
69 IDS_TOPICDESC1 "Utforska skivan."
70 IDS_TOPICDESC2 "Avsluta det här programmet."
71 // IDS_TOPICDESC3 "Topic description 3.\n\nDescribe topic 3 here."
72 // IDS_TOPICDESC4 "Topic description 4.\n\nDescribe topic 4 here."
73 // IDS_TOPICDESC5 "Topic description 5.\n\nDescribe topic 5 here."
74 // IDS_TOPICDESC6 "Topic description 6.\n\nDescribe topic 6 here."
75 // IDS_TOPICDESC7 "Topic description 7.\n\nDescribe topic 7 here."
76 // IDS_TOPICDESC8 "Topic description 8.\n\nDescribe topic 8 here."
77 // IDS_TOPICDESC9 "Topic description 9.\n\nDescribe topic 9 here."
78 END
79
80 /* EOF */