4 * Copyright 1996 Ulrich Schmid
5 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
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.
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.
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 #include "winhelp_res.h"
26 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
31 MENUITEM "&Open", MNID_FILE_OPEN
33 MENUITEM "&Print", MNID_FILE_PRINT
34 MENUITEM "Printer &setup...", MNID_FILE_SETUP
36 MENUITEM "E&xit", MNID_FILE_EXIT
39 MENUITEM "&Copy...", MNID_EDIT_COPYDLG
41 MENUITEM "&Annotate...", MNID_EDIT_ANNOTATE
44 MENUITEM "&Define...", MNID_BKMK_DEFINE
47 POPUP "Help always visible"
49 MENUITEM "Default", MNID_OPTS_HELP_DEFAULT
50 MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE
51 MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE
53 MENUITEM "History", MNID_OPTS_HISTORY
56 MENUITEM "Small", MNID_OPTS_FONTS_SMALL
57 MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
58 MENUITEM "Large", MNID_OPTS_FONTS_LARGE
60 MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
63 MENUITEM "Help &on help", MNID_HELP_HELPON
64 MENUITEM "Always on &top", MNID_HELP_HELPTOP
66 MENUITEM "&About Wine Help", MNID_HELP_ABOUT
70 LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
75 MENUITEM "&Open", MNID_FILE_OPEN
77 MENUITEM "&Print", MNID_FILE_PRINT
78 MENUITEM "Printer &setup...", MNID_FILE_SETUP
80 MENUITEM "E&xit", MNID_FILE_EXIT
83 MENUITEM "&Copy...", MNID_EDIT_COPYDLG
85 MENUITEM "&Annotate...", MNID_EDIT_ANNOTATE
88 MENUITEM "&Define...", MNID_BKMK_DEFINE
91 POPUP "Help always visible"
93 MENUITEM "Default", MNID_OPTS_HELP_DEFAULT
94 MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE
95 MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE
97 MENUITEM "History", MNID_OPTS_HISTORY
100 MENUITEM "Small", MNID_OPTS_FONTS_SMALL
101 MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
102 MENUITEM "Large", MNID_OPTS_FONTS_LARGE
104 MENUITEM "Use system colours", MNID_OPTS_SYSTEM_COLORS
107 MENUITEM "Help &on help", MNID_HELP_HELPON
108 MENUITEM "Always on &top", MNID_HELP_HELPTOP
110 MENUITEM "&About Wine Help", MNID_HELP_ABOUT
114 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
116 IDD_INDEX DIALOG 0, 0, 200, 190
117 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
118 FONT 8, "MS Shell Dlg"
121 LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
124 IDD_SEARCH DIALOG 0, 0, 200, 190
125 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
126 FONT 8, "MS Shell Dlg"
129 LTEXT "Not implemented yet", -1, 10, 10, 180, 150
135 STID_WINE_HELP, "Wine Help"
136 STID_WHERROR, "ERROR"
137 STID_WARNING, "WARNING"
138 STID_INFO, "Information"
139 STID_NOT_IMPLEMENTED, "Not implemented"
140 STID_HLPFILE_ERROR_s, "Error while reading the help file `%s'"
142 STID_CONTENTS, "Summary"
144 STID_ALL_FILES, "All files (*.*)"
145 STID_HELP_FILES_HLP, "Help files (*.hlp)"
146 STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?"
147 STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting"
148 STID_PSH_INDEX, "Help topics: "
155 MENUITEM "Annotation...", MNID_CTXT_ANNOTATE
156 MENUITEM "Copy", MNID_CTXT_COPY
157 MENUITEM "Print...", MNID_CTXT_PRINT
160 MENUITEM "Small", MNID_CTXT_FONTS_SMALL
161 MENUITEM "Normal", MNID_CTXT_FONTS_NORMAL
162 MENUITEM "Large", MNID_CTXT_FONTS_LARGE
164 POPUP "Help always visible"
166 MENUITEM "Default", MNID_CTXT_HELP_DEFAULT
167 MENUITEM "Visible", MNID_CTXT_HELP_VISIBLE
168 MENUITEM "Non visible", MNID_CTXT_HELP_NONVISIBLE
170 MENUITEM "Use system colors", MNID_CTXT_SYSTEM_COLORS
174 LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
180 MENUITEM "Annotation...", MNID_CTXT_ANNOTATE
181 MENUITEM "Copy", MNID_CTXT_COPY
182 MENUITEM "Print...", MNID_CTXT_PRINT
185 MENUITEM "Small", MNID_CTXT_FONTS_SMALL
186 MENUITEM "Normal", MNID_CTXT_FONTS_NORMAL
187 MENUITEM "Large", MNID_CTXT_FONTS_LARGE
189 POPUP "Help always visible"
191 MENUITEM "Default", MNID_CTXT_HELP_DEFAULT
192 MENUITEM "Visible", MNID_CTXT_HELP_VISIBLE
193 MENUITEM "Non visible", MNID_CTXT_HELP_NONVISIBLE
195 MENUITEM "Use system colours", MNID_CTXT_SYSTEM_COLORS