shell32: Build the file filter by hand instead of hardcoding it in resource strings.
[wine.git] / dlls / shell32 / shell32_En.rc
blob0f46d9d7e89598255e0ccd8496c87b7629f177f1
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 #include "shresdef.h"
21 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
23 MENU_001 MENU
24 BEGIN
25         MENUITEM "Lar&ge Icons",        FCIDM_SHVIEW_BIGICON
26         MENUITEM "S&mall Icons",        FCIDM_SHVIEW_SMALLICON
27         MENUITEM "&List",               FCIDM_SHVIEW_LISTVIEW
28         MENUITEM "&Details",            FCIDM_SHVIEW_REPORTVIEW
29 END
32  shellview background menu
34 MENU_002 MENU
35 BEGIN
36         POPUP ""
37         BEGIN
38           POPUP "&View"
39           BEGIN
40             MENUITEM "Lar&ge Icons",    FCIDM_SHVIEW_BIGICON
41             MENUITEM "S&mall Icons",    FCIDM_SHVIEW_SMALLICON
42             MENUITEM "&List",           FCIDM_SHVIEW_LISTVIEW
43             MENUITEM "&Details",        FCIDM_SHVIEW_REPORTVIEW
44           END
45           MENUITEM SEPARATOR
46           POPUP "Arrange &Icons"
47           BEGIN
48             MENUITEM "By &Name",        0x30    /* column 0 */
49             MENUITEM "By &Type",        0x32    /* column 2 */
50             MENUITEM "By &Size",        0x31    /* ... */
51             MENUITEM "By &Date",        0x33
52             MENUITEM SEPARATOR
53             MENUITEM "&Auto Arrange",   FCIDM_SHVIEW_AUTOARRANGE
54           END
55           MENUITEM "Line up Icons",     FCIDM_SHVIEW_SNAPTOGRID
56           MENUITEM SEPARATOR
57           MENUITEM "Refresh",           FCIDM_SHVIEW_REFRESH
58           MENUITEM SEPARATOR
59           MENUITEM "Paste",             FCIDM_SHVIEW_INSERT
60           MENUITEM "Paste as Link",     FCIDM_SHVIEW_INSERTLINK
61           MENUITEM SEPARATOR
62           POPUP "New"
63           BEGIN
64             MENUITEM "New &Folder",     FCIDM_SHVIEW_NEWFOLDER
65             MENUITEM "New &Link",       FCIDM_SHVIEW_NEWLINK
66             MENUITEM SEPARATOR
67           END
68           MENUITEM SEPARATOR
69           MENUITEM "Properties",        FCIDM_SHVIEW_PROPERTIES
70         END
71 END
74  shellview item menu
76 MENU_SHV_FILE MENU
77 BEGIN
78         POPUP ""
79         BEGIN
80           MENUITEM "&Select"            FCIDM_SHVIEW_OPEN
81           MENUITEM "E&xplore",          FCIDM_SHVIEW_EXPLORE
82           MENUITEM "&Open",             FCIDM_SHVIEW_OPEN
83           MENUITEM SEPARATOR
84           MENUITEM "C&ut",              FCIDM_SHVIEW_CUT
85           MENUITEM "&Copy",             FCIDM_SHVIEW_COPY
86           MENUITEM SEPARATOR
87           MENUITEM "Create &Link",      FCIDM_SHVIEW_CREATELINK
88           MENUITEM "&Delete",           FCIDM_SHVIEW_DELETE
89           MENUITEM "&Rename",           FCIDM_SHVIEW_RENAME
90           MENUITEM SEPARATOR
91           MENUITEM "&Properties",       FCIDM_SHVIEW_PROPERTIES
92         END
93 END
95 MENU_CPANEL MENU
96 BEGIN
97     POPUP "&File"
98     BEGIN
99         MENUITEM SEPARATOR
100         MENUITEM "E&xit", IDM_CPANEL_EXIT
101     END
103     POPUP "&View"
104     BEGIN
105         MENUITEM "Lar&ge Icons", FCIDM_SHVIEW_BIGICON
106         MENUITEM "S&mall Icons", FCIDM_SHVIEW_SMALLICON
107         MENUITEM "&List", FCIDM_SHVIEW_LISTVIEW
108         MENUITEM "&Details", FCIDM_SHVIEW_REPORTVIEW
109     END
111     POPUP "&Help"
112     BEGIN
113         MENUITEM "&About Control Panel...", IDM_CPANEL_ABOUT
114     END
117 SHBRSFORFOLDER_MSGBOX DIALOG 15, 40, 188, 192
118 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
119 CAPTION "Browse for Folder"
120 FONT 8, "MS Shell Dlg"
122  DEFPUSHBUTTON "OK", 1, 80, 176, 50, 12, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
123  PUSHBUTTON "Cancel", 2, 134, 176, 50, 12, WS_GROUP | WS_TABSTOP
124  LTEXT "", IDD_TITLE, 4, 4, 180, 12
125  LTEXT "", IDD_STATUS, 4, 25, 180, 12
126  CONTROL "", IDD_TREEVIEW, "SysTreeView32",
127         TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |
128         WS_BORDER | WS_TABSTOP,
129         4, 40, 180, 120
132 SHNEWBRSFORFOLDER_MSGBOX DIALOG 15, 40, 218, 196
133 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | WS_SIZEBOX | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
134 CAPTION "Browse for Folder"
135 FONT 8, "MS Shell Dlg"
137  LTEXT "", IDD_TITLE, 10, 8, 198, 24
138  LTEXT "", IDD_STATUS, 10, 25, 198, 12
139  LTEXT "Folder:", IDD_FOLDER, 10, 156, 40, 12
140  CONTROL "", IDD_TREEVIEW, "SysTreeView32",
141         TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |
142         WS_BORDER | WS_TABSTOP,
143         12, 38, 194, 105
144  EDITTEXT IDD_FOLDERTEXT, 46, 150, 160, 14, WS_BORDER | WS_GROUP | WS_TABSTOP
145  PUSHBUTTON "&Make New Folder", IDD_MAKENEWFOLDER, 12, 174, 70, 14, WS_GROUP | WS_TABSTOP
146  DEFPUSHBUTTON "OK", IDOK, 102, 174, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
147  PUSHBUTTON "Cancel", IDCANCEL, 156, 174, 50, 14, WS_GROUP | WS_TABSTOP
150 SHELL_YESTOALL_MSGBOX DIALOG 200, 100, 280, 90
151 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
152 CAPTION "Message"
153 FONT 8, "MS Shell Dlg"
155     DEFPUSHBUTTON "&Yes", IDYES, 34, 69, 53, 14, WS_GROUP | WS_TABSTOP
156     PUSHBUTTON "Yes to &all", IDD_YESTOALL, 92, 69, 65, 14, WS_GROUP | WS_TABSTOP
157     PUSHBUTTON "&No", IDNO, 162, 69, 53, 14, WS_GROUP | WS_TABSTOP
158     PUSHBUTTON "&Cancel", IDCANCEL, 220, 69, 53, 14, WS_GROUP | WS_TABSTOP
159     ICON "", IDD_ICON, 10, 10, 16, 16
160     LTEXT "", IDD_MESSAGE, 40, 10, 238, 52, 0
163 SHELL_ABOUT_MSGBOX DIALOG 15, 40, 220, 152
164 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
165 CAPTION "About %s"
166 FONT 10, "MS Shell Dlg"
168  DEFPUSHBUTTON "OK", IDOK, 153, 133, 60, 12, WS_TABSTOP
169  PUSHBUTTON "Wine &license...", IDC_ABOUT_LICENSE, 153, 113, 60, 12, WS_TABSTOP
170  LISTBOX IDC_ABOUT_LISTBOX, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
171  ICON "", stc1, 10, 10, 30, 30
172  LTEXT "", IDC_ABOUT_STATIC_TEXT1, 42, 10, 170, 10
173  LTEXT "", IDC_ABOUT_STATIC_TEXT2, 42, 22, 170, 10
174  LTEXT "Running on %s", IDC_ABOUT_STATIC_TEXT3, 42, 34, 170, 10
175  LTEXT "Wine was brought to you by:", IDC_ABOUT_WINE_TEXT, 8, 54, 204, 10
178 SHELL_RUN_DLG DIALOG 0, 0, 227, 95
179 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
180 CAPTION ""
181 FONT 8, "MS Shell Dlg"
183  ICON "", IDC_RUNDLG_ICON, 7, 11, 18, 20, WS_VISIBLE
184  LTEXT "Type the name of a program, folder, document, or Internet resource, and Wine will open it for you.", IDC_RUNDLG_DESCRIPTION, 36, 11, 182, 18
185  LTEXT "&Open:", IDC_RUNDLG_LABEL, 7, 39, 24, 10
186  CONTROL "", IDC_RUNDLG_EDITPATH, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 36, 37, 183, 100
187  DEFPUSHBUTTON "OK", IDOK, 62, 63, 50, 14, WS_TABSTOP
188  PUSHBUTTON "Cancel", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP
189  PUSHBUTTON "&Browse...", IDC_RUNDLG_BROWSE, 170, 63, 50, 14, WS_TABSTOP
192 STRINGTABLE
194         /* columns in the shellview */
195         IDS_SHV_COLUMN1         "File"
196         IDS_SHV_COLUMN2         "Size"
197         IDS_SHV_COLUMN3         "Type"
198         IDS_SHV_COLUMN4         "Modified"
199         IDS_SHV_COLUMN5         "Attributes"
200         IDS_SHV_COLUMN6         "Size"
201         IDS_SHV_COLUMN7         "Size available"
202         IDS_SHV_COLUMN8         "Name"
203         IDS_SHV_COLUMN9         "Comments"
204         IDS_SHV_COLUMN10        "Owner"
205         IDS_SHV_COLUMN11        "Group"
206         IDS_SHV_COLUMN_DELFROM  "Original location"
207         IDS_SHV_COLUMN_DELDATE  "Date deleted"
208         IDS_SHV_COL_DOCS        "Documents"
209         IDS_SHV_COL_STATUS      "Status"
210         IDS_SHV_COL_LOCATION    "Location"
211         IDS_SHV_COL_MODEL       "Model"
213         /* special folders */
214         IDS_DESKTOP             "Desktop"
215         IDS_MYCOMPUTER          "My Computer"
216         IDS_RECYCLEBIN_FOLDER_NAME      "Trash"
217         IDS_CONTROLPANEL        "Control Panel"
219         /* context menus */
220         IDS_VIEW_LARGE          "Lar&ge Icons"
221         IDS_VIEW_SMALL          "S&mall Icons"
222         IDS_VIEW_LIST           "&List"
223         IDS_VIEW_DETAILS        "&Details"
224         IDS_SELECT              "Select"
225         IDS_OPEN                "Open"
227         IDS_CREATEFOLDER_DENIED "Unable to create new Folder: Permission denied."
228         IDS_CREATEFOLDER_CAPTION "Error during creation of a new folder"
229         IDS_DELETEITEM_CAPTION "Confirm file deletion"
230         IDS_DELETEFOLDER_CAPTION "Confirm folder deletion"
231         IDS_DELETEITEM_TEXT "Are you sure you want to delete '%1'?"
232         IDS_DELETEMULTIPLE_TEXT "Are you sure you want to delete these %1 items?"
233         IDS_DELETESELECTED_TEXT "Are you sure you want to delete the selected item(s)?"
234         IDS_TRASHITEM_TEXT "Are you sure that you want to send '%1' to the Trash?"
235         IDS_TRASHFOLDER_TEXT "Are you sure that you want to send '%1' and all its content to the Trash?"
236         IDS_TRASHMULTIPLE_TEXT "Are you sure that you want to send these %1 items to the Trash?"
237         IDS_CANTTRASH_TEXT "The item '%1' can't be sent to Trash. Do you want to delete it instead?"
238         IDS_OVERWRITEFILE_TEXT "This folder already contains a file called '%1'.\n\nDo you want to replace it?"
239         IDS_OVERWRITEFILE_CAPTION "Confirm file overwrite"
240         IDS_OVERWRITEFOLDER_TEXT "This folder already contains a folder named '%1'.\n\n"\
241             "If the files in the destination folder have the same names as files in the\n"\
242             "selected folder they will be replaced. Do you still want to move or copy\n"\
243             "the folder?"
245         /* message box strings */
246         IDS_RESTART_TITLE       "Restart"
247         IDS_RESTART_PROMPT      "Do you want to simulate a Windows reboot?"
248         IDS_SHUTDOWN_TITLE      "Shutdown"
249         IDS_SHUTDOWN_PROMPT     "Do you want to shutdown your Wine session?"
251         /* Run File dialog */
252         IDS_RUNDLG_ERROR           "Unable to display Run File dialog box (internal error)"
253         IDS_RUNDLG_BROWSE_ERROR    "Unable to display Browse dialog box (internal error)"
254         IDS_RUNDLG_BROWSE_CAPTION  "Browse"
255         IDS_RUNDLG_BROWSE_FILTER_EXE "Executable files (*.exe)"
256         IDS_RUNDLG_BROWSE_FILTER_ALL "All files (*.*)"
258         /* shell folder path default values */
259         IDS_PROGRAMS                "Start Menu\\Programs"
260         IDS_PERSONAL                "My Documents"
261         IDS_FAVORITES               "Favorites"
262         IDS_STARTUP                 "Start Menu\\Programs\\StartUp"
263         IDS_RECENT                  "Recent"
264         IDS_SENDTO                  "SendTo"
265         IDS_STARTMENU               "Start Menu"
266         IDS_MYMUSIC                 "My Music"
267         IDS_MYVIDEO                 "My Videos"
268         IDS_DESKTOPDIRECTORY        "Desktop"
269         IDS_NETHOOD                 "NetHood"
270         IDS_TEMPLATES               "Templates"
271         IDS_APPDATA                 "Application Data"
272         IDS_PRINTHOOD               "PrintHood"
273         IDS_LOCAL_APPDATA           "Local Settings\\Application Data"
274         IDS_INTERNET_CACHE          "Local Settings\\Temporary Internet Files"
275         IDS_COOKIES                 "Cookies"
276         IDS_HISTORY                 "Local Settings\\History"
277         IDS_PROGRAM_FILES           "Program Files"
278         IDS_PROGRAM_FILESX86        "Program Files (x86)"
279         IDS_MYPICTURES              "My Pictures"
280         IDS_PROGRAM_FILES_COMMON    "Program Files\\Common Files"
281         IDS_PROGRAM_FILES_COMMONX86 "Program Files (x86)\\Common Files"
282         IDS_COMMON_DOCUMENTS        "Documents"
283         IDS_ADMINTOOLS              "Start Menu\\Programs\\Administrative Tools"
284         IDS_COMMON_MUSIC            "Music"
285         IDS_COMMON_PICTURES         "Pictures"
286         IDS_COMMON_VIDEO            "Videos"
287         IDS_CDBURN_AREA             "Local Settings\\Application Data\\Microsoft\\CD Burning"
288         IDS_CONTACTS                "Contacts"
289         IDS_LINKS                   "Links"
290         IDS_PHOTO_ALBUMS            "Pictures\\Slide Shows"
291         IDS_PLAYLISTS               "Music\\Playlists"
292         IDS_PUBLIC_DOWNLOADS        "Downloads"
293         IDS_PUBLIC_GAME_TASKS       "Microsoft\\Windows\\GameExplorer"
294         IDS_PUBLIC_LIBRARIES        "Microsoft\\Windows\\Libraries"
295         IDS_PUBLIC_RINGTONES        "Microsoft\\Windows\\Ringtones"
296         IDS_SAMPLE_MUSIC            "Music\\Sample Music"
297         IDS_SAMPLE_PICTURES         "Pictures\\Sample Pictures"
298         IDS_SAMPLE_PLAYLISTS        "Music\\Sample Playlists"
299         IDS_SAMPLE_VIDEOS           "Videos\\Sample Videos"
300         IDS_SAVED_GAMES             "Saved Games"
301         IDS_SAVED_SEARCHES          "Searches"
302         IDS_USER_PROFILES           "Users"
303         IDS_COMMON_OEM_LINKS        "OEM Links"
304         IDS_DOCUMENTS               "Documents"
305         IDS_DOWNLOADS               "Downloads"
306         IDS_LOCAL_APPDATA_LOW       "AppData\\LocalLow"
308         IDS_NEWFOLDER           "New Folder"
310         IDS_CPANEL_TITLE            "Wine Control Panel"
311         IDS_CPANEL_NAME             "Name"
312         IDS_CPANEL_DESCRIPTION      "Description"
314         IDS_SHLEXEC_NOASSOC         "There is no Windows program configured to open this type of file."
317 STRINGTABLE
319 IDS_LICENSE_CAPTION,            "Wine License"
320 IDS_LICENSE,
321 "Wine is free software; you can redistribute it and/or \
322 modify it under the terms of the GNU Lesser General Public \
323 License as published by the Free Software Foundation; either \
324 version 2.1 of the License, or (at your option) any later version.\n\n\
325 Wine is distributed in the hope that it will be useful, \
326 but WITHOUT ANY WARRANTY; without even the implied warranty of \
327 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU \
328 Lesser General Public License for more details.\n\n\
329 You should have received a copy of the GNU Lesser General Public \
330 License along with Wine; if not, write to the Free Software \
331 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA."