Replace GetModuleHandle("user32.dll") with User32Instance.
[reactos.git] / reactos / lib / user32 / Sv.rc
1 /////////////////////////////////////////////////////////////////////////////
2 // Swedish (SE) resources
3 /*
4 * Copyright 2005 David Nordenberg
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library 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 GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
20
21 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
22
23 /////////////////////////////////////////////////////////////////////////////
24 //
25 // Dialogs
26 //
27
28 SELWINDOW DIALOG DISCARDABLE 20, 20, 220, 140
29 STYLE DS_SYSMODAL | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION |
30 WS_SYSMENU
31 FONT 8, "Bitstream Vera Sans"
32 CAPTION "Välj fönster"
33 BEGIN
34 LISTBOX 100, 5, 5, 210, 110, LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_HSCROLL
35 PUSHBUTTON "&OK", 1, 60, 120, 40, 15, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP
36 PUSHBUTTON "&Avbryt", 2, 120, 120, 40, 15, WS_CHILD | WS_VISIBLE | WS_TABSTOP
37 END
38
39 /////////////////////////////////////////////////////////////////////////////
40 //
41 // Menus
42 //
43
44 EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
45 {
46 POPUP "DUMMY"
47 BEGIN
48 MENUITEM "&Ångra", EM_UNDO
49 MENUITEM SEPARATOR
50 MENUITEM "&Klipp ut", WM_CUT
51 MENUITEM "K&opiera", WM_COPY
52 MENUITEM "K&listra in", WM_PASTE
53 MENUITEM "&Ta bort", WM_CLEAR
54 MENUITEM SEPARATOR
55 MENUITEM "&Markera allt", EM_SETSEL
56 END
57 }
58
59
60 SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
61 {
62 MENUITEM "&Återställ", 61728
63 MENUITEM "&Flytta", 61456
64 MENUITEM "S&torlek", 61440
65 MENUITEM "&Minimera", 61472
66 MENUITEM "Ma&ximera", 61488
67 MENUITEM SEPARATOR
68 MENUITEM "&Stäng\tAlt-F4", 61536
69 }
70
71 /////////////////////////////////////////////////////////////////////////////
72 //
73 // Strings
74 //
75
76 STRINGTABLE
77 {
78 IDS_ERROR, "Fel"
79 IDS_OK, "OK"
80 IDS_CANCEL, "Avbryt"
81 IDS_ABORT, "&Avbryt"
82 IDS_RETRY, "&Försök igen"
83 IDS_IGNORE, "&Ignorera"
84 IDS_YES, "&Ja"
85 IDS_NO, "&Nej"
86 IDS_HELP, "Hjälp"
87 IDS_TRYAGAIN, "&Försök igen"
88 IDS_CONTINUE, "F&ortsätt"
89 }
90
91 STRINGTABLE
92 {
93 IDS_MDI_MOREWINDOWS, "&Fler fönster..."
94 }
95