2000-10-31 02:19:11 +01:00
|
|
|
|
/*
|
|
|
|
|
* Help Viewer
|
|
|
|
|
*
|
|
|
|
|
* Copyright 1996 Ulrich Schmid
|
2002-03-10 00:29:33 +01:00
|
|
|
|
*
|
|
|
|
|
* 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
|
2000-10-31 02:19:11 +01:00
|
|
|
|
*/
|
|
|
|
|
|
2002-06-01 04:55:48 +02:00
|
|
|
|
/* This file is not yet complete !!
|
2002-05-14 05:48:10 +02:00
|
|
|
|
Must be rewritten for use of NLS */
|
2000-10-31 02:19:11 +01:00
|
|
|
|
|
|
|
|
|
#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<6C>i<EFBFBD>"
|
|
|
|
|
#define MENU_FILE_PRINTER_SETUP "&Nastavenie tla<6C>e..."
|
|
|
|
|
#define MENU_FILE_EXIT "U&kon<6F>i<EFBFBD>"
|
|
|
|
|
|
|
|
|
|
#define MENU_EDIT "&Upravi<76>"
|
|
|
|
|
#define MENU_EDIT_COPY_DIALOG "Kop<6F>&rova<76>..."
|
|
|
|
|
#define MENU_EDIT_ANNOTATE "&Skomentova<76>..."
|
|
|
|
|
|
|
|
|
|
#define MENU_BOOKMARK "&Z<>lo<6C>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<72>cie"
|
|
|
|
|
#define STRING_NOT_IMPLEMENTED "Neimplementovan<61>"
|
|
|
|
|
#define STRING_HLPFILE_ERROR_s "Chyba po<70>as <20><>tania s<>boru `%s'"
|
|
|
|
|
#define STRING_CONTENTS "&Obsah"
|
|
|
|
|
#define STRING_SEARCH "&H<>ada<64>"
|
|
|
|
|
#define STRING_BACK "&Sp<53><70>"
|
|
|
|
|
#define STRING_HISTORY "&Hist<73>ria"
|
|
|
|
|
#define STRING_ALL_FILES "V<>etky s<>bory (*.*)"
|
|
|
|
|
#define STRING_HELP_FILES_HLP "S<>bory pomoci (*.hlp)"
|
|
|
|
|
|
|
|
|
|
#include "Xx.rc"
|