[RESENT] winhelp: Czech language resources encoding fix

Petr Tesarik hat at tesarici.cz
Mon Feb 13 04:53:47 CST 2006


Hi,

this patch fixes the encoding of Czech resources for winhelp.

ChangeLog:

* Fix the encoding of Czech resources from ISO 8859-2 to WINDOWS-1250.
* Add a comment with the name of the correct encoding.
* Fix a typo.

Index: programs/winhelp/Cs.rc
===================================================================
RCS file: /home/wine/wine/programs/winhelp/Cs.rc,v
retrieving revision 1.1
diff -u -p -r1.1 Cs.rc
--- programs/winhelp/Cs.rc	25 Oct 2004 21:54:56 -0000	1.1
+++ programs/winhelp/Cs.rc	8 Feb 2006 16:38:25 -0000
@@ -1,4 +1,5 @@
-/*
+/* 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 "&Otevřít", 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, SUBL
    MENUITEM SEPARATOR
    MENUITEM "P&oznamenat si...", MNID_EDIT_ANNOTATE
  }
- POPUP "&Záloľka" {
+ POPUP "&Záložka" {
    MENUITEM "Při&dat...", MNID_BKMK_DEFINE
  }
  POPUP "&Nápověda" {
    MENUITEM "Náp&ověda k nápovědě", MNID_HELP_HELPON
-   MENUITEM "Vľdy na &vrchu", MNID_HELP_HELPTOP
+   MENUITEM "Vždy na &vrchu", MNID_HELP_HELPTOP
    MENUITEM SEPARATOR
    MENUITEM "&Informace...", MNID_HELP_ABOUT
 #ifdef WINELIB
@@ -65,6 +68,6 @@ STID_SEARCH, 		"&Hledat"
 STID_BACK, 		"&Zpět"
 STID_HISTORY, 		"&Historie"
 STID_TOPICS,		"&Témata"
-STID_ALL_FILES, 	"Vąechny soubory (*.*)"
+STID_ALL_FILES, 	"Všechny soubory (*.*)"
 STID_HELP_FILES_HLP, 	"Soubory nápovědy (*.hlp)"
 }



More information about the wine-patches mailing list