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