[BROWSEUI] Handle Alt+Up. Patch by Jared Smudde CORE-10528
[reactos.git] / reactos / dll / win32 / browseui / lang / en-US.rc
1 /*
2 * Copyright 2009 Andrew Hill
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 */
18
19 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
20
21 /* Menus */
22
23 IDM_CABINET_CONTEXTMENU MENUEX
24 BEGIN
25 POPUP "", 264,MFT_STRING,MFS_ENABLED
26 BEGIN
27 MENUITEM "&Standard Buttons", IDM_TOOLBARS_STANDARDBUTTONS, MFT_STRING, MFS_ENABLED
28 MENUITEM "&Address Bar", IDM_TOOLBARS_ADDRESSBAR, MFT_STRING, MFS_ENABLED
29 MENUITEM "&Links", IDM_TOOLBARS_LINKSBAR, MFT_STRING, MFS_ENABLED
30 MENUITEM "", -1, MFT_SEPARATOR
31 MENUITEM "Lock the Tool&bars", IDM_TOOLBARS_LOCKTOOLBARS, MFT_STRING, MFS_ENABLED
32 MENUITEM "&Customize...", IDM_TOOLBARS_CUSTOMIZE, MFT_STRING, MFS_ENABLED
33 MENUITEM "&Text Labels", IDM_TOOLBARS_TEXTLABELS, MFT_STRING, MFS_ENABLED
34 MENUITEM "&Go Button", IDM_TOOLBARS_GOBUTTON, MFT_STRING, MFS_ENABLED
35 END
36 END
37
38 IDM_CABINET_MAINMENU MENUEX
39 BEGIN
40 POPUP "&File", FCIDM_MENU_FILE
41 BEGIN
42 MENUITEM "", -1, MFT_SEPARATOR
43 MENUITEM "&Close", IDM_FILE_CLOSE
44 END
45 POPUP "&Edit", FCIDM_MENU_EDIT
46 BEGIN
47 MENUITEM "", -1, MFT_SEPARATOR
48 END
49 POPUP "&View", FCIDM_MENU_VIEW
50 BEGIN
51 POPUP "&Toolbars", IDM_VIEW_TOOLBARS
52 BEGIN
53 MENUITEM "", -1, MFT_SEPARATOR
54 END
55 MENUITEM "Status &Bar", IDM_VIEW_STATUSBAR
56 POPUP "&Explorer Bar", IDM_VIEW_EXPLORERBAR
57 BEGIN
58 MENUITEM "&Search\tCtrl+E", IDM_EXPLORERBAR_SEARCH
59 MENUITEM "&Favorites\tCtrl+I", IDM_EXPLORERBAR_FAVORITES
60 MENUITEM "&Media", IDM_EXPLORERBAR_MEDIA
61 MENUITEM "&History\tCtrl+H", IDM_EXPLORERBAR_HISTORY
62 MENUITEM "F&olders", IDM_EXPLORERBAR_FOLDERS
63 MENUITEM "", IDM_EXPLORERBAR_SEPARATOR
64 END
65 MENUITEM "", FCIDM_MENU_VIEW_SEP_OPTIONS, MFT_SEPARATOR
66 POPUP "G&o To", FCIDM_MENU_EXPLORE
67 BEGIN
68 MENUITEM "&Back\tAlt+Left Arrow", IDM_GOTO_BACK
69 MENUITEM "&Forward\tAlt+Right Arrow", IDM_GOTO_FORWARD
70 MENUITEM "&Up One Level", IDM_GOTO_UPONELEVEL
71 MENUITEM "", -1, MFT_SEPARATOR
72 MENUITEM "&Home Page\tAlt+Home", IDM_GOTO_HOMEPAGE
73 END
74 MENUITEM "&Refresh", IDM_VIEW_REFRESH
75 END
76 POPUP "F&avorites", FCIDM_MENU_FAVORITES
77 BEGIN
78 MENUITEM "&Add to Favorites...", IDM_FAVORITES_ADDTOFAVORITES
79 MENUITEM "&Organize Favorites...", IDM_FAVORITES_ORGANIZEFAVORITES
80 MENUITEM "", -1, MFT_SEPARATOR
81 MENUITEM "(Empty)", IDM_FAVORITES_EMPTY
82 END
83 POPUP "&Tools", FCIDM_MENU_TOOLS
84 BEGIN
85 MENUITEM "Map &Network Drive...", IDM_TOOLS_MAPNETWORKDRIVE
86 MENUITEM "&Disconnect Network Drive...", IDM_TOOLS_DISCONNECTNETWORKDRIVE
87 MENUITEM "&Synchronize...", IDM_TOOLS_SYNCHRONIZE
88 MENUITEM "", -1, MFT_SEPARATOR
89 MENUITEM "Folder &Options...", IDM_TOOLS_FOLDEROPTIONS
90 END
91 POPUP "&Help", FCIDM_MENU_HELP
92 BEGIN
93 MENUITEM "Is this copy of ReactOS &legal?", IDM_HELP_ISTHISCOPYLEGAL
94 MENUITEM "&About ReactOS", IDM_HELP_ABOUT
95 END
96 END
97
98 IDM_TASKBAR_TOOLBARS MENUEX
99 BEGIN
100 POPUP "&Toolbars", -1, MFT_STRING, MFS_ENABLED, 0
101 BEGIN
102 MENUITEM "&Desktop", IDM_TASKBAR_TOOLBARS_DESKTOP, MFT_STRING, MFS_GRAYED
103 MENUITEM "&Quick Launch", IDM_TASKBAR_TOOLBARS_QUICKLAUNCH, MFT_STRING, MFS_GRAYED
104 MENUITEM "", -1, MFT_SEPARATOR, MFS_ENABLED
105 MENUITEM "&New Toolbar...", IDM_TASKBAR_TOOLBARS_NEW, MFT_STRING, MFS_GRAYED
106 END
107 END
108
109 /* Dialogs */
110
111 IDD_PROGRESS_DLG DIALOGEX 0, 0, 260, 85
112 STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
113 CAPTION ""
114 FONT 8, "MS Shell Dlg"
115 {
116 CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 30 /* TODO: style */
117 LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
118 LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
119 LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
120 CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
121 PUSHBUTTON "Cancel", IDCANCEL, 205, 65, 50, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
122 }
123
124 IDD_CUSTOMIZETOOLBAREX DIALOGEX 0, 0, 357, 33
125 STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CAPTION
126 FONT 8, "MS Shell Dlg", 0, 0, 0x1
127 BEGIN
128 LTEXT "Te&xt options:", -1, 4, 2, 48, 15
129 COMBOBOX IDC_TEXTOPTIONS, 52, 0, 123, 57, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
130 LTEXT "Ico&n options:", -1, 4, 20, 48, 15
131 COMBOBOX IDC_ICONOPTIONS, 52, 18, 123, 57, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
132 END
133
134 /* Accelerators */
135
136 IDR_ACCELERATORS ACCELERATORS
137 BEGIN
138 VK_F5, IDM_VIEW_REFRESH, VIRTKEY, NOINVERT
139 VK_F5, IDM_VIEW_REFRESH, VIRTKEY, CONTROL, NOINVERT
140 "R", IDM_VIEW_REFRESH, VIRTKEY, CONTROL, NOINVERT
141 VK_HOME, IDM_GOTO_HOMEPAGE, VIRTKEY, ALT, NOINVERT
142 "D", IDM_FAVORITES_ADDTOFAVORITES, VIRTKEY, CONTROL, NOINVERT
143 "B", IDM_FAVORITES_ORGANIZEFAVORITES, VIRTKEY, CONTROL, NOINVERT
144 VK_LEFT, IDM_GOTO_BACK, VIRTKEY, ALT
145 VK_RIGHT, IDM_GOTO_FORWARD, VIRTKEY, ALT
146 VK_UP, IDM_GOTO_UPONELEVEL, VIRTKEY, ALT
147 VK_BACK, 41010, NOINVERT, VIRTKEY
148 "W", IDM_FILE_CLOSE, VIRTKEY, CONTROL, NOINVERT
149 "E", IDM_EXPLORERBAR_SEARCH, VIRTKEY, CONTROL, NOINVERT
150 "I", IDM_EXPLORERBAR_FAVORITES, VIRTKEY, CONTROL, NOINVERT
151 "H", IDM_EXPLORERBAR_HISTORY, VIRTKEY, CONTROL, NOINVERT
152 END
153
154 /* Strings */
155
156 STRINGTABLE
157 BEGIN
158 IDS_CANCELLING "Canceling..."
159 IDS_REMAINING "Remaining"
160 END
161
162 STRINGTABLE
163 BEGIN
164 800 "Contains commands for manipulating the selected items."
165 END
166
167 STRINGTABLE
168 BEGIN
169 864 "Contains edit commands."
170 END
171
172 STRINGTABLE
173 BEGIN
174 928 "Contains commands for manipulating the view."
175 END
176
177 STRINGTABLE
178 BEGIN
179 992 "Contains tools commands."
180 END
181
182 STRINGTABLE
183 BEGIN
184 1056 "Contains commands for displaying Help."
185 END
186
187 STRINGTABLE
188 BEGIN
189 9025 "Closes the window."
190 9026 "Goes up one level."
191 END
192
193 STRINGTABLE
194 BEGIN
195 9121 "Connects to a network drive."
196 9122 "Disconnects from a network drive."
197 END
198
199 STRINGTABLE
200 BEGIN
201 9250 "Displays program information, version number, and copyright."
202 9252 "Displays information for debugging."
203 END
204
205 STRINGTABLE
206 BEGIN
207 9281 "Goes to the previous page."
208 9282 "Goes to the next page."
209 9283 "Enables you to change settings."
210 9285 "Goes to your home page."
211 END
212
213 STRINGTABLE
214 BEGIN
215 9362 "Opens the Favorites folder."
216 9363 "Adds the current page to your Favorites list."
217 END
218
219 STRINGTABLE
220 BEGIN
221 9505 "Shows or hides toolbars."
222 9506 "Shows or hides the status bar."
223 9508 "Displays the Standard Buttons toolbar."
224 9509 "Displays the Address bar."
225 9510 "Displays the Quick Links bar."
226 9516 "Locks the sizes and positions of the toolbars."
227 END
228
229 STRINGTABLE
230 BEGIN
231 9533 "Customizes the toolbar."
232 END
233
234 STRINGTABLE
235 BEGIN
236 9552 "Shows or hides an Explorer bar."
237 9553 "Shows the Search bar."
238 9554 "Shows the Favorites bar."
239 9555 "Shows the History bar."
240 9557 "Shows the Folders bar."
241 9559 "Shows the Media Bar."
242 END
243
244 STRINGTABLE
245 BEGIN
246 IDS_SMALLICONS "Small icons"
247 IDS_LARGEICONS "Large icons"
248 IDS_SHOWTEXTLABELS "Show text labels"
249 END
250
251 STRINGTABLE
252 BEGIN
253 IDS_NOTEXTLABELS "No text labels"
254 IDS_SELECTIVETEXTONRIGHT "Selective text on right"
255 END
256
257 STRINGTABLE
258 BEGIN
259 IDS_GOBUTTONLABEL "|Go||"
260 IDS_GOBUTTONTIPTEMPLATE "Go to ""%s"""
261 END
262
263 STRINGTABLE
264 BEGIN
265 IDS_SEARCHLABEL "Search"
266 IDS_ADDRESSBANDLABEL "A&ddress"
267 END
268
269 STRINGTABLE
270 BEGIN
271 IDS_FOLDERSLABEL "Folders"
272 END
273
274 STRINGTABLE
275 BEGIN
276 IDS_HISTORYTEXT "&History\tCtrl+H"
277 END
278
279 STRINGTABLE
280 BEGIN
281 IDS_UP "Up"
282 END
283
284 STRINGTABLE
285 BEGIN
286 IDS_BACK "Back to %s"
287 IDS_FORWARD "Forward to %s"
288 END
289
290 STRINGTABLE
291 BEGIN
292 IDS_STANDARD_TOOLBAR, "|Back|Forward|Up|Search|Folders|Move To|Copy To|Delete|Undo|Views|Stop|Refresh|Home|Map Drive|Disconnect|Favorites|History|Full Screen|Properties|Cut|Copy|Paste|Folder Options||"
293 END