winhelp.exe: Renamed to winhlp32.exe.
[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 "U&konèi\9d", MNID_FILE_EXIT
29  }
30  POPUP "&Upravi\9d" {
31    MENUITEM "Kopí&rova\9d...", MNID_EDIT_COPYDLG
32    MENUITEM SEPARATOR
33    MENUITEM "&Skomentova\9d...", MNID_EDIT_ANNOTATE
34  }
35  POPUP "&Zálo\9eka" {
36    MENUITEM "&Definova\9d...", MNID_BKMK_DEFINE
37  }
38  POPUP "&Pomoc" {
39    MENUITEM "Pomoc &na pomoci", MNID_HELP_HELPON
40    MENUITEM "V\9edy na &vrchu", MNID_HELP_HELPTOP
41    MENUITEM SEPARATOR
42    MENUITEM "&Info...", MNID_HELP_ABOUT
43 #ifdef WINELIB
44    MENUITEM "O& WINE", MNID_HELP_WINE
45 #endif
46  }
47 }
48
49 /* Strings */
50 STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
51 {
52 STID_WINE_HELP,             "WINE Pomoc"
53 STID_WHERROR,               "CHYBA"
54 STID_WARNING,               "VAROVANIE"
55 STID_INFO,                  "Informácie"
56 STID_NOT_IMPLEMENTED,       "Neimplementované"
57 STID_HLPFILE_ERROR_s,       "Chyba poèas èítania súboru `%s'"
58 STID_CONTENTS,              "&Obsah"
59 STID_SEARCH,                "&H¾ada\9d"
60 STID_BACK,                  "&Spä\9d"
61 STID_HISTORY,               "&História"
62 STID_TOPICS,                "&Topics"
63 STID_ALL_FILES,             "V\9aetky súbory (*.*)"
64 STID_HELP_FILES_HLP,        "Súbory pomoci (*.hlp)"
65 STID_FILE_NOT_FOUND_s       "Cannot find '%s'. Do you want to find this file yourself?"
66 STID_NO_RICHEDIT            "Cannot find a richedit implementation... Aborting"
67 }