xref: /reactos/dll/win32/hhctrl.ocx/lang/Cs.rc (revision 22f0c3a8)
1/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
2 *
3 * HTML Help resources
4 * Czech Language Support
5 *
6 * Copyright 2005 James Hawkins
7 * Copyright 2005 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
24LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
25
26/* Czech strings in CP1250 */
27
28STRINGTABLE
29BEGIN
30#ifdef __REACTOS__
31    IDS_DEFTITLE     "HTML Help"
32#endif
33    IDS_CONTENTS     "&Obsah"
34    IDS_INDEX        "I&ndex"
35    IDS_SEARCH       "&Hledat"
36    IDS_FAVORITES    "Oblí&bené"
37
38    IDS_HIDETABS     "Hide &Tabs"
39    IDS_SHOWTABS     "Show &Tabs"
40END
41
42STRINGTABLE
43BEGIN
44    IDTB_EXPAND      "Rozbalit"
45    IDTB_CONTRACT    "Skrýt"
46    IDTB_STOP        "Zastavit"
47    IDTB_REFRESH     "Obnovit"
48    IDTB_BACK        "Zpět"
49    IDTB_HOME        "Domů"
50    IDTB_SYNC        "Synchronizovat"
51    IDTB_PRINT       "Tisk"
52    IDTB_OPTIONS     "Volby"
53    IDTB_FORWARD     "Vpřed"
54END
55
56MENU_POPUP MENU
57{
58    POPUP "" /* Options */
59    {
60        MENUITEM "", IDTB_EXPAND
61        MENUITEM "S&ync", IDTB_SYNC
62        MENUITEM "&Back", IDTB_BACK
63        MENUITEM "&Forward", IDTB_FORWARD
64        MENUITEM "&Home", IDTB_HOME
65        MENUITEM "&Stop", IDTB_STOP
66        MENUITEM "&Refresh", IDTB_REFRESH
67        MENUITEM "&Print...", IDTB_PRINT
68    }
69}
70
71MENU_WEBBROWSER MENU
72{
73    POPUP ""
74    {
75        MENUITEM "&Back", IDTB_BACK
76        MENUITEM "&Forward", IDTB_FORWARD
77        MENUITEM SEPARATOR
78        MENUITEM "Select &All", MIID_SELECTALL
79        MENUITEM SEPARATOR
80        MENUITEM "&View Source", MIID_VIEWSOURCE
81        MENUITEM SEPARATOR
82        MENUITEM "&Print...", IDTB_PRINT
83        MENUITEM "&Refresh", IDTB_REFRESH
84        MENUITEM SEPARATOR
85        MENUITEM "Proper&ties", MIID_PROPERTIES
86    }
87    POPUP ""
88    {
89        MENUITEM "Cu&t", MIID_CUT
90        MENUITEM "&Copy", MIID_COPY
91        MENUITEM "Paste", MIID_PASTE
92        MENUITEM "Select &All", MIID_SELECTALL
93        MENUITEM "&Print", IDTB_PRINT
94    }
95}
96