49 lines
1.6 KiB
Plaintext
49 lines
1.6 KiB
Plaintext
/*
|
||
* Help Viewer
|
||
*
|
||
* Copyright 1996 Ulrich Schmid
|
||
*/
|
||
|
||
/* This file is not yet complete !! */
|
||
|
||
#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"
|