winedbg: Fix "floating pointer" typo.
[wine] / programs / winhlp32 / Sk.rc
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
20
21 MAIN_MENU MENU LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
22 {
23  POPUP "&Súbor" {
24    MENUITEM "&Otvori\9d...", MNID_FILE_OPEN
25    MENUITEM SEPARATOR
26    MENUITEM "&Tlaèi\9d", MNID_FILE_PRINT
27    MENUITEM "&Nastavenie tlaèe...", MNID_FILE_SETUP
28    MENUITEM SEPARATOR
29    MENUITEM "U&konèi\9d", MNID_FILE_EXIT
30  }
31  POPUP "&Upravi\9d" {
32    MENUITEM "Kopí&rova\9d...", MNID_EDIT_COPYDLG
33    MENUITEM SEPARATOR
34    MENUITEM "&Skomentova\9d...", MNID_EDIT_ANNOTATE
35  }
36  POPUP "&Zálo\9eka" {
37    MENUITEM "&Definova\9d...", MNID_BKMK_DEFINE
38  }
39  POPUP "&Options" {
40    POPUP        "Help always visible"
41    BEGIN
42      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
43      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
44      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
45   END
46   MENUITEM "History",           MNID_OPTS_HISTORY
47   POPUP    "Fonts"
48   BEGIN
49     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
50     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
51     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
52   END
53   MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
54  }
55  POPUP "&Pomoc" {
56    MENUITEM "Pomoc &na pomoci", MNID_HELP_HELPON
57    MENUITEM "V\9edy na &vrchu", MNID_HELP_HELPTOP
58    MENUITEM SEPARATOR
59    MENUITEM "&Info...", MNID_HELP_ABOUT
60 #ifdef WINELIB
61    MENUITEM "O& WINE", MNID_HELP_WINE
62 #endif
63  }
64 }
65
66 /* Strings */
67 STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
68 {
69 STID_WINE_HELP,             "WINE Pomoc"
70 STID_WHERROR,               "CHYBA"
71 STID_WARNING,               "VAROVANIE"
72 STID_INFO,                  "Informácie"
73 STID_NOT_IMPLEMENTED,       "Neimplementované"
74 STID_HLPFILE_ERROR_s,       "Chyba poèas èítania súboru `%s'"
75 STID_CONTENTS,              "&Obsah"
76 STID_SEARCH,                "&H¾ada\9d"
77 STID_BACK,                  "&Spä\9d"
78 STID_TOPICS,                "&Topics"
79 STID_ALL_FILES,             "V\9aetky súbory (*.*)"
80 STID_HELP_FILES_HLP,        "Súbory pomoci (*.hlp)"
81 STID_FILE_NOT_FOUND_s       "Cannot find '%s'. Do you want to find this file yourself?"
82 STID_NO_RICHEDIT            "Cannot find a richedit implementation... Aborting"
83 }