64 lines
2.3 KiB
Plaintext
64 lines
2.3 KiB
Plaintext
/*
|
||
* 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<72>..."
|
||
#define MENU_FILE_PRINT "&Tlaèi<C3A8>"
|
||
#define MENU_FILE_PRINTER_SETUP "&Nastavenie tlaèe..."
|
||
#define MENU_FILE_EXIT "U&konèi<C3A8>"
|
||
|
||
#define MENU_EDIT "&Upravi<76>"
|
||
#define MENU_EDIT_COPY_DIALOG "Kopí&rova<76>..."
|
||
#define MENU_EDIT_ANNOTATE "&Skomentova<76>..."
|
||
|
||
#define MENU_BOOKMARK "&Záložka"
|
||
#define MENU_BOOKMARK_DEFINE "&Definova<76>..."
|
||
|
||
#define MENU_HELP "&Pomoc"
|
||
#define MENU_HELP_ON_HELP "Pomoc &na pomoci"
|
||
#define MENU_HELP_ON_TOP "Vždy 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<64>"
|
||
#define STRING_BACK "&Spä<70>"
|
||
#define STRING_HISTORY "&História"
|
||
#define STRING_ALL_FILES "Všetky súbory (*.*)"
|
||
#define STRING_HELP_FILES_HLP "Súbory pomoci (*.hlp)"
|
||
|
||
#include "Xx.rc"
|