857f0f086e4d5ac1424771e4445f7ca9bfe0dcd6
[reactos.git] / reactos / dll / win32 / hhctrl.ocx / lang / Cs.rc
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
24 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
25
26 /* Czech strings in CP1250 */
27
28 STRINGTABLE
29 BEGIN
30 IDS_CONTENTS "&Obsah"
31 IDS_INDEX "I&ndex"
32 IDS_SEARCH "&Hledat"
33 IDS_FAVORITES "Oblí&bené"
34
35 IDS_HIDETABS "Hide &Tabs"
36 IDS_SHOWTABS "Show &Tabs"
37 END
38
39 STRINGTABLE
40 BEGIN
41 IDTB_EXPAND "Rozbalit"
42 IDTB_CONTRACT "Skrýt"
43 IDTB_STOP "Zastavit"
44 IDTB_REFRESH "Obnovit"
45 IDTB_BACK "Zpět"
46 IDTB_HOME "Domů"
47 IDTB_SYNC "Synchronizovat"
48 IDTB_PRINT "Tisk"
49 IDTB_OPTIONS "Volby"
50 IDTB_FORWARD "Vpřed"
51 END
52
53 MENU_POPUP MENU
54 {
55 POPUP "" /* Options */
56 {
57 MENUITEM "", IDTB_EXPAND
58 MENUITEM "S&ync", IDTB_SYNC
59 MENUITEM "&Back", IDTB_BACK
60 MENUITEM "&Forward", IDTB_FORWARD
61 MENUITEM "&Home", IDTB_HOME
62 MENUITEM "&Stop", IDTB_STOP
63 MENUITEM "&Refresh", IDTB_REFRESH
64 MENUITEM "&Print...", IDTB_PRINT
65 }
66 }