Sweden-Number/programs/winhelp/Sk.rc

66 lines
2.1 KiB
Plaintext
Raw Normal View History

/*
* 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
*/
2002-08-31 21:03:17 +02:00
MAIN_MENU MENU LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
{
POPUP "&S<>bor" {
MENUITEM "&Otvori<72>...", MNID_FILE_OPEN
2002-08-31 21:03:17 +02:00
MENUITEM SEPARATOR
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>" {
MENUITEM "Kop<6F>&rova<76>...", MNID_EDIT_COPYDLG
2002-08-31 21:03:17 +02:00
MENUITEM SEPARATOR
MENUITEM "&Skomentova<76>...", MNID_EDIT_ANNOTATE
2002-08-31 21:03:17 +02:00
}
POPUP "&Z<>lo<6C>ka" {
MENUITEM "&Definova<76>...", MNID_BKMK_DEFINE
2002-08-31 21:03:17 +02:00
}
POPUP "&Pomoc" {
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
MENUITEM "&Info...", MNID_HELP_ABOUT
2002-08-31 21:03:17 +02:00
#ifdef WINELIB
MENUITEM "O& WINE", MNID_HELP_WINE
2002-08-31 21:03:17 +02:00
#endif
}
}
/* Strings */
2002-08-31 21:03:17 +02:00
STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
{
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"
STID_TOPICS, "&Topics"
STID_ALL_FILES, "V<>etky s<>bory (*.*)"
STID_HELP_FILES_HLP, "S<>bory pomoci (*.hlp)"
2002-08-31 21:03:17 +02:00
}