- Fix handling of text color.
[wine] / programs / winhelp / En.rc
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  */
6
7 /* This file is not yet complete !! */
8
9 #define LANGUAGE_ID                  En
10 #define LANGUAGE_NUMBER              0
11
12 /* Menu */
13
14 #define MENU_FILE                    "&File"
15 #define MENU_FILE_OPEN               "&Open..."
16 #define MENU_FILE_PRINT              "&Print"
17 #define MENU_FILE_PRINTER_SETUP      "Printer &setup..."
18 #define MENU_FILE_EXIT               "&Exit"
19
20 #define MENU_EDIT                    "&Edit"
21 #define MENU_EDIT_COPY_DIALOG        "&Copy..."
22 #define MENU_EDIT_ANNOTATE           "&Annotate..."
23
24 #define MENU_BOOKMARK                "&Bookmark"
25 #define MENU_BOOKMARK_DEFINE         "&Define..."
26
27 #define MENU_HELP                    "&Help"
28 #define MENU_HELP_ON_HELP            "Help &on help"
29 #define MENU_HELP_ON_TOP             "Always on &top"
30 #define MENU_HELP_INFO               "&Info..."
31 #define MENU_HELP_ABOUT_WINE         "&About WINE"
32
33 /* Strings */
34
35 #define STRING_WINE_HELP             "WINE Help"
36 #define STRING_ERROR                 "ERROR"
37 #define STRING_WARNING               "WARNING"
38 #define STRING_INFO                  "Information"
39 #define STRING_NOT_IMPLEMENTED       "Not implemented"
40 #define STRING_HLPFILE_ERROR_s       "Error while reading the help file `%s'"
41 #define STRING_CONTENTS              "&Contents"
42 #define STRING_SEARCH                "&Search"
43 #define STRING_BACK                  "&Back"
44 #define STRING_HISTORY               "&History"
45 #define STRING_ALL_FILES             "All files (*.*)"
46 #define STRING_HELP_FILES_HLP        "Help files (*.hlp)"
47
48 #include "Xx.rc"