2 * Copyright 1998 Juergen Schmied
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.
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.
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
19 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
21 MENU_001 MENU DISCARDABLE
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
30 shellview background menu
32 MENU_002 MENU DISCARDABLE
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
44 POPUP "Arrange &Icons"
46 MENUITEM "By &Name", 0x30 /* column 0 */
47 MENUITEM "By &Type", 0x32 /* column 2 */
48 MENUITEM "By &Size", 0x31 /* ... */
49 MENUITEM "By &Date", 0x33
51 MENUITEM "&Auto Arrange", FCIDM_SHVIEW_AUTOARRANGE
53 MENUITEM "Line up Icons", FCIDM_SHVIEW_SNAPTOGRID
55 MENUITEM "Refresh", FCIDM_SHVIEW_REFRESH
57 MENUITEM "Paste", FCIDM_SHVIEW_INSERT
58 MENUITEM "Paste as Link", FCIDM_SHVIEW_INSERTLINK
62 MENUITEM "New &Folder", FCIDM_SHVIEW_NEWFOLDER
63 MENUITEM "New &Link", FCIDM_SHVIEW_NEWLINK
67 MENUITEM "Properties", FCIDM_SHVIEW_PROPERTIES
74 MENU_SHV_FILE MENU DISCARDABLE
78 MENUITEM "&Select" FCIDM_SHVIEW_OPEN
79 MENUITEM "E&xplore", FCIDM_SHVIEW_EXPLORE
80 MENUITEM "&Open", FCIDM_SHVIEW_OPEN
82 MENUITEM "C&ut", FCIDM_SHVIEW_CUT
83 MENUITEM "&Copy", FCIDM_SHVIEW_COPY
85 MENUITEM "Create &Link", FCIDM_SHVIEW_CREATELINK
86 MENUITEM "&Delete", FCIDM_SHVIEW_DELETE
87 MENUITEM "&Rename", FCIDM_SHVIEW_RENAME
89 MENUITEM "&Properties", FCIDM_SHVIEW_PROPERTIES
98 MENUITEM "E&xit", IDM_CPANEL_EXIT
103 MENUITEM "Lar&ge Icons", FCIDM_SHVIEW_BIGICON
104 MENUITEM "S&mall Icons", FCIDM_SHVIEW_SMALLICON
105 MENUITEM "&List", FCIDM_SHVIEW_LISTVIEW
106 MENUITEM "&Details", FCIDM_SHVIEW_REPORTVIEW
111 MENUITEM "&About Control Panel...", IDM_CPANEL_ABOUT
115 SHBRSFORFOLDER_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 188, 192
116 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
117 CAPTION "Browse for Folder"
118 FONT 8, "MS Shell Dlg"
120 DEFPUSHBUTTON "OK", 1, 80, 176, 50, 12, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
121 PUSHBUTTON "Cancel", 2, 134, 176, 50, 12, WS_GROUP | WS_TABSTOP
122 LTEXT "", IDD_TITLE, 4, 4, 180, 12
123 LTEXT "", IDD_STATUS, 4, 25, 180, 12
124 CONTROL "", IDD_TREEVIEW, "SysTreeView32",
125 TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |
126 WS_BORDER | WS_TABSTOP,
130 SHNEWBRSFORFOLDER_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 218, 196
131 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | WS_SIZEBOX | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
132 CAPTION "Browse for Folder"
133 FONT 8, "MS Shell Dlg"
135 LTEXT "", IDD_TITLE, 10, 8, 198, 24
136 LTEXT "", IDD_STATUS, 10, 25, 198, 12
137 LTEXT "Folder:", IDD_FOLDER, 10, 156, 40, 12
138 CONTROL "", IDD_TREEVIEW, "SysTreeView32",
139 TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |
140 WS_BORDER | WS_TABSTOP,
142 EDITTEXT IDD_FOLDERTEXT, 46, 150, 160, 14, WS_BORDER | WS_GROUP | WS_TABSTOP
143 PUSHBUTTON "&Make New Folder", IDD_MAKENEWFOLDER, 12, 174, 70, 14, WS_GROUP | WS_TABSTOP
144 DEFPUSHBUTTON "OK", IDOK, 102, 174, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
145 PUSHBUTTON "Cancel", IDCANCEL, 156, 174, 50, 14, WS_GROUP | WS_TABSTOP
148 SHELL_YESTOALL_MSGBOX DIALOG 200, 100, 280, 90
149 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
151 FONT 8, "MS Shell Dlg"
153 DEFPUSHBUTTON "&Yes", IDYES, 34, 69, 53, 14, WS_GROUP | WS_TABSTOP
154 PUSHBUTTON "Yes to &all", IDD_YESTOALL, 92, 69, 65, 14, WS_GROUP | WS_TABSTOP
155 PUSHBUTTON "&No", IDNO, 162, 69, 53, 14, WS_GROUP | WS_TABSTOP
156 PUSHBUTTON "&Cancel", IDCANCEL, 220, 69, 53, 14, WS_GROUP | WS_TABSTOP
157 ICON "", IDD_ICON, 10, 10, 16, 16
158 LTEXT "", IDD_MESSAGE, 40, 10, 238, 52, 0
161 SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 220, 152
162 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
164 FONT 10, "MS Shell Dlg"
166 DEFPUSHBUTTON "OK", IDOK, 153, 133, 60, 12, WS_TABSTOP
167 PUSHBUTTON "Wine &license...", IDC_ABOUT_LICENSE, 153, 113, 60, 12, WS_TABSTOP
168 LISTBOX IDC_ABOUT_LISTBOX, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
169 ICON "", stc1, 10, 10, 30, 30
170 LTEXT "", IDC_ABOUT_STATIC_TEXT1, 42, 10, 170, 10
171 LTEXT "", IDC_ABOUT_STATIC_TEXT2, 42, 22, 170, 10
172 LTEXT "Running on %s", IDC_ABOUT_STATIC_TEXT3, 42, 34, 170, 10
173 LTEXT "Wine was brought to you by:", IDC_ABOUT_WINE_TEXT, 8, 54, 204, 10
176 SHELL_RUN_DLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 227, 95
177 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
179 FONT 8, "MS Shell Dlg"
181 ICON "", IDC_RUNDLG_ICON, 7, 11, 18, 20, WS_VISIBLE
182 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
183 LTEXT "&Open:", IDC_RUNDLG_LABEL, 7, 39, 24, 10
184 CONTROL "", IDC_RUNDLG_EDITPATH, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 36, 37, 183, 100
185 DEFPUSHBUTTON "OK", IDOK, 62, 63, 50, 14, WS_TABSTOP
186 PUSHBUTTON "Cancel", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP
187 PUSHBUTTON "&Browse...", IDC_RUNDLG_BROWSE, 170, 63, 50, 14, WS_TABSTOP
192 /* columns in the shellview */
193 IDS_SHV_COLUMN1 "File"
194 IDS_SHV_COLUMN2 "Size"
195 IDS_SHV_COLUMN3 "Type"
196 IDS_SHV_COLUMN4 "Modified"
197 IDS_SHV_COLUMN5 "Attributes"
198 IDS_SHV_COLUMN6 "Size"
199 IDS_SHV_COLUMN7 "Size available"
200 IDS_SHV_COLUMN8 "Name"
201 IDS_SHV_COLUMN9 "Comments"
202 IDS_SHV_COLUMN10 "Owner"
203 IDS_SHV_COLUMN11 "Group"
204 IDS_SHV_COLUMN_DELFROM "Original location"
205 IDS_SHV_COLUMN_DELDATE "Date deleted"
207 /* special folders */
208 IDS_DESKTOP "Desktop"
209 IDS_MYCOMPUTER "My Computer"
210 IDS_RECYCLEBIN_FOLDER_NAME "Trash"
211 IDS_CONTROLPANEL "Control Panel"
214 IDS_VIEW_LARGE "Lar&ge Icons"
215 IDS_VIEW_SMALL "S&mall Icons"
216 IDS_VIEW_LIST "&List"
217 IDS_VIEW_DETAILS "&Details"
221 IDS_CREATEFOLDER_DENIED "Unable to create new Folder: Permission denied."
222 IDS_CREATEFOLDER_CAPTION "Error during creation of a new folder"
223 IDS_DELETEITEM_CAPTION "Confirm file deletion"
224 IDS_DELETEFOLDER_CAPTION "Confirm folder deletion"
225 IDS_DELETEITEM_TEXT "Are you sure you want to delete '%1'?"
226 IDS_DELETEMULTIPLE_TEXT "Are you sure you want to delete these %1 items?"
227 IDS_DELETESELECTED_TEXT "Are you sure you want to delete the selected item(s)?"
228 IDS_TRASHITEM_TEXT "Are you sure that you want to send '%1' to the Trash?"
229 IDS_TRASHFOLDER_TEXT "Are you sure that you want to send '%1' and all its content to the Trash?"
230 IDS_TRASHMULTIPLE_TEXT "Are you sure that you want to send these %1 items to the Trash?"
231 IDS_CANTTRASH_TEXT "The item '%1' can't be sent to Trash. Do you want to delete it instead?"
232 IDS_OVERWRITEFILE_TEXT "This folder already contains a file called '%1'.\n\nDo you want to replace it?"
233 IDS_OVERWRITEFILE_CAPTION "Confirm file overwrite"
234 IDS_OVERWRITEFOLDER_TEXT "This folder already contains a folder named '%1'.\n\n"\
235 "If the files in the destination folder have the same names as files in the\n"\
236 "selected folder they will be replaced. Do you still want to move or copy\n"\
239 /* message box strings */
240 IDS_RESTART_TITLE "Restart"
241 IDS_RESTART_PROMPT "Do you want to simulate a Windows reboot?"
242 IDS_SHUTDOWN_TITLE "Shutdown"
243 IDS_SHUTDOWN_PROMPT "Do you want to shutdown your Wine session?"
245 /* Run File dialog */
246 IDS_RUNDLG_ERROR "Unable to display Run File dialog box (internal error)"
247 IDS_RUNDLG_BROWSE_ERROR "Unable to display Browse dialog box (internal error)"
248 IDS_RUNDLG_BROWSE_CAPTION "Browse"
249 IDS_RUNDLG_BROWSE_FILTER "Executable Files\0*.exe\0All Files\0*.*\0\0"
251 /* shell folder path default values */
252 IDS_PROGRAMS "Start Menu\\Programs"
253 IDS_PERSONAL "My Documents"
254 IDS_FAVORITES "Favorites"
255 IDS_STARTUP "Start Menu\\Programs\\StartUp"
258 IDS_STARTMENU "Start Menu"
259 IDS_MYMUSIC "My Music"
260 IDS_MYVIDEO "My Videos"
261 IDS_DESKTOPDIRECTORY "Desktop"
262 IDS_NETHOOD "NetHood"
263 IDS_TEMPLATES "Templates"
264 IDS_APPDATA "Application Data"
265 IDS_PRINTHOOD "PrintHood"
266 IDS_LOCAL_APPDATA "Local Settings\\Application Data"
267 IDS_INTERNET_CACHE "Local Settings\\Temporary Internet Files"
268 IDS_COOKIES "Cookies"
269 IDS_HISTORY "Local Settings\\History"
270 IDS_PROGRAM_FILES "Program Files"
271 IDS_MYPICTURES "My Pictures"
272 IDS_PROGRAM_FILES_COMMON "Program Files\\Common Files"
273 IDS_COMMON_DOCUMENTS "Documents"
274 IDS_ADMINTOOLS "Start Menu\\Programs\\Administrative Tools"
275 IDS_COMMON_MUSIC "Documents\\My Music"
276 IDS_COMMON_PICTURES "Documents\\My Pictures"
277 IDS_COMMON_VIDEO "Documents\\My Videos"
278 IDS_CDBURN_AREA "Local Settings\\Application Data\\Microsoft\\CD Burning"
280 IDS_NEWFOLDER "New Folder"
282 IDS_CPANEL_TITLE "Wine Control Panel"
283 IDS_CPANEL_NAME "Name"
284 IDS_CPANEL_DESCRIPTION "Description"
286 IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this type of file."
291 IDS_LICENSE_CAPTION, "Wine License"
293 "Wine is free software; you can redistribute it and/or \
294 modify it under the terms of the GNU Lesser General Public \
295 License as published by the Free Software Foundation; either \
296 version 2.1 of the License, or (at your option) any later version.\n\n\
297 Wine is distributed in the hope that it will be useful, \
298 but WITHOUT ANY WARRANTY; without even the implied warranty of \
299 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
300 Lesser General Public License for more details.\n\n\
301 You should have received a copy of the GNU Lesser General Public \
302 License along with Wine; if not, write to the Free Software \
303 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA."