Sync with trunk (48237)
[reactos.git] / base / applications / winhlp32 / Cs.rc
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 */
23
24 #include "winhelp_res.h"
25
26 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
27
28 /* Czech strings in CP1250 */
29
30 /* Menu */
31
32 MAIN_MENU MENU
33 {
34 POPUP "&Soubor" {
35 MENUITEM "&Otevøít", MNID_FILE_OPEN
36 MENUITEM SEPARATOR
37 MENUITEM "&Tisk", MNID_FILE_PRINT
38 MENUITEM "Na&stavení tisku...", MNID_FILE_SETUP
39 MENUITEM SEPARATOR
40 MENUITEM "&Konec", MNID_FILE_EXIT
41 }
42 POPUP "Úprav&y" {
43 MENUITEM "&Kopírovat...", MNID_EDIT_COPYDLG
44 MENUITEM SEPARATOR
45 MENUITEM "P&oznamenat si...", MNID_EDIT_ANNOTATE
46 }
47 POPUP "&Zálo\9eka" {
48 MENUITEM "Pøi&dat...", MNID_BKMK_DEFINE
49 }
50 POPUP "&Options" {
51 POPUP "Help always visible"
52 BEGIN
53 MENUITEM "Default", MNID_OPTS_HELP_DEFAULT
54 MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE
55 MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE
56 END
57 MENUITEM "History", MNID_OPTS_HISTORY
58 POPUP "Fonts"
59 BEGIN
60 MENUITEM "Small", MNID_OPTS_FONTS_SMALL
61 MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
62 MENUITEM "Large", MNID_OPTS_FONTS_LARGE
63 END
64 MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
65 }
66 POPUP "&Nápovìda" {
67 MENUITEM "Náp&ovìda k nápovìdì", MNID_HELP_HELPON
68 MENUITEM "V\9edy na &vrchu", MNID_HELP_HELPTOP
69 MENUITEM SEPARATOR
70 MENUITEM "&Informace...", MNID_HELP_ABOUT
71 #ifdef WINELIB
72 MENUITEM "O &WINE", MNID_HELP_WINE
73 #endif
74 }
75 }
76
77 /* Strings */
78 STRINGTABLE
79 {
80 STID_WINE_HELP, "Nápovìda WINE"
81 STID_WHERROR, "CHYBA"
82 STID_WARNING, "VAROVÁNÍ"
83 STID_INFO, "Informace"
84 STID_NOT_IMPLEMENTED, "Není implementováno"
85 STID_HLPFILE_ERROR_s, "Nelze pøeèíst soubor nápovìdy `%s'"
86 STID_INDEX, "&Obsah"
87 STID_CONTENTS, "Summary"
88 STID_BACK, "&Zpìt"
89 STID_ALL_FILES, "V\9aechny soubory (*.*)"
90 STID_HELP_FILES_HLP, "Soubory nápovìdy (*.hlp)"
91 STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?"
92 STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting"
93 }