push 553a83299288f61678d62ade87a3a2a5489a8ad8
[wine/hacks.git] / dlls / shell32 / shell32_Sv.rc
blob3cd75915df77fe6f37ab60e8efcac1fd3fda11e1
1 /*
2  * Copyright 1998 Juergen Schmied
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
19 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
22  shellview item menu
24 MENU_SHV_FILE MENU DISCARDABLE
25 BEGIN
26         POPUP ""
27         BEGIN
28           MENUITEM "&Select"            FCIDM_SHVIEW_OPEN
29           MENUITEM "E&xplore",          FCIDM_SHVIEW_EXPLORE
30           MENUITEM "&Open",             FCIDM_SHVIEW_OPEN
31           MENUITEM SEPARATOR
32           MENUITEM "C&ut",              FCIDM_SHVIEW_CUT
33           MENUITEM "&Copy",             FCIDM_SHVIEW_COPY
34           MENUITEM SEPARATOR
35           MENUITEM "Create &Link",      FCIDM_SHVIEW_CREATELINK
36           MENUITEM "&Delete",           FCIDM_SHVIEW_DELETE
37           MENUITEM "&Rename",           FCIDM_SHVIEW_RENAME
38           MENUITEM SEPARATOR
39           MENUITEM "&Properties",       FCIDM_SHVIEW_PROPERTIES
40         END
41 END
43 MENU_CPANEL MENU
44 BEGIN
45     POPUP "&File"
46     BEGIN
47         MENUITEM SEPARATOR
48         MENUITEM "E&xit", IDM_CPANEL_EXIT
49     END
51     POPUP "&View"
52     BEGIN
53         MENUITEM "Lar&ge Icons", FCIDM_SHVIEW_BIGICON
54         MENUITEM "S&mall Icons", FCIDM_SHVIEW_SMALLICON
55         MENUITEM "&List", FCIDM_SHVIEW_LISTVIEW
56         MENUITEM "&Details", FCIDM_SHVIEW_REPORTVIEW
57     END
59     POPUP "&Help"
60     BEGIN
61         MENUITEM "&About Control Panel...", IDM_CPANEL_ABOUT
62     END
63 END
65 SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 220, 152
66 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
67 CAPTION "Om %s"
68 FONT 10, "MS Shell Dlg"
70  DEFPUSHBUTTON "OK", IDOK, 153, 133, 60, 12, WS_TABSTOP
71  PUSHBUTTON "Wine &license...", IDC_ABOUT_LICENSE, 153, 113, 60, 12, WS_TABSTOP
72  LISTBOX IDC_ABOUT_LISTBOX, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
73  ICON "", stc1, 10, 10, 30, 30
74  LTEXT "", IDC_ABOUT_STATIC_TEXT1, 40, 10, 170, 10
75  LTEXT "", IDC_ABOUT_STATIC_TEXT2, 40, 22, 170, 10
76  LTEXT "Running on %s", IDC_ABOUT_STATIC_TEXT3, 42, 34, 170, 10
77  LTEXT "Wine hade inte varit möjligt utan dessa personer:", IDC_ABOUT_WINE_TEXT, 8, 54, 204, 10
80 SHELL_RUN_DLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 227, 95
81 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
82 CAPTION ""
83 FONT 8, "MS Shell Dlg"
85  ICON "", 12297, 7, 11, 18, 20, WS_VISIBLE
86  LTEXT "Skriv namnet på ett program, en mapp eller ett dokument och wine kommer att öppna det för dig.", 12289, 36, 11, 182, 18
87  LTEXT "&Öppna:", 12305, 7, 39, 24, 10
88  CONTROL "", 12298, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 36, 37, 183, 100
89  DEFPUSHBUTTON "OK", IDOK, 62, 63, 50, 14, WS_TABSTOP
90  PUSHBUTTON "Avbryt", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP
91  PUSHBUTTON "&Bläddra...", 12288, 170, 63, 50, 14, WS_TABSTOP
94 STRINGTABLE
96     IDS_CPANEL_NAME             "Name"
97     IDS_CPANEL_DESCRIPTION      "Description"