5b6d06dae7cd1ec56dc31ddea85cb953f457ba6f
[reactos.git] / reactos / dll / win32 / hhctrl.ocx / lang / En.rc
1 /*
2 * HTML Help resources
3 * English Language Support
4 *
5 * Copyright 2005 James Hawkins
6 * Copyright 2011 Owen Rudge for CodeWeavers
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 */
22
23 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
24
25 STRINGTABLE
26 BEGIN
27 IDS_CONTENTS "&Contents"
28 IDS_INDEX "I&ndex"
29 IDS_SEARCH "&Search"
30 IDS_FAVORITES "Favor&ites"
31
32 IDS_HIDETABS "Hide &Tabs"
33 IDS_SHOWTABS "Show &Tabs"
34 END
35
36 STRINGTABLE
37 BEGIN
38 IDTB_EXPAND "Show"
39 IDTB_CONTRACT "Hide"
40 IDTB_STOP "Stop"
41 IDTB_REFRESH "Refresh"
42 IDTB_BACK "Back"
43 IDTB_HOME "Home"
44 IDTB_SYNC "Sync"
45 IDTB_PRINT "Print"
46 IDTB_OPTIONS "Options"
47 IDTB_FORWARD "Forward"
48 END
49
50 MENU_POPUP MENU
51 {
52 POPUP "" /* Options */
53 {
54 MENUITEM "", IDTB_EXPAND
55 MENUITEM "S&ync", IDTB_SYNC
56 MENUITEM "&Back", IDTB_BACK
57 MENUITEM "&Forward", IDTB_FORWARD
58 MENUITEM "&Home", IDTB_HOME
59 MENUITEM "&Stop", IDTB_STOP
60 MENUITEM "&Refresh", IDTB_REFRESH
61 MENUITEM "&Print...", IDTB_PRINT
62 }
63 }