Cleanup of dbghelp.h (and a couple of definition fixes). The
[wine] / programs / winhelp / Cs.rc
1 /*
2  * Help Viewer Czech resources
3  *
4  * Copyright 1996 Ulrich Schmid
5  * Copyright 2002 Sylvain Petreolle
6  * Copyright 2004 David Kredba
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21  */
22
23 /* Menu */
24
25 MAIN_MENU MENU LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
26 {
27  POPUP "&Soubor" {
28   MENUITEM "&Otev59t", MNID_FILE_OPEN
29   MENUITEM SEPARATOR
30   MENUITEM "&Tisk", MNID_FILE_PRINT
31   MENUITEM "Na&stavení tisku...", MNID_FILE_SETUP
32    MENUITEM SEPARATOR
33   MENUITEM "&Konec", MNID_FILE_EXIT
34  }
35  POPUP "Úprav&y" {
36    MENUITEM "&Kopírovat...", MNID_EDIT_COPYDLG
37    MENUITEM SEPARATOR
38    MENUITEM "P&oznamenat si...", MNID_EDIT_ANNOTATE
39  }
40  POPUP "&Zálo¾ka" {
41    MENUITEM "Pøi&dat...", MNID_BKMK_DEFINE
42  }
43  POPUP "&Nápovìda" {
44    MENUITEM "Náp&ovìda k nápovìdì", MNID_HELP_HELPON
45    MENUITEM "V¾dy na &vrchu", MNID_HELP_HELPTOP
46    MENUITEM SEPARATOR
47    MENUITEM "&Informace...", MNID_HELP_ABOUT
48 #ifdef WINELIB
49    MENUITEM "O &WINE", MNID_HELP_WINE
50 #endif
51  }
52 }
53
54 /* Strings */
55 STRINGTABLE DISCARDABLE LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
56 {
57 STID_WINE_HELP,         "Nápovìda WINE"
58 STID_WHERROR,           "CHYBA"
59 STID_WARNING,           "VAROVÁNÍ"
60 STID_INFO,              "Informace"
61 STID_NOT_IMPLEMENTED,   "Není implementováno"
62 STID_HLPFILE_ERROR_s,   "Nelze pøeèíst soubor nápovìdy `%s'"
63 STID_CONTENTS,          "&Obsah"
64 STID_SEARCH,            "&Hledat"
65 STID_BACK,              "&Zpìt"
66 STID_HISTORY,           "&Historie"
67 STID_TOPICS,            "&Témata"
68 STID_ALL_FILES,         "V¹echny soubory (*.*)"
69 STID_HELP_FILES_HLP,    "Soubory nápovìdy (*.hlp)"
70 }