Sync with trunk revision 64099.
[reactos.git] / 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 /* Dialogs */
99
100 IDD_CUSTOMIZETOOLBAREX DIALOGEX 0, 0, 357, 33
101 STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CAPTION
102 FONT 8, "MS Shell Dlg", 0, 0, 0x1
103 BEGIN
104 LTEXT "Te&xt options:", -1, 4, 2, 48, 15
105 COMBOBOX IDC_TEXTOPTIONS, 52, 0, 123, 57, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
106 LTEXT "Ico&n options:", -1, 4, 20, 48, 15
107 COMBOBOX IDC_ICONOPTIONS, 52, 18, 123, 57, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
108 END
109
110 /* Accelerators */
111
112 IDR_ACCELERATORS ACCELERATORS
113 BEGIN
114 VK_F5, IDM_VIEW_REFRESH, VIRTKEY, NOINVERT
115 VK_F5, IDM_VIEW_REFRESH, VIRTKEY, CONTROL, NOINVERT
116 "R", IDM_VIEW_REFRESH, VIRTKEY, CONTROL, NOINVERT
117 VK_HOME, IDM_GOTO_HOMEPAGE, VIRTKEY, ALT, NOINVERT
118 "D", IDM_FAVORITES_ADDTOFAVORITES, VIRTKEY, CONTROL, NOINVERT
119 "B", IDM_FAVORITES_ORGANIZEFAVORITES, VIRTKEY, CONTROL, NOINVERT
120 VK_LEFT, IDM_GOTO_BACK, VIRTKEY, ALT
121 VK_RIGHT, IDM_GOTO_FORWARD, VIRTKEY, ALT
122 "W", IDM_FILE_CLOSE, VIRTKEY, CONTROL, NOINVERT
123 "E", IDM_EXPLORERBAR_SEARCH, VIRTKEY, CONTROL, NOINVERT
124 "I", IDM_EXPLORERBAR_FAVORITES, VIRTKEY, CONTROL, NOINVERT
125 "H", IDM_EXPLORERBAR_HISTORY, VIRTKEY, CONTROL, NOINVERT
126 END
127
128 /* Strings */
129
130 STRINGTABLE
131 BEGIN
132 800 "Contains commands for manipulating the selected items."
133 END
134
135 STRINGTABLE
136 BEGIN
137 864 "Contains edit commands."
138 END
139
140 STRINGTABLE
141 BEGIN
142 928 "Contains commands for manipulating the view."
143 END
144
145 STRINGTABLE
146 BEGIN
147 992 "Contains tools commands."
148 END
149
150 STRINGTABLE
151 BEGIN
152 1056 "Contains commands for displaying Help."
153 END
154
155 STRINGTABLE
156 BEGIN
157 9025 "Closes the window."
158 9026 "Goes up one level."
159 END
160
161 STRINGTABLE
162 BEGIN
163 9121 "Connects to a network drive."
164 9122 "Disconnects from a network drive."
165 END
166
167 STRINGTABLE
168 BEGIN
169 9250 "Displays program information, version number, and copyright."
170 9252 "Displays information for debugging."
171 END
172
173 STRINGTABLE
174 BEGIN
175 9281 "Goes to the previous page."
176 9282 "Goes to the next page."
177 9283 "Enables you to change settings."
178 9285 "Goes to your home page."
179 END
180
181 STRINGTABLE
182 BEGIN
183 9362 "Opens the Favorites folder."
184 9363 "Adds the current page to your Favorites list."
185 END
186
187 STRINGTABLE
188 BEGIN
189 9505 "Shows or hides toolbars."
190 9506 "Shows or hides the status bar."
191 9508 "Displays the Standard Buttons toolbar."
192 9509 "Displays the Address bar."
193 9510 "Displays the Quick Links bar."
194 9516 "Locks the sizes and positions of the toolbars."
195 END
196
197 STRINGTABLE
198 BEGIN
199 9533 "Customizes the toolbar."
200 END
201
202 STRINGTABLE
203 BEGIN
204 9552 "Shows or hides an Explorer bar."
205 9553 "Shows the Search bar."
206 9554 "Shows the Favorites bar."
207 9555 "Shows the History bar."
208 9557 "Shows the Folders bar."
209 9559 "Shows the Media Bar."
210 END
211
212 STRINGTABLE
213 BEGIN
214 IDS_SMALLICONS "Small icons"
215 IDS_LARGEICONS "Large icons"
216 IDS_SHOWTEXTLABELS "Show text labels"
217 END
218
219 STRINGTABLE
220 BEGIN
221 IDS_NOTEXTLABELS "No text labels"
222 IDS_SELECTIVETEXTONRIGHT "Selective text on right"
223 END
224
225 STRINGTABLE
226 BEGIN
227 IDS_GOBUTTONLABEL "|Go||"
228 IDS_GOBUTTONTIPTEMPLATE "Go to ""%s"""
229 END
230
231 STRINGTABLE
232 BEGIN
233 IDS_SEARCHLABEL "Search"
234 IDS_ADDRESSBANDLABEL "A&ddress"
235 END
236
237 STRINGTABLE
238 BEGIN
239 IDS_FOLDERSLABEL "Folders"
240 END
241
242 STRINGTABLE
243 BEGIN
244 IDS_HISTORYTEXT "&History\tCtrl+H"
245 END
246
247 STRINGTABLE
248 BEGIN
249 IDS_UP "Up"
250 END
251
252 STRINGTABLE
253 BEGIN
254 IDS_BACK "Back"
255 IDS_FORWARD "Forward"
256 END