/* * 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)" }