configure: Changes from running autconf after previous patch.
[wine/hacks.git] / programs / winhlp32 / Cs.rc
blobcab345549aa31855514508b5590841106f375b3d
1 /* Hey, Emacs, open this file with -*- coding: cp1250 -*-
2  *
3  * Help Viewer Czech resources
4  *
5  * Copyright 1996 Ulrich Schmid
6  * Copyright 2002 Sylvain Petreolle
7  * Copyright 2004 David Kredba
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public
11  * License as published by the Free Software Foundation; either
12  * version 2.1 of the License, or (at your option) any later version.
13  *
14  * This library is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with this library; if not, write to the Free Software
21  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22  */
24 #include "winhelp_res.h"
26 /* Czech strings in CP1250 */
28 /* Menu */
30 MAIN_MENU MENU LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
32  POPUP "&Soubor" {
33   MENUITEM "&Otevøít", MNID_FILE_OPEN
34   MENUITEM SEPARATOR
35   MENUITEM "&Tisk", MNID_FILE_PRINT
36   MENUITEM "Na&stavení tisku...", MNID_FILE_SETUP
37    MENUITEM SEPARATOR
38   MENUITEM "&Konec", MNID_FILE_EXIT
39  }
40  POPUP "Úprav&y" {
41    MENUITEM "&Kopírovat...", MNID_EDIT_COPYDLG
42    MENUITEM SEPARATOR
43    MENUITEM "P&oznamenat si...", MNID_EDIT_ANNOTATE
44  }
45  POPUP "&Záložka" {
46    MENUITEM "Pøi&dat...", MNID_BKMK_DEFINE
47  }
48  POPUP "&Options" {
49    POPUP        "Help always visible"
50    BEGIN
51      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
52      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
53      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
54   END
55   MENUITEM "History",           MNID_OPTS_HISTORY
56   POPUP    "Fonts"
57   BEGIN
58     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
59     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
60     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
61   END
62   MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
63  }
64  POPUP "&Nápovìda" {
65    MENUITEM "Náp&ovìda k nápovìdì", MNID_HELP_HELPON
66    MENUITEM "Vždy na &vrchu", MNID_HELP_HELPTOP
67    MENUITEM SEPARATOR
68    MENUITEM "&Informace...", MNID_HELP_ABOUT
69 #ifdef WINELIB
70    MENUITEM "O &WINE", MNID_HELP_WINE
71 #endif
72  }
75 /* Strings */
76 STRINGTABLE DISCARDABLE LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
78 STID_WINE_HELP,         "Nápovìda WINE"
79 STID_WHERROR,           "CHYBA"
80 STID_WARNING,           "VAROVÁNÍ"
81 STID_INFO,              "Informace"
82 STID_NOT_IMPLEMENTED,   "Není implementováno"
83 STID_HLPFILE_ERROR_s,   "Nelze pøeèíst soubor nápovìdy `%s'"
84 STID_INDEX,             "&Obsah"
85 STID_CONTENTS,          "Summary"
86 STID_BACK,              "&Zpìt"
87 STID_ALL_FILES,         "Všechny soubory (*.*)"
88 STID_HELP_FILES_HLP,    "Soubory nápovìdy (*.hlp)"
89 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
90 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"