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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 MAIN_MENU MENU LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
27 MENUITEM "&Open", MNID_FILE_OPEN
29 MENUITEM "&Print", MNID_FILE_PRINT
30 MENUITEM "Printer &setup...", MNID_FILE_SETUP
32 MENUITEM "&Exit", MNID_FILE_EXIT
35 MENUITEM "&Copy...", MNID_EDIT_COPYDLG
37 MENUITEM "&Annotate...", MNID_EDIT_ANNOTATE
40 MENUITEM "&Define...", MNID_BKMK_DEFINE
43 MENUITEM "Help &on help", MNID_HELP_HELPON
44 MENUITEM "Always on &top", MNID_HELP_HELPTOP
46 MENUITEM "&Info...", MNID_HELP_ABOUT
48 MENUITEM "&About WINE", MNID_HELP_WINE
54 STRINGTABLE DISCARDABLE LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
56 STID_WINE_HELP, "WINE Help"
58 STID_WARNING, "WARNING"
59 STID_INFO, "Information"
60 STID_NOT_IMPLEMENTED, "Not implemented"
61 STID_HLPFILE_ERROR_s, "Error while reading the help file `%s'"
62 STID_CONTENTS, "&Contents"
63 STID_SEARCH, "&Search"
65 STID_HISTORY, "&History"
66 STID_TOPICS, "&Topics"
67 STID_ALL_FILES, "All files (*.*)"
68 STID_HELP_FILES_HLP, "Help files (*.hlp)"