| /* |
| * Help Viewer |
| * |
| * Copyright 1996 Ulrich Schmid |
| * |
| * This library is free software; you can redistribute it and/or |
| * modify it under the terms of the GNU Lesser General Public |
| * License as published by the Free Software Foundation; either |
| * version 2.1 of the License, or (at your option) any later version. |
| * |
| * This library is distributed in the hope that it will be useful, |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| * Lesser General Public License for more details. |
| * |
| * You should have received a copy of the GNU Lesser General Public |
| * License along with this library; if not, write to the Free Software |
| * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| */ |
| |
| /* This file is not yet complete !! |
| Must be rewritten for use of NLS */ |
| |
| #define LANGUAGE_ID Sk |
| #define LANGUAGE_NUMBER 10 |
| |
| /* Menu */ |
| |
| #define MENU_FILE "&Súbor" |
| #define MENU_FILE_OPEN "&Otvori..." |
| #define MENU_FILE_PRINT "&Tlaèi" |
| #define MENU_FILE_PRINTER_SETUP "&Nastavenie tlaèe..." |
| #define MENU_FILE_EXIT "U&konèi" |
| |
| #define MENU_EDIT "&Upravi" |
| #define MENU_EDIT_COPY_DIALOG "Kopí&rova..." |
| #define MENU_EDIT_ANNOTATE "&Skomentova..." |
| |
| #define MENU_BOOKMARK "&Záloka" |
| #define MENU_BOOKMARK_DEFINE "&Definova..." |
| |
| #define MENU_HELP "&Pomoc" |
| #define MENU_HELP_ON_HELP "Pomoc &na pomoci" |
| #define MENU_HELP_ON_TOP "Vdy na &vrchu" |
| #define MENU_HELP_INFO "&Info..." |
| #define MENU_HELP_ABOUT_WINE "O& WINE" |
| |
| /* Strings */ |
| |
| #define STRING_WINE_HELP "WINE Pomoc" |
| #define STRING_ERROR "CHYBA" |
| #define STRING_WARNING "VAROVANIE" |
| #define STRING_INFO "Informácie" |
| #define STRING_NOT_IMPLEMENTED "Neimplementované" |
| #define STRING_HLPFILE_ERROR_s "Chyba poèas èítania súboru `%s'" |
| #define STRING_CONTENTS "&Obsah" |
| #define STRING_SEARCH "&H¾ada" |
| #define STRING_BACK "&Spä" |
| #define STRING_HISTORY "&História" |
| #define STRING_ALL_FILES "Vetky súbory (*.*)" |
| #define STRING_HELP_FILES_HLP "Súbory pomoci (*.hlp)" |
| |
| #include "Xx.rc" |