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-08-31 21:03:17 +02:00
|
|
|
|
MAIN_MENU MENU LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
|
|
|
|
|
{
|
|
|
|
|
POPUP "&S<>bor" {
|
|
|
|
|
MENUITEM "&Otvori<72>...", 0x101
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Tla<6C>i<EFBFBD>", 0x104
|
|
|
|
|
MENUITEM "&Nastavenie tla<6C>e...", 0x106
|
|
|
|
|
MENUITEM "U&kon<6F>i<EFBFBD>", 0x108
|
|
|
|
|
}
|
|
|
|
|
POPUP "&Upravi<76>" {
|
|
|
|
|
MENUITEM "Kop<6F>&rova<76>...", 0x10a
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Skomentova<76>...", 0x10c
|
|
|
|
|
}
|
|
|
|
|
POPUP "&Z<>lo<6C>ka" {
|
|
|
|
|
MENUITEM "&Definova<76>...", 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
|
|
|
|
|
}
|
|
|
|
|
}
|
2000-10-31 02:19:11 +01:00
|
|
|
|
|
|
|
|
|
/* Strings */
|
2002-08-31 21:03:17 +02:00
|
|
|
|
STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
|
|
|
|
|
{
|
|
|
|
|
WINE_HELP, "WINE Pomoc"
|
|
|
|
|
WHERROR, "CHYBA"
|
|
|
|
|
WARNING, "VAROVANIE"
|
|
|
|
|
INFO, "Inform<72>cie"
|
|
|
|
|
NOT_IMPLEMENTED, "Neimplementovan<61>"
|
|
|
|
|
HLPFILE_ERROR_s, "Chyba po<70>as <20><>tania s<>boru `%s'"
|
|
|
|
|
CONTENTS, "&Obsah"
|
|
|
|
|
SEARCH, "&H<>ada<64>"
|
|
|
|
|
BACK, "&Sp<53><70>"
|
|
|
|
|
HISTORY, "&Hist<73>ria"
|
|
|
|
|
ALL_FILES, "V<>etky s<>bory (*.*)"
|
|
|
|
|
HELP_FILES_HLP, "S<>bory pomoci (*.hlp)"
|
|
|
|
|
}
|