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