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
|
2006-05-18 14:49:52 +02:00
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, 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" {
|
2002-10-21 21:18:42 +02:00
|
|
|
|
MENUITEM "&Otvori<72>...", MNID_FILE_OPEN
|
2002-08-31 21:03:17 +02:00
|
|
|
|
MENUITEM SEPARATOR
|
2002-10-21 21:18:42 +02:00
|
|
|
|
MENUITEM "&Tla<6C>i<EFBFBD>", MNID_FILE_PRINT
|
|
|
|
|
MENUITEM "&Nastavenie tla<6C>e...", MNID_FILE_SETUP
|
|
|
|
|
MENUITEM "U&kon<6F>i<EFBFBD>", MNID_FILE_EXIT
|
2002-08-31 21:03:17 +02:00
|
|
|
|
}
|
|
|
|
|
POPUP "&Upravi<76>" {
|
2002-10-21 21:18:42 +02:00
|
|
|
|
MENUITEM "Kop<6F>&rova<76>...", MNID_EDIT_COPYDLG
|
2002-08-31 21:03:17 +02:00
|
|
|
|
MENUITEM SEPARATOR
|
2002-10-21 21:18:42 +02:00
|
|
|
|
MENUITEM "&Skomentova<76>...", MNID_EDIT_ANNOTATE
|
2002-08-31 21:03:17 +02:00
|
|
|
|
}
|
|
|
|
|
POPUP "&Z<>lo<6C>ka" {
|
2002-10-21 21:18:42 +02:00
|
|
|
|
MENUITEM "&Definova<76>...", MNID_BKMK_DEFINE
|
2002-08-31 21:03:17 +02:00
|
|
|
|
}
|
|
|
|
|
POPUP "&Pomoc" {
|
2002-10-21 21:18:42 +02:00
|
|
|
|
MENUITEM "Pomoc &na pomoci", MNID_HELP_HELPON
|
|
|
|
|
MENUITEM "V<>dy na &vrchu", MNID_HELP_HELPTOP
|
2002-08-31 21:03:17 +02:00
|
|
|
|
MENUITEM SEPARATOR
|
2002-10-21 21:18:42 +02:00
|
|
|
|
MENUITEM "&Info...", MNID_HELP_ABOUT
|
2002-08-31 21:03:17 +02:00
|
|
|
|
#ifdef WINELIB
|
2002-10-21 21:18:42 +02:00
|
|
|
|
MENUITEM "O& WINE", MNID_HELP_WINE
|
2002-08-31 21:03:17 +02:00
|
|
|
|
#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
|
|
|
|
|
{
|
2002-10-21 21:18:42 +02:00
|
|
|
|
STID_WINE_HELP, "WINE Pomoc"
|
|
|
|
|
STID_WHERROR, "CHYBA"
|
|
|
|
|
STID_WARNING, "VAROVANIE"
|
|
|
|
|
STID_INFO, "Inform<72>cie"
|
|
|
|
|
STID_NOT_IMPLEMENTED, "Neimplementovan<61>"
|
|
|
|
|
STID_HLPFILE_ERROR_s, "Chyba po<70>as <20><>tania s<>boru `%s'"
|
|
|
|
|
STID_CONTENTS, "&Obsah"
|
|
|
|
|
STID_SEARCH, "&H<>ada<64>"
|
|
|
|
|
STID_BACK, "&Sp<53><70>"
|
|
|
|
|
STID_HISTORY, "&Hist<73>ria"
|
2003-06-04 22:13:54 +02:00
|
|
|
|
STID_TOPICS, "&Topics"
|
2002-10-21 21:18:42 +02:00
|
|
|
|
STID_ALL_FILES, "V<>etky s<>bory (*.*)"
|
|
|
|
|
STID_HELP_FILES_HLP, "S<>bory pomoci (*.hlp)"
|
2006-11-06 13:07:01 +01:00
|
|
|
|
STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?"
|
2002-08-31 21:03:17 +02:00
|
|
|
|
}
|