- Add the toolbar to the viewer window.
[wine] / dlls / hhctrl.ocx / En.rc
1 /*
2  * HTML Help resources
3  * English Language Support
4  *
5  * Copyright 2005 James Hawkins
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20  */
21
22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
23
24 STRINGTABLE
25 BEGIN
26     IDTB_EXPAND      "Show"
27     IDTB_CONTRACT    "Hide"
28     IDTB_STOP        "Stop"
29     IDTB_REFRESH     "Refresh"
30     IDTB_BACK        "Back"
31     IDTB_HOME        "Home"
32     IDTB_SYNC        "Sync"
33     IDTB_PRINT       "Print"
34     IDTB_OPTIONS     "Options"
35     IDTB_FORWARD     "Forward"
36     IDTB_NOTES       "IDTB_NOTES"
37     IDTB_BROWSE_FWD  "IDTB_BROWSE_FWD"
38     IDTB_BROWSE_BACK "IDT_BROWSE_BACK"
39     IDTB_CONTENTS    "IDTB_CONTENTS"
40     IDTB_INDEX       "IDTB_INDEX"
41     IDTB_SEARCH      "IDTB_SEARCH"
42     IDTB_HISTORY     "IDTB_HISTORY"
43     IDTB_FAVORITES   "IDTB_FAVORITES"
44     IDTB_JUMP1       "Jump1"
45     IDTB_JUMP2       "Jump2"
46     IDTB_CUSTOMIZE   "Customize"
47     IDTB_ZOOM        "Zoom"
48     IDTB_TOC_NEXT    "IDTB_TOC_NEXT"
49     IDTB_TOC_PREV    "IDTB_TOC_PREV"
50 END