Avoid 0-byte files.
[wine/dcerpc.git] / programs / winhelp / Sk.rc
blob117ecd66dee0ce4744663f1ce2c7fe8255878653
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 !! 
22    Must be rewritten for use of NLS */
24 #define LANGUAGE_ID                  Sk
25 #define LANGUAGE_NUMBER              10
27 /* Menu */
29 #define MENU_FILE                    "&Súbor"
30 #define MENU_FILE_OPEN               "&Otvori�..."
31 #define MENU_FILE_PRINT              "&Tlaèi�"
32 #define MENU_FILE_PRINTER_SETUP      "&Nastavenie tlaèe..."
33 #define MENU_FILE_EXIT               "U&konèi�"
35 #define MENU_EDIT                    "&Upravi�"
36 #define MENU_EDIT_COPY_DIALOG        "Kopí&rova�..."
37 #define MENU_EDIT_ANNOTATE           "&Skomentova�..."
39 #define MENU_BOOKMARK                "&Záložka"
40 #define MENU_BOOKMARK_DEFINE         "&Definova�..."
42 #define MENU_HELP                    "&Pomoc"
43 #define MENU_HELP_ON_HELP            "Pomoc &na pomoci"
44 #define MENU_HELP_ON_TOP             "Vždy na &vrchu"
45 #define MENU_HELP_INFO               "&Info..."
46 #define MENU_HELP_ABOUT_WINE         "O& WINE"
48 /* Strings */
50 #define STRING_WINE_HELP             "WINE Pomoc"
51 #define STRING_ERROR                 "CHYBA"
52 #define STRING_WARNING               "VAROVANIE"
53 #define STRING_INFO                  "Informácie"
54 #define STRING_NOT_IMPLEMENTED       "Neimplementované"
55 #define STRING_HLPFILE_ERROR_s       "Chyba poèas èítania súboru `%s'"
56 #define STRING_CONTENTS              "&Obsah"
57 #define STRING_SEARCH                "&H¾ada�"
58 #define STRING_BACK                  "&Spä�"
59 #define STRING_HISTORY               "&História"
60 #define STRING_ALL_FILES             "Všetky súbory (*.*)"
61 #define STRING_HELP_FILES_HLP        "Súbory pomoci (*.hlp)"
63 #include "Xx.rc"