Sync with trunk r63637.
[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 VK_BACK, 41010, NOINVERT, VIRTKEY
123 "W", IDM_FILE_CLOSE, VIRTKEY, CONTROL, NOINVERT
124 "E", IDM_EXPLORERBAR_SEARCH, VIRTKEY, CONTROL, NOINVERT
125 "I", IDM_EXPLORERBAR_FAVORITES, VIRTKEY, CONTROL, NOINVERT
126 "H", IDM_EXPLORERBAR_HISTORY, VIRTKEY, CONTROL, NOINVERT
127 END
128
129 /* Strings */
130
131 STRINGTABLE
132 BEGIN
133 800 "Contains commands for manipulating the selected items."
134 END
135
136 STRINGTABLE
137 BEGIN
138 864 "Contains edit commands."
139 END
140
141 STRINGTABLE
142 BEGIN
143 928 "Contains commands for manipulating the view."
144 END
145
146 STRINGTABLE
147 BEGIN
148 992 "Contains tools commands."
149 END
150
151 STRINGTABLE
152 BEGIN
153 1056 "Contains commands for displaying Help."
154 END
155
156 STRINGTABLE
157 BEGIN
158 9025 "Closes the window."
159 9026 "Goes up one level."
160 END
161
162 STRINGTABLE
163 BEGIN
164 9121 "Connects to a network drive."
165 9122 "Disconnects from a network drive."
166 END
167
168 STRINGTABLE
169 BEGIN
170 9250 "Displays program information, version number, and copyright."
171 9252 "Displays information for debugging."
172 END
173
174 STRINGTABLE
175 BEGIN
176 9281 "Goes to the previous page."
177 9282 "Goes to the next page."
178 9283 "Enables you to change settings."
179 9285 "Goes to your home page."
180 END
181
182 STRINGTABLE
183 BEGIN
184 9362 "Opens the Favorites folder."
185 9363 "Adds the current page to your Favorites list."
186 END
187
188 STRINGTABLE
189 BEGIN
190 9505 "Shows or hides toolbars."
191 9506 "Shows or hides the status bar."
192 9508 "Displays the Standard Buttons toolbar."
193 9509 "Displays the Address bar."
194 9510 "Displays the Quick Links bar."
195 9516 "Locks the sizes and positions of the toolbars."
196 END
197
198 STRINGTABLE
199 BEGIN
200 9533 "Customizes the toolbar."
201 END
202
203 STRINGTABLE
204 BEGIN
205 9552 "Shows or hides an Explorer bar."
206 9553 "Shows the Search bar."
207 9554 "Shows the Favorites bar."
208 9555 "Shows the History bar."
209 9557 "Shows the Folders bar."
210 9559 "Shows the Media Bar."
211 END
212
213 STRINGTABLE
214 BEGIN
215 IDS_SMALLICONS "Small icons"
216 IDS_LARGEICONS "Large icons"
217 IDS_SHOWTEXTLABELS "Show text labels"
218 END
219
220 STRINGTABLE
221 BEGIN
222 IDS_NOTEXTLABELS "No text labels"
223 IDS_SELECTIVETEXTONRIGHT "Selective text on right"
224 END
225
226 STRINGTABLE
227 BEGIN
228 IDS_GOBUTTONLABEL "|Go||"
229 IDS_GOBUTTONTIPTEMPLATE "Go to ""%s"""
230 END
231
232 STRINGTABLE
233 BEGIN
234 IDS_SEARCHLABEL "Search"
235 IDS_ADDRESSBANDLABEL "A&ddress"
236 END
237
238 STRINGTABLE
239 BEGIN
240 IDS_FOLDERSLABEL "Folders"
241 END
242
243 STRINGTABLE
244 BEGIN
245 IDS_HISTORYTEXT "&History\tCtrl+H"
246 END
247
248 STRINGTABLE
249 BEGIN
250 IDS_UP "Up"
251 END
252
253 STRINGTABLE
254 BEGIN
255 IDS_BACK "Back"
256 IDS_FORWARD "Forward"
257 END
258
259
260 STRINGTABLE
261 BEGIN
262 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||"
263 END