Module: wine Branch: refs/heads/master Commit: a7e9edfa57182d46fe5eecc1ccf2c4732faa2572 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a7e9edfa57182d46fe5eecc1...
Author: Petr Tesarik hat@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"