blob: 1705e744182299edebf0f13a83ef903b9bb743a0 [file] [log] [blame]
/*
* 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
*/
MAIN_MENU MENU LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
{
POPUP "&Súbor" {
MENUITEM "&Otvori...", 0x101
MENUITEM SEPARATOR
MENUITEM "&Tlaèi", 0x104
MENUITEM "&Nastavenie tlaèe...", 0x106
MENUITEM "U&konèi", 0x108
}
POPUP "&Upravi" {
MENUITEM "Kopí&rova...", 0x10a
MENUITEM SEPARATOR
MENUITEM "&Skomentova...", 0x10c
}
POPUP "&Záložka" {
MENUITEM "&Definova...", 0x10e
}
POPUP "&Pomoc" {
MENUITEM "Pomoc &na pomoci", 0x110
MENUITEM "Vždy na &vrchu", 0x111
MENUITEM SEPARATOR
MENUITEM "&Info...", 0x113
#ifdef WINELIB
MENUITEM "O& WINE", 0x114
#endif
}
}
/* Strings */
STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
{
WINE_HELP, "WINE Pomoc"
WHERROR, "CHYBA"
WARNING, "VAROVANIE"
INFO, "Informácie"
NOT_IMPLEMENTED, "Neimplementované"
HLPFILE_ERROR_s, "Chyba poèas èítania súboru `%s'"
CONTENTS, "&Obsah"
SEARCH, "&H¾ada"
BACK, "&Spä"
HISTORY, "&História"
ALL_FILES, "Všetky súbory (*.*)"
HELP_FILES_HLP, "Súbory pomoci (*.hlp)"
}