update for HEAD-2003091401
[reactos.git] / subsys / system / explorer / winefile / en.rc
1 /*
2  * WineFile
3  * English Language Support
4  *
5  * Copyright 2000 Martin Fuchs
6  * Copyright 2002 Steven Edwards
7  * Copyright 2002 Alexandre Julliard
8  *
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.
13  *
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.
18  *
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
22  */
23
24 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
25 #pragma code_page(850)
26
27
28 /* Menu */
29
30 IDM_WINEFILE MENU FIXED IMPURE
31 {
32         POPUP "&File"  {
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
40                 MENUITEM SEPARATOR
41                 MENUITEM "C&ompress..." ,               119
42                 MENUITEM "Dec&ompress..." ,             120
43                 MENUITEM SEPARATOR
44                 MENUITEM "&Run..." ,                    ID_EXECUTE
45                 MENUITEM "&Print..." ,                  102
46                 MENUITEM "Associate..." ,               103
47                 MENUITEM SEPARATOR
48                 MENUITEM "Cr&eate Directory..." ,                       111
49                 MENUITEM "Searc&h..." ,                 104
50                 MENUITEM "&Select Files..." ,                   116
51                 MENUITEM SEPARATOR
52 #ifndef _NO_EXTENSIONS
53                 MENUITEM "E&xit\tAlt+X" ,                       ID_FILE_EXIT
54 #else
55                 MENUITEM "E&xit",                               ID_FILE_EXIT
56 #endif
57         }
58
59         POPUP "&Disk"  {
60                 MENUITEM "&Copy Disk..." ,                      201
61                 MENUITEM "&Label Disk..." ,                     202
62                 MENUITEM SEPARATOR
63                 MENUITEM "&Format Disk..." ,                    203
64 #ifdef _WIN95
65                 MENUITEM "&Make System Disk...", -1     //TODO
66 #endif
67                 MENUITEM SEPARATOR
68                 MENUITEM "Connect &Network Drive" ,                     252
69                 MENUITEM "&Disconnect Network Drive" ,          253
70                 MENUITEM SEPARATOR
71                 MENUITEM "Share as..." ,                        254
72                 MENUITEM "&Remove Share..." ,                   255
73                 MENUITEM SEPARATOR
74                 MENUITEM "&Select Drive..." ,                   251
75         }
76
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
82                 MENUITEM SEPARATOR
83                 MENUITEM "&Mark Childs" ,                               505
84         }
85
86         POPUP "&View"  {
87                 MENUITEM "T&ree and Directory" ,                        413
88                 MENUITEM "Tr&ee Only" ,                 411
89                 MENUITEM "Directory &Only" ,                    412
90                 MENUITEM SEPARATOR
91                 MENUITEM "Sp&lit" ,                     414
92                 MENUITEM SEPARATOR
93                 MENUITEM "&Name" ,                      ID_VIEW_NAME
94                 MENUITEM "&All File Details" ,                          ID_VIEW_ALL_ATTRIBUTES, CHECKED
95                 MENUITEM "&Partial Details..." ,                        ID_VIEW_SELECTED_ATTRIBUTES
96                 MENUITEM SEPARATOR
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
101                 MENUITEM SEPARATOR
102                 MENUITEM "Sort by &..." ,                       409
103         }
104
105         POPUP "&Options"  {
106                 MENUITEM "&Confirmation..." ,           -1
107                 MENUITEM "&Font..." ,                   -1
108                 MENUITEM "Customize Tool&bar..." , -1
109                 MENUITEM SEPARATOR
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
115 #endif
116                 MENUITEM SEPARATOR
117                 MENUITEM "&Symbol nach Programmstart" ,         -1
118                 MENUITEM "&Einstellungen beim Beenden speichern" ,                      511
119         }
120
121
122         POPUP "&Security"  {
123                 MENUITEM "&Access..." ,         605
124                 MENUITEM "&Logging..." ,                        606
125                 MENUITEM "&Owner..." ,          607
126         }
127
128         POPUP "&Window"  {
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
135 #endif
136                 MENUITEM "Arrange &Symbols" ,           ID_WINDOW_ARRANGE
137                 MENUITEM "&Refresh\tF5" ,               ID_REFRESH
138         }
139
140         POPUP "&?"  {
141                 MENUITEM "&Help Topics\tF1" ,                   ID_HELP
142                 MENUITEM "Help &Search...\tF1" ,                        ID_HELP
143                 MENUITEM "&Using Help\tF1" ,                    ID_HELP_USING
144                 MENUITEM SEPARATOR
145                 MENUITEM "Info about &Winefile..." ,            ID_ABOUT
146 /*              POPUP "Info..."  {
147                   MENUITEM "Info about &Wine..." ,                      ID_ABOUT_WINE
148 //                MENUITEM "&License..."                ID_LICENSE
149 //                MENUITEM "&NO WARRANTY"               ID_NO_WARRANTY
150                 } */
151         }
152 }
153
154
155 IDD_EXECUTE DIALOG FIXED IMPURE 15, 13, 210, 63
156 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
157 CAPTION "Execute"
158 FONT 8, "MS Shell Dlg"
159 {
160         CONTROL                 "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
161         CONTROL                 "&Command:" , -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
162         EDITTEXT                201, 3, 29, 134, 12, ES_AUTOHSCROLL
163         CONTROL                 "As &Symbol" , 214, "Button", BS_AUTOCHECKBOX|WS_TABSTOP,3, 45, 71, 12
164         DEFPUSHBUTTON   "OK" , 1, 158, 6, 47, 14
165         PUSHBUTTON              "Cancel" , 2, 158, 23, 47, 14
166         PUSHBUTTON              "&Help" , 254, 158, 43, 47, 14
167 }