Make sure the security descriptor is initialized in RegGetKeySecurity.
[wine/gsoc_dplay.git] / programs / winhelp / Sk.rc
blob31fff4ee6a77dad72c6a9857ba44ebac3ceeaf1c
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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  */
21 /* This file is not yet complete !! */
23 #define LANGUAGE_ID                  Sk
24 #define LANGUAGE_NUMBER              10
26 /* Menu */
28 #define MENU_FILE                    "&Súbor"
29 #define MENU_FILE_OPEN               "&Otvori�..."
30 #define MENU_FILE_PRINT              "&Tlaèi�"
31 #define MENU_FILE_PRINTER_SETUP      "&Nastavenie tlaèe..."
32 #define MENU_FILE_EXIT               "U&konèi�"
34 #define MENU_EDIT                    "&Upravi�"
35 #define MENU_EDIT_COPY_DIALOG        "Kopí&rova�..."
36 #define MENU_EDIT_ANNOTATE           "&Skomentova�..."
38 #define MENU_BOOKMARK                "&Záložka"
39 #define MENU_BOOKMARK_DEFINE         "&Definova�..."
41 #define MENU_HELP                    "&Pomoc"
42 #define MENU_HELP_ON_HELP            "Pomoc &na pomoci"
43 #define MENU_HELP_ON_TOP             "Vždy na &vrchu"
44 #define MENU_HELP_INFO               "&Info..."
45 #define MENU_HELP_ABOUT_WINE         "O& WINE"
47 /* Strings */
49 #define STRING_WINE_HELP             "WINE Pomoc"
50 #define STRING_ERROR                 "CHYBA"
51 #define STRING_WARNING               "VAROVANIE"
52 #define STRING_INFO                  "Informácie"
53 #define STRING_NOT_IMPLEMENTED       "Neimplementované"
54 #define STRING_HLPFILE_ERROR_s       "Chyba poèas èítania súboru `%s'"
55 #define STRING_CONTENTS              "&Obsah"
56 #define STRING_SEARCH                "&H¾ada�"
57 #define STRING_BACK                  "&Spä�"
58 #define STRING_HISTORY               "&História"
59 #define STRING_ALL_FILES             "Všetky súbory (*.*)"
60 #define STRING_HELP_FILES_HLP        "Súbory pomoci (*.hlp)"
62 #include "Xx.rc"