[RESENT] shell32: Czech language resources encoding fix

Petr Tesarik hat at tesarici.cz
Mon Feb 13 04:40:48 CST 2006


Hi,

this patch fixes the encoding of Czech resources for shell32.dll.

ChangeLog:

* Add a comment with the name of the correct encoding.
* Fix a few typos.

Index: dlls/shell32/shell32_Cs.rc
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shell32_Cs.rc,v
retrieving revision 1.9
diff -u -p -r1.9 shell32_Cs.rc
--- dlls/shell32/shell32_Cs.rc	9 Dec 2004 11:39:31 -0000	1.9
+++ dlls/shell32/shell32_Cs.rc	8 Feb 2006 16:38:21 -0000
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * Copyright 1998 Juergen Schmied
  * Copyright 2003 Filip Navara
  *
@@ -19,6 +20,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 MENU_001 MENU DISCARDABLE
 BEGIN
 	MENUITEM "&Vedle sebe",		FCIDM_SHVIEW_BIGICON
@@ -115,7 +118,7 @@ FONT 10, "MS Shell Dlg"
  ICON "", 1088, 10, 10, 14, 16
  LTEXT "", 100, 30, 10, 137, 10
  LTEXT "", 101, 30, 22, 137, 10
- LTEXT "Wine je dˇlem:", 98, 8, 55, 137, 10
+ LTEXT "Wine je dílem:", 98, 8, 55, 137, 10
 }
 
 SHELL_RUN_DLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 227, 95
@@ -156,7 +159,7 @@ STRINGTABLE DISCARDABLE
 
 STRINGTABLE DISCARDABLE
 {
-	IDS_CREATEFOLDER_DENIED "Nelze vytvořit novou složku protože přistup byl odepřen."
+	IDS_CREATEFOLDER_DENIED "Nelze vytvořit novou složku protože přístup byl odepřen."
 	IDS_CREATEFOLDER_CAPTION "Chyba při pokusu vytvořit nový adresář"
 	IDS_DELETEITEM_CAPTION "Potvrdit odstranění souboru"
 	IDS_DELETEFOLDER_CAPTION "Potvrdit odstranění adresáře"



More information about the wine-patches mailing list