- declare PT_RAS_FOLDER for the "RAS Connections" folder
[wine] / dlls / shell32 / shell32_En.rc
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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17  */
18
19 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
20
21 MENU_001 MENU DISCARDABLE
22 BEGIN
23         MENUITEM "Lar&ge Icons",        FCIDM_SHVIEW_BIGICON
24         MENUITEM "S&mall Icons",        FCIDM_SHVIEW_SMALLICON
25         MENUITEM "&List",               FCIDM_SHVIEW_LISTVIEW
26         MENUITEM "&Details",            FCIDM_SHVIEW_REPORTVIEW
27 END
28
29 /*
30  shellview background menu
31 */
32 MENU_002 MENU DISCARDABLE
33 BEGIN
34         POPUP""
35         BEGIN
36           POPUP "&View"
37           BEGIN
38             MENUITEM "Lar&ge Icons",    FCIDM_SHVIEW_BIGICON
39             MENUITEM "S&mall Icons",    FCIDM_SHVIEW_SMALLICON
40             MENUITEM "&List",           FCIDM_SHVIEW_LISTVIEW
41             MENUITEM "&Details",        FCIDM_SHVIEW_REPORTVIEW
42           END
43           MENUITEM SEPARATOR
44           POPUP "Arrange &Icons"
45           BEGIN
46             MENUITEM "By &Name",        0x30    /* column 0 */
47             MENUITEM "By &Type",        0x32    /* column 2 */
48             MENUITEM "By &Size",        0x31    /* ... */
49             MENUITEM "By &Date",        0x33
50             MENUITEM SEPARATOR
51             MENUITEM "&Auto Arrange",   FCIDM_SHVIEW_AUTOARRANGE
52           END
53           MENUITEM "Line up Icons",     FCIDM_SHVIEW_SNAPTOGRID
54           MENUITEM SEPARATOR
55           MENUITEM "Refresh",           FCIDM_SHVIEW_REFRESH
56           MENUITEM SEPARATOR
57           MENUITEM "Paste",             FCIDM_SHVIEW_INSERT
58           MENUITEM "Paste as Link",     FCIDM_SHVIEW_INSERTLINK
59           MENUITEM SEPARATOR
60           POPUP "New"
61           BEGIN
62             MENUITEM "New &Folder",     FCIDM_SHVIEW_NEWFOLDER
63             MENUITEM "New &Link",       FCIDM_SHVIEW_NEWLINK
64             MENUITEM SEPARATOR
65           END
66           MENUITEM SEPARATOR
67           MENUITEM "Properties",        FCIDM_SHVIEW_PROPERTIES
68         END
69 END
70
71 /*
72  shellview item menu
73 */
74 MENU_SHV_FILE MENU DISCARDABLE
75 BEGIN
76         POPUP""
77         BEGIN
78           MENUITEM "E&xplore",          FCIDM_SHVIEW_CUT
79           MENUITEM "&Open",             FCIDM_SHVIEW_COPY
80           MENUITEM SEPARATOR
81           MENUITEM "C&ut",              FCIDM_SHVIEW_CUT
82           MENUITEM "&Copy",             FCIDM_SHVIEW_COPY
83           MENUITEM SEPARATOR
84           MENUITEM "&Create Link",      FCIDM_SHVIEW_CREATELINK
85           MENUITEM "&Delete",           FCIDM_SHVIEW_DELETE
86           MENUITEM "&Rename",           FCIDM_SHVIEW_RENAME
87           MENUITEM SEPARATOR
88           MENUITEM "&Properties",       FCIDM_SHVIEW_PROPERTIES
89         END
90 END
91
92 SHBRSFORFOLDER_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 188, 192
93 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
94 CAPTION "Browse for Folder"
95 FONT 8, "Helv"
96 {
97  DEFPUSHBUTTON "OK", 1, 80, 176, 50, 12, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
98  PUSHBUTTON "Cancel", 2, 134, 176, 50, 12, WS_GROUP | WS_TABSTOP
99  LTEXT "", IDD_TITLE, 4, 4, 180, 12
100  LTEXT "", IDD_STATUS, 4, 25, 180, 12
101  CONTROL "", IDD_TREEVIEW, "SysTreeView32",
102         TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |
103         WS_BORDER | WS_TABSTOP,
104         4, 40, 180, 120
105 }
106
107 SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 210, 152
108 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
109 CAPTION "About %s"
110 FONT 10, "Helv"
111 {
112  DEFPUSHBUTTON "OK", IDOK, 153, 130, 50, 12, WS_TABSTOP
113  LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
114  ICON "", 1088, 189, 10, 14, 16
115  LTEXT "", 100, 8, 10, 137, 33
116  LTEXT "Wine was brought to you by:", 98, 8, 55, 137, 10
117 }
118
119 SHELL_RUN_DLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 227, 95
120 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
121 CAPTION ""
122 FONT 8, "Helv"
123 {
124  ICON "", 12297, 7, 11, 18, 20, WS_VISIBLE
125  LTEXT "Type the name of a program, folder, document, or Internet resource, and Wine will open it for you.", 12289, 36, 11, 182, 18
126  LTEXT "&Open:", 12305, 7, 39, 24, 10
127  CONTROL "", 12298, "COMBOBOX", WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 36, 37, 183, 100
128  DEFPUSHBUTTON "OK", IDOK, 62, 63, 50, 14, WS_TABSTOP
129  PUSHBUTTON "Cancel", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP
130  PUSHBUTTON "&Browse...", 12288, 170, 63, 50, 14, WS_TABSTOP
131 }
132
133 /*
134         special folders
135 */
136 STRINGTABLE DISCARDABLE
137 {
138         IDS_DESKTOP             "Desktop"
139         IDS_MYCOMPUTER          "My Computer"
140 }
141
142 /*
143         context menus
144 */
145 STRINGTABLE DISCARDABLE
146 {
147         IDS_VIEW_LARGE          "Lar&ge Icons"
148         IDS_VIEW_SMALL          "S&mall Icons"
149         IDS_VIEW_LIST           "&List"
150         IDS_VIEW_DETAILS        "&Details"
151         IDS_SELECT              "Select"
152         IDS_OPEN                "Open"
153 }
154
155 STRINGTABLE DISCARDABLE
156 {
157         IDS_CREATEFOLDER_DENIED "Can not create new Folder: Permission denied."
158         IDS_CREATEFOLDER_CAPTION "Error during creation of a new folder"
159         IDS_DELETEITEM_CAPTION "Confirm file delete"
160         IDS_DELETEFOLDER_CAPTION "Confirm folder delete"
161         IDS_DELETEITEM_TEXT "Are you sure you want to delete '%1'?"
162         IDS_DELETEMULTIPLE_TEXT "Are you sure you want to delete these %1 items?"
163         IDS_OVERWRITEFILE_TEXT "OverWrite File %1?"
164         IDS_OVERWRITEFILE_CAPTION "Confirm File OverWrite"
165 }
166
167 /*      columns in the shellview        */
168 STRINGTABLE
169 BEGIN
170         IDS_SHV_COLUMN1         "File"
171         IDS_SHV_COLUMN2         "Size"
172         IDS_SHV_COLUMN3         "Type"
173         IDS_SHV_COLUMN4         "Modified"
174         IDS_SHV_COLUMN5         "Attributes"
175         IDS_SHV_COLUMN6         "Size"
176         IDS_SHV_COLUMN7         "Size available"
177 END