3 * English Language Support
5 * Copyright 2000 Martin Fuchs
6 * Copyright 2002 Steven Edwards
7 * Copyright 2002 Alexandre Julliard
9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
11 * License as published by the Free Software Foundation; either
12 * version 2.1 of the License, or (at your option) any later version.
14 * This library is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * Lesser General Public License for more details.
19 * You should have received a copy of the GNU Lesser General Public
20 * License along with this library; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
25 #pragma code_page(850)
30 IDM_WINEFILE MENU FIXED IMPURE
33 MENUITEM "&Open\tEnter" , 101
34 MENUITEM "&Move...\tF7" , 106
35 MENUITEM "&Copy...\tF8" , 107
36 MENUITEM "&In Clipboard...\tF9" , 118
37 MENUITEM "&Delete\tDel" , 108
38 MENUITEM "Re&name..." , 109
39 MENUITEM "Propert&ies...\tAlt+Enter" , ID_EDIT_PROPERTIES
41 MENUITEM "C&ompress..." , 119
42 MENUITEM "Dec&ompress..." , 120
44 MENUITEM "&Run..." , ID_EXECUTE
45 MENUITEM "&Print..." , 102
46 MENUITEM "Associate..." , 103
48 MENUITEM "Cr&eate Directory..." , 111
49 MENUITEM "Searc&h..." , 104
50 MENUITEM "&Select Files..." , 116
52 #ifndef _NO_EXTENSIONS
53 MENUITEM "E&xit\tAlt+X" , ID_FILE_EXIT
55 MENUITEM "E&xit", ID_FILE_EXIT
60 MENUITEM "&Copy Disk..." , 201
61 MENUITEM "&Label Disk..." , 202
63 MENUITEM "&Format Disk..." , 203
65 MENUITEM "&Make System Disk...", -1 /*@@ */
68 MENUITEM "Connect &Network Drive" , 252
69 MENUITEM "&Disconnect Network Drive" , 253
71 MENUITEM "Share as..." , 254
72 MENUITEM "&Remove Share..." , 255
74 MENUITEM "&Select Drive..." , 251
77 POPUP "&Directories" {
78 MENUITEM "&Next Level\t+" , 301
79 MENUITEM "Expand &Tree\t*" , 302
80 MENUITEM "Expand &all\tStrg+*" , 303
81 MENUITEM "Collapse &Tree\t-" , 304
83 MENUITEM "&Mark Childs" , 505
87 MENUITEM "T&ree and Directory" , 413
88 MENUITEM "Tr&ee Only" , 411
89 MENUITEM "Directory &Only" , 412
91 MENUITEM "Sp&lit" , 414
93 MENUITEM "&Name" , ID_VIEW_NAME
94 MENUITEM "&All File Details" , ID_VIEW_ALL_ATTRIBUTES, CHECKED
95 MENUITEM "&Partial Details..." , ID_VIEW_SELECTED_ATTRIBUTES
97 MENUITEM "&Sort by Name" , 404
98 MENUITEM "Sort &by Type" , 405
99 MENUITEM "Sort by Si&ze" , 406
100 MENUITEM "Sort by &Date" , 407
102 MENUITEM "Sort by &..." , 409
106 MENUITEM "&Confirmation..." , -1
107 MENUITEM "&Font..." , -1
108 MENUITEM "Customize Tool&bar..." , -1
110 MENUITEM "&Toolbar" , ID_VIEW_TOOL_BAR, CHECKED
111 MENUITEM "&Drivebar" , ID_VIEW_DRIVE_BAR, CHECKED
112 MENUITEM "&Status Bar" , ID_VIEW_STATUSBAR, CHECKED
113 #ifndef _NO_EXTENSIONS
114 MENUITEM "F&ull Screen\tCtrl+Shift+S" , ID_VIEW_FULLSCREEN
117 MENUITEM "&Minize on run" , -1
118 MENUITEM "&Save settings on exit" , 511
123 MENUITEM "&Access..." , 605
124 MENUITEM "&Logging..." , 606
125 MENUITEM "&Owner..." , 607
129 MENUITEM "New &Window" , ID_WINDOW_NEW
130 MENUITEM "Cascading\tCtrl+F5" , ID_WINDOW_CASCADE
131 MENUITEM "Tile &Horizontally" , ID_WINDOW_TILE_HORZ
132 MENUITEM "Tile &Vertically\tCtrl+F4" , ID_WINDOW_TILE_VERT
133 #ifndef _NO_EXTENSIONS
134 MENUITEM "Arrange Automatically" , ID_WINDOW_AUTOSORT
136 MENUITEM "Arrange &Symbols" , ID_WINDOW_ARRANGE
137 MENUITEM "&Refresh\tF5" , ID_REFRESH
141 MENUITEM "&Help Topics\tF1" , ID_HELP
142 MENUITEM "Help &Search...\tF1" , ID_HELP
143 MENUITEM "&Using Help\tF1" , ID_HELP_USING
146 MENUITEM "Info about &Wine..." , ID_ABOUT_WINE
148 * MENUITEM "&License..." ID_LICENSE
149 * MENUITEM "&NO WARRANTY" ID_NO_WARRANTY
156 IDD_EXECUTE DIALOG FIXED IMPURE 15, 13, 210, 63
157 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
159 FONT 8, "MS Shell Dlg"
161 CONTROL "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
162 CONTROL "&Command:" , -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
163 EDITTEXT 201, 3, 29, 134, 12, ES_AUTOHSCROLL
164 CONTROL "As &Symbol" , 214, "Button", BS_AUTOCHECKBOX|WS_TABSTOP,3, 45, 71, 12
165 DEFPUSHBUTTON "OK" , 1, 158, 6, 47, 14
166 PUSHBUTTON "Cancel" , 2, 158, 23, 47, 14
167 PUSHBUTTON "&Help" , 254, 158, 43, 47, 14