Commit 0dec5281 authored by Petr Tesarik's avatar Petr Tesarik Committed by Alexandre Julliard

winhelp: Czech language resources encoding fix.

parent 42a1c74e
/*
/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
*
* Help Viewer Czech resources
*
* Copyright 1996 Ulrich Schmid
......@@ -20,12 +21,14 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/* Czech strings in CP1250 */
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
{
POPUP "&Soubor" {
MENUITEM "&Otev59t", MNID_FILE_OPEN
MENUITEM "&Otevt", MNID_FILE_OPEN
MENUITEM SEPARATOR
MENUITEM "&Tisk", MNID_FILE_PRINT
MENUITEM "Na&staven tisku...", MNID_FILE_SETUP
......@@ -37,12 +40,12 @@ MAIN_MENU MENU LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
MENUITEM SEPARATOR
MENUITEM "P&oznamenat si...", MNID_EDIT_ANNOTATE
}
POPUP "&Zloka" {
POPUP "&Zloka" {
MENUITEM "Pi&dat...", MNID_BKMK_DEFINE
}
POPUP "&Npovda" {
MENUITEM "Np&ovda k npovd", MNID_HELP_HELPON
MENUITEM "Vdy na &vrchu", MNID_HELP_HELPTOP
MENUITEM "Vdy na &vrchu", MNID_HELP_HELPTOP
MENUITEM SEPARATOR
MENUITEM "&Informace...", MNID_HELP_ABOUT
#ifdef WINELIB
......@@ -65,6 +68,6 @@ STID_SEARCH, "&Hledat"
STID_BACK, "&Zpt"
STID_HISTORY, "&Historie"
STID_TOPICS, "&Tmata"
STID_ALL_FILES, "Vechny soubory (*.*)"
STID_ALL_FILES, "Vechny soubory (*.*)"
STID_HELP_FILES_HLP, "Soubory npovdy (*.hlp)"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment