1 /*
2 * Help Viewer
3 * Esperanto Language Support
4 *
5 * Copyright 2006 Antonio Codazzi
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 */
21
22 #include "winhelp_res.h"
23
24 /* Cxapelitaj literoj estas en Latin-3 iso8859-3 */
25
26 /* Menu */
27
28 MAIN_MENU MENU LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
29 {
30 POPUP "&Dosiero" {
31 MENUITEM "&Malfermu", MNID_FILE_OPEN
32 MENUITEM SEPARATOR
33 MENUITEM "&Presu", MNID_FILE_PRINT
34 MENUITEM "&Impozu Printilon...", MNID_FILE_SETUP
35 MENUITEM SEPARATOR
36 MENUITEM "&Finu", MNID_FILE_EXIT
37 }
38 POPUP "&Redakto" {
39 MENUITEM "&Kopiu...", MNID_EDIT_COPYDLG
40 MENUITEM SEPARATOR
41 MENUITEM "&Notu...", MNID_EDIT_ANNOTATE
42 }
43 POPUP "&Legosigno" {
44 MENUITEM "&Difinu...", MNID_BKMK_DEFINE
45 }
46 POPUP "&Options" {
47 POPUP "Help always visible"
48 BEGIN
49 MENUITEM "Default", MNID_OPTS_HELP_DEFAULT
50 MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE
51 MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE
52 END
53 MENUITEM "History", MNID_OPTS_HISTORY
54 POPUP "Fonts"
55 BEGIN
56 MENUITEM "Small", MNID_OPTS_FONTS_SMALL
57 MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
58 MENUITEM "Large", MNID_OPTS_FONTS_LARGE
59 END
60 MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
61 }
62 POPUP "&Helpo" {
63 MENUITEM "&Helpu pri helpo", MNID_HELP_HELPON
64 MENUITEM "Ĉiam &supre", MNID_HELP_HELPTOP
65 MENUITEM SEPARATOR
66 MENUITEM "&Pri...", MNID_HELP_ABOUT
67 #ifdef WINELIB
68 MENUITEM "&Pri WINE", MNID_HELP_WINE
69 #endif
70 }
71 }
72
73 /* Strings */
74 STRINGTABLE DISCARDABLE LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
75 {
76 STID_WINE_HELP, "WINE Helpanto"
77 STID_WHERROR, "ERARO"
78 STID_WARNING, "ATENTU"
79 STID_INFO, "Informo pri"
80 STID_NOT_IMPLEMENTED, "Ne-implementata"
81 STID_HLPFILE_ERROR_s, "Eraro dum la legado de helpdosiero `%s'"
82 STID_INDEX, "&Enhavo"
83 STID_CONTENTS, "Summary"
84 STID_BACK, "&Retro"
85 STID_ALL_FILES, "Tutaj dosieroj (*.*)"
86 STID_HELP_FILES_HLP, "Helpaj dosieroj (*.hlp)"
87 STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?"
88 STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting"
89 STID_PSH_INDEX, "Help topics: "
90 }
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.