Petr Tesarik : shell32: Czech language resources encoding fix.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 13 07:04:21 CST 2006


Module: wine
Branch: refs/heads/master
Commit: a7e9edfa57182d46fe5eecc1ccf2c4732faa2572
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=a7e9edfa57182d46fe5eecc1ccf2c4732faa2572

Author: Petr Tesarik <hat at tesarici.cz>
Date:   Mon Feb 13 13:28:17 2006 +0100

shell32: Czech language resources encoding fix.

---

 dlls/shell32/shell32_Cs.rc |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dlls/shell32/shell32_Cs.rc b/dlls/shell32/shell32_Cs.rc
index 45ed95e..53413a1 100644
--- a/dlls/shell32/shell32_Cs.rc
+++ b/dlls/shell32/shell32_Cs.rc
@@ -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-cvs mailing list