Cheer Xiao : shell32: Fix the errors in two Chinese (Simplified) resources.

Alexandre Julliard julliard at winehq.org
Wed Jul 14 12:19:18 CDT 2010


Module: wine
Branch: master
Commit: 3ab2a56c74c40c9c7d14bdb1dd29180b57b32864
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3ab2a56c74c40c9c7d14bdb1dd29180b57b32864

Author: Cheer Xiao <xiaqqaix at gmail.com>
Date:   Wed Jul 14 07:18:02 2010 +0800

shell32: Fix the errors in two Chinese (Simplified) resources.

---

 dlls/shell32/shell32_Zh.rc |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/dlls/shell32/shell32_Zh.rc b/dlls/shell32/shell32_Zh.rc
index a3e4a9d..35d6d76 100644
--- a/dlls/shell32/shell32_Zh.rc
+++ b/dlls/shell32/shell32_Zh.rc
@@ -218,6 +218,12 @@ STRINGTABLE
 	IDS_SHV_COL_LOCATION	"位置"
 	IDS_SHV_COL_MODEL	"型号" /**/
 
+	        /* special folders */
+	IDS_DESKTOP		"桌面"
+	IDS_MYCOMPUTER		"我的电脑"
+	IDS_RECYCLEBIN_FOLDER_NAME      "Trash"
+	IDS_CONTROLPANEL	"控制面板"
+
 		/* context menus */
 	IDS_VIEW_LARGE		"大图标 (&G)"
 	IDS_VIEW_SMALL		"小图标 (&M)"
@@ -288,6 +294,8 @@ STRINGTABLE
 	IDS_CPANEL_TITLE	"Wine 控制面板"
 	IDS_CPANEL_NAME		"名称"
 	IDS_CPANEL_DESCRIPTION	"描述"
+
+        IDS_SHLEXEC_NOASSOC         "找不到用于打开此类文件的 Windows 程序."
 }
 
 STRINGTABLE




More information about the wine-cvs mailing list