regedit: Fix the Turkish translation.
[wine] / programs / 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 /* Czech strings in CP1250 */
25
26 /* Menu */
27
28 MAIN_MENU MENU LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
29 {
30  POPUP "&Soubor" {
31   MENUITEM "&Otevøít", MNID_FILE_OPEN
32   MENUITEM SEPARATOR
33   MENUITEM "&Tisk", MNID_FILE_PRINT
34   MENUITEM "Na&stavení tisku...", MNID_FILE_SETUP
35    MENUITEM SEPARATOR
36   MENUITEM "&Konec", MNID_FILE_EXIT
37  }
38  POPUP "Úprav&y" {
39    MENUITEM "&Kopírovat...", MNID_EDIT_COPYDLG
40    MENUITEM SEPARATOR
41    MENUITEM "P&oznamenat si...", MNID_EDIT_ANNOTATE
42  }
43  POPUP "&Zálo\9eka" {
44    MENUITEM "Pøi&dat...", MNID_BKMK_DEFINE
45  }
46  POPUP "&Nápovìda" {
47    MENUITEM "Náp&ovìda k nápovìdì", MNID_HELP_HELPON
48    MENUITEM "V\9edy na &vrchu", MNID_HELP_HELPTOP
49    MENUITEM SEPARATOR
50    MENUITEM "&Informace...", MNID_HELP_ABOUT
51 #ifdef WINELIB
52    MENUITEM "O &WINE", MNID_HELP_WINE
53 #endif
54  }
55 }
56
57 /* Strings */
58 STRINGTABLE DISCARDABLE LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
59 {
60 STID_WINE_HELP,         "Nápovìda WINE"
61 STID_WHERROR,           "CHYBA"
62 STID_WARNING,           "VAROVÁNÍ"
63 STID_INFO,              "Informace"
64 STID_NOT_IMPLEMENTED,   "Není implementováno"
65 STID_HLPFILE_ERROR_s,   "Nelze pøeèíst soubor nápovìdy `%s'"
66 STID_CONTENTS,          "&Obsah"
67 STID_SEARCH,            "&Hledat"
68 STID_BACK,              "&Zpìt"
69 STID_HISTORY,           "&Historie"
70 STID_TOPICS,            "&Témata"
71 STID_ALL_FILES,         "V\9aechny soubory (*.*)"
72 STID_HELP_FILES_HLP,    "Soubory nápovìdy (*.hlp)"
73 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
74 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"
75 }