shell32/tests: Make tests run again on win95 and NT.
[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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, 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 "&Select"            FCIDM_SHVIEW_OPEN
79           MENUITEM "E&xplore",          FCIDM_SHVIEW_EXPLORE
80           MENUITEM "&Open",             FCIDM_SHVIEW_OPEN
81           MENUITEM SEPARATOR
82           MENUITEM "C&ut",              FCIDM_SHVIEW_CUT
83           MENUITEM "&Copy",             FCIDM_SHVIEW_COPY
84           MENUITEM SEPARATOR
85           MENUITEM "Create &Link",      FCIDM_SHVIEW_CREATELINK
86           MENUITEM "&Delete",           FCIDM_SHVIEW_DELETE
87           MENUITEM "&Rename",           FCIDM_SHVIEW_RENAME
88           MENUITEM SEPARATOR
89           MENUITEM "&Properties",       FCIDM_SHVIEW_PROPERTIES
90         END
91 END
92
93 SHBRSFORFOLDER_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 188, 192
94 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
95 CAPTION "Browse for Folder"
96 FONT 8, "MS Shell Dlg"
97 {
98  DEFPUSHBUTTON "OK", 1, 80, 176, 50, 12, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
99  PUSHBUTTON "Cancel", 2, 134, 176, 50, 12, WS_GROUP | WS_TABSTOP
100  LTEXT "", IDD_TITLE, 4, 4, 180, 12
101  LTEXT "", IDD_STATUS, 4, 25, 180, 12
102  CONTROL "", IDD_TREEVIEW, "SysTreeView32",
103         TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |
104         WS_BORDER | WS_TABSTOP,
105         4, 40, 180, 120
106 }
107
108 SHNEWBRSFORFOLDER_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 218, 196
109 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
110 CAPTION "Browse for Folder"
111 FONT 8, "MS Shell Dlg"
112 {
113  LTEXT "", IDD_TITLE, 10, 8, 198, 24
114  LTEXT "", IDD_STATUS, 10, 25, 198, 12
115  LTEXT "Folder:", IDD_FOLDER, 10, 156, 40, 12
116  CONTROL "", IDD_TREEVIEW, "SysTreeView32",
117         TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |
118         WS_BORDER | WS_TABSTOP,
119         12, 38, 194, 105
120  EDITTEXT IDD_FOLDERTEXT, 46, 150, 160, 14, WS_BORDER | WS_GROUP | WS_TABSTOP
121  PUSHBUTTON "&Make New Folder", IDD_MAKENEWFOLDER, 12, 174, 70, 14, WS_GROUP | WS_TABSTOP
122  DEFPUSHBUTTON "OK", IDOK, 102, 174, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
123  PUSHBUTTON "Cancel", IDCANCEL, 156, 174, 50, 14, WS_GROUP | WS_TABSTOP
124 }
125
126 SHELL_YESTOALL_MSGBOX DIALOG 200, 100, 280, 90
127 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
128 CAPTION "Message"
129 FONT 8, "MS Shell Dlg"
130 {
131     DEFPUSHBUTTON "&Yes", IDYES, 34, 69, 53, 14, WS_GROUP | WS_TABSTOP
132     PUSHBUTTON "Yes to &all", IDD_YESTOALL, 92, 69, 65, 14, WS_GROUP | WS_TABSTOP
133     PUSHBUTTON "&No", IDNO, 162, 69, 53, 14, WS_GROUP | WS_TABSTOP
134     PUSHBUTTON "&Cancel", IDCANCEL, 220, 69, 53, 14, WS_GROUP | WS_TABSTOP
135     ICON "", IDD_ICON, 10, 10, 16, 16
136     LTEXT "", IDD_MESSAGE, 40, 10, 238, 52, 0
137 }
138
139 SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 210, 152
140 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
141 CAPTION "About %s"
142 FONT 10, "MS Shell Dlg"
143 {
144  DEFPUSHBUTTON "OK", IDOK, 153, 133, 50, 12, WS_TABSTOP
145  LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
146  ICON "", 1088, 10, 10, 14, 16
147  LTEXT "", 100, 30, 10, 137, 10
148  LTEXT "", 101, 30, 22, 137, 10
149  LTEXT "Wine was brought to you by:", 98, 8, 55, 137, 10
150 }
151
152 SHELL_RUN_DLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 227, 95
153 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
154 CAPTION ""
155 FONT 8, "MS Shell Dlg"
156 {
157  ICON "", 12297, 7, 11, 18, 20, WS_VISIBLE
158  LTEXT "Type the name of a program, folder, document, or Internet resource, and Wine will open it for you.", 12289, 36, 11, 182, 18
159  LTEXT "&Open:", 12305, 7, 39, 24, 10
160  CONTROL "", 12298, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 36, 37, 183, 100
161  DEFPUSHBUTTON "OK", IDOK, 62, 63, 50, 14, WS_TABSTOP
162  PUSHBUTTON "Cancel", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP
163  PUSHBUTTON "&Browse...", 12288, 170, 63, 50, 14, WS_TABSTOP
164 }
165
166 STRINGTABLE DISCARDABLE
167 {
168         /* columns in the shellview */
169         IDS_SHV_COLUMN1         "File"
170         IDS_SHV_COLUMN2         "Size"
171         IDS_SHV_COLUMN3         "Type"
172         IDS_SHV_COLUMN4         "Modified"
173         IDS_SHV_COLUMN5         "Attributes"
174         IDS_SHV_COLUMN6         "Size"
175         IDS_SHV_COLUMN7         "Size available"
176         IDS_SHV_COLUMN8         "Name"
177         IDS_SHV_COLUMN9         "Comments"
178         IDS_SHV_COLUMN10        "Owner"
179         IDS_SHV_COLUMN11        "Group"
180         IDS_SHV_COLUMN_DELFROM  "Original location"
181         IDS_SHV_COLUMN_DELDATE  "Date deleted"
182
183         /* special folders */
184         IDS_DESKTOP             "Desktop"
185         IDS_MYCOMPUTER          "My Computer"
186         IDS_RECYCLEBIN_FOLDER_NAME      "Trash"
187
188         /* context menus */
189         IDS_VIEW_LARGE          "Lar&ge Icons"
190         IDS_VIEW_SMALL          "S&mall Icons"
191         IDS_VIEW_LIST           "&List"
192         IDS_VIEW_DETAILS        "&Details"
193         IDS_SELECT              "Select"
194         IDS_OPEN                "Open"
195
196         IDS_CREATEFOLDER_DENIED "Unable to create new Folder: Permission denied."
197         IDS_CREATEFOLDER_CAPTION "Error during creation of a new folder"
198         IDS_DELETEITEM_CAPTION "Confirm file deletion"
199         IDS_DELETEFOLDER_CAPTION "Confirm folder deletion"
200         IDS_DELETEITEM_TEXT "Are you sure you want to delete '%1'?"
201         IDS_DELETEMULTIPLE_TEXT "Are you sure you want to delete these %1 items?"
202         IDS_DELETESELECTED_TEXT "Are you sure you want to delete the selected item(s)?"
203         IDS_TRASHITEM_TEXT "Are you sure that you want to send '%1' to the Trash?"
204         IDS_TRASHFOLDER_TEXT "Are you sure that you want to send '%1' and all its content to the Trash?"
205         IDS_TRASHMULTIPLE_TEXT "Are you sure that you want to send these %1 items to the Trash?"
206         IDS_CANTTRASH_TEXT "The item '%1' can't be sent to Trash. Do you want to delete it instead?"
207         IDS_OVERWRITEFILE_TEXT "This folder already contains a file called '%1'.\n\nDo you want to replace it?"
208         IDS_OVERWRITEFILE_CAPTION "Confirm file overwrite"
209         IDS_OVERWRITEFOLDER_TEXT "This folder already contains a folder named '%1'.\n\n"\
210             "If the files in the destination folder have the same names as files in the\n"\
211             "selected folder they will be replaced. Do you still want to move or copy\n"\
212             "the folder?"
213
214         /* message box strings */
215         IDS_RESTART_TITLE       "Restart"
216         IDS_RESTART_PROMPT      "Do you want to simulate a Windows reboot?"
217         IDS_SHUTDOWN_TITLE      "Shutdown"
218         IDS_SHUTDOWN_PROMPT     "Do you want to shutdown your Wine session?"
219
220         /* shell folder path default values */
221         IDS_PROGRAMS                "Start Menu\\Programs"
222         IDS_PERSONAL                "My Documents"
223         IDS_FAVORITES               "Favorites"
224         IDS_STARTUP                 "Start Menu\\Programs\\StartUp"
225         IDS_RECENT                  "Recent"
226         IDS_SENDTO                  "SendTo"
227         IDS_STARTMENU               "Start Menu"
228         IDS_MYMUSIC                 "My Music"
229         IDS_MYVIDEO                 "My Videos"
230         IDS_DESKTOPDIRECTORY        "Desktop"
231         IDS_NETHOOD                 "NetHood"
232         IDS_TEMPLATES               "Templates"
233         IDS_APPDATA                 "Application Data"
234         IDS_PRINTHOOD               "PrintHood"
235         IDS_LOCAL_APPDATA           "Local Settings\\Application Data"
236         IDS_INTERNET_CACHE          "Local Settings\\Temporary Internet Files"
237         IDS_COOKIES                 "Cookies"
238         IDS_HISTORY                 "Local Settings\\History"
239         IDS_PROGRAM_FILES           "Program Files"
240         IDS_MYPICTURES              "My Pictures"
241         IDS_PROGRAM_FILES_COMMON    "Program Files\\Common Files"
242         IDS_COMMON_DOCUMENTS        "Documents"
243         IDS_ADMINTOOLS              "Start Menu\\Programs\\Administrative Tools"
244         IDS_COMMON_MUSIC            "Documents\\My Music"
245         IDS_COMMON_PICTURES         "Documents\\My Pictures"
246         IDS_COMMON_VIDEO            "Documents\\My Videos"
247         IDS_CDBURN_AREA             "Local Settings\\Application Data\\Microsoft\\CD Burning"
248
249         IDS_NEWFOLDER           "New Folder"
250 }