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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 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 "E&xplore", FCIDM_SHVIEW_EXPLORE
79 MENUITEM "&Open", FCIDM_SHVIEW_OPEN
81 MENUITEM "C&ut", FCIDM_SHVIEW_CUT
82 MENUITEM "&Copy", FCIDM_SHVIEW_COPY
84 MENUITEM "Create &Link", FCIDM_SHVIEW_CREATELINK
85 MENUITEM "&Delete", FCIDM_SHVIEW_DELETE
86 MENUITEM "&Rename", FCIDM_SHVIEW_RENAME
88 MENUITEM "&Properties", FCIDM_SHVIEW_PROPERTIES
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, "MS Shell Dlg"
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,
107 SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 210, 152
108 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
110 FONT 10, "MS Shell Dlg"
112 DEFPUSHBUTTON "OK", IDOK, 153, 133, 50, 12, WS_TABSTOP
113 LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
114 ICON "", 1088, 10, 10, 14, 16
115 LTEXT "", 100, 30, 10, 137, 10
116 LTEXT "", 101, 30, 22, 137, 10
117 LTEXT "Wine was brought to you by:", 98, 8, 55, 137, 10
120 SHELL_RUN_DLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 227, 95
121 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
123 FONT 8, "MS Shell Dlg"
125 ICON "", 12297, 7, 11, 18, 20, WS_VISIBLE
126 LTEXT "Type the name of a program, folder, document, or Internet resource, and Wine will open it for you.", 12289, 36, 11, 182, 18
127 LTEXT "&Open:", 12305, 7, 39, 24, 10
128 CONTROL "", 12298, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 36, 37, 183, 100
129 DEFPUSHBUTTON "OK", IDOK, 62, 63, 50, 14, WS_TABSTOP
130 PUSHBUTTON "Cancel", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP
131 PUSHBUTTON "&Browse...", 12288, 170, 63, 50, 14, WS_TABSTOP
134 STRINGTABLE DISCARDABLE
136 /* columns in the shellview */
137 IDS_SHV_COLUMN1 "File"
138 IDS_SHV_COLUMN2 "Size"
139 IDS_SHV_COLUMN3 "Type"
140 IDS_SHV_COLUMN4 "Modified"
141 IDS_SHV_COLUMN5 "Attributes"
142 IDS_SHV_COLUMN6 "Size"
143 IDS_SHV_COLUMN7 "Size available"
144 IDS_SHV_COLUMN8 "Name"
145 IDS_SHV_COLUMN9 "Comments"
146 IDS_SHV_COLUMN10 "Owner"
147 IDS_SHV_COLUMN11 "Group"
149 /* special folders */
150 IDS_DESKTOP "Desktop"
151 IDS_MYCOMPUTER "My Computer"
154 IDS_VIEW_LARGE "Lar&ge Icons"
155 IDS_VIEW_SMALL "S&mall Icons"
156 IDS_VIEW_LIST "&List"
157 IDS_VIEW_DETAILS "&Details"
161 IDS_CREATEFOLDER_DENIED "Unable to create new Folder: Permission denied."
162 IDS_CREATEFOLDER_CAPTION "Error during creation of a new folder"
163 IDS_DELETEITEM_CAPTION "Confirm file deletion"
164 IDS_DELETEFOLDER_CAPTION "Confirm folder deletion"
165 IDS_DELETEITEM_TEXT "Are you sure you want to delete '%1'?"
166 IDS_DELETEMULTIPLE_TEXT "Are you sure you want to delete these %1 items?"
167 IDS_OVERWRITEFILE_TEXT "OverWrite File %1?"
168 IDS_OVERWRITEFILE_CAPTION "Confirm File OverWrite"
170 /* message box strings */
171 IDS_RESTART_TITLE "Restart"
172 IDS_RESTART_PROMPT "Do you want to simulate a Windows reboot?"
173 IDS_SHUTDOWN_TITLE "Shutdown"
174 IDS_SHUTDOWN_PROMPT "Do you want to shutdown your Wine session?"
176 /* shell folder path default values */
177 IDS_PROGRAMS "Start Menu\\Programs"
178 IDS_PERSONAL "My Documents"
179 IDS_FAVORITES "Favorites"
180 IDS_STARTUP "Start Menu\\Programs\\StartUp"
183 IDS_STARTMENU "Start Menu"
184 IDS_MYMUSIC "My Documents\\My Music"
185 IDS_MYVIDEO "My Documents\\My Video"
186 IDS_DESKTOPDIRECTORY "Desktop"
187 IDS_NETHOOD "NetHood"
188 IDS_TEMPLATES "Templates"
189 IDS_APPDATA "Application Data"
190 IDS_PRINTHOOD "PrintHood"
191 IDS_LOCAL_APPDATA "Local Settings\\Application Data"
192 IDS_INTERNET_CACHE "Local Settings\\Temporary Internet Files"
193 IDS_COOKIES "Cookies"
194 IDS_HISTORY "Local Settings\\History"
195 IDS_PROGRAM_FILES "Program Files"
196 IDS_MYPICTURES "My Documents\\My Pictures"
197 IDS_PROGRAM_FILES_COMMON "Program Files\\Common Files"
198 IDS_COMMON_DOCUMENTS "Documents"
199 IDS_ADMINTOOLS "Start Menu\\Programs\\Administrative Tools"
200 IDS_COMMON_MUSIC "Documents\\My Music"
201 IDS_COMMON_PICTURES "Documents\\My Pictures"
202 IDS_COMMON_VIDEO "Documents\\My Video"
203 IDS_CDBURN_AREA "Local Settings\\Application Data\\Microsoft\\CD Burning"