[pkg-wine-party] [SCM] Debian Wine packaging branch, lenny, updated. wine-1.0.0-1-126-gccc5cbd

Alexandre Julliard julliard at winehq.org
Thu Oct 30 14:44:39 UTC 2008


The following commit has been merged in the lenny branch:
commit 83cbb6e0c3e3a9036c72d0e3523d73be2dbbe59d
Author: Hongbo Ni <hongbo at njstar.com>
Date:   Wed Sep 3 22:21:35 2008 +1000

    msi: Add simplified and traditional Chinese resources.
    (cherry picked from commit 9eb3a9c1573455dcd4317a1e31fec9ce2b240a7d)

diff --git a/dlls/msi/msi.rc b/dlls/msi/msi.rc
index b5aef60..4091184 100644
--- a/dlls/msi/msi.rc
+++ b/dlls/msi/msi.rc
@@ -46,6 +46,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 #include "msi_Si.rc"
 #include "msi_Sv.rc"
 #include "msi_Tr.rc"
+#include "msi_Zh.rc"
 
 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 
diff --git a/dlls/localspl/spl_Zh.rc b/dlls/msi/msi_Zh.rc
similarity index 60%
copy from dlls/localspl/spl_Zh.rc
copy to dlls/msi/msi_Zh.rc
index c5db382..86620db 100644
--- a/dlls/localspl/spl_Zh.rc
+++ b/dlls/msi/msi_Zh.rc
@@ -1,5 +1,5 @@
 /*
- * localspl (Simplified and Traditional Chinese Resources)
+ * MSI (Simplified and Traditional Chinese Resources)
  *
  * Copyright 2008 Hongbo Ni <hongbo.at.njstar.com>
  *
@@ -25,16 +25,30 @@ LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
 
 STRINGTABLE DISCARDABLE
 {
-    IDS_LOCALPORT "本地端口"
-    IDS_LOCALMONITOR "本地监视器"
+	4 "不能打开所指定的安装软件包. 请检查文件路径后再试."
+	5 "路径 %s 没找到"
+	9 "插入软盘 %s"
+	10 "错误参数"
+	11 "输入包含 %s 的文件夹"
+	12 "本功能的安装源不存在"
+	13 "本功能的网络驱动器不存在"
+	14 "功能来自:"
+	15 "选择包含 %s 的文件夹"
 }
 
 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
 
 STRINGTABLE DISCARDABLE
 {
-    IDS_LOCALPORT "本地端口"
-    IDS_LOCALMONITOR "本地監視器"
+	4 "不能開啟所指定的安裝軟件包. 請檢查檔案路徑後再試."
+	5 "路徑 %s 沒找到"
+	9 "插入軟碟 %s"
+	10 "錯誤參數"
+	11 "輸入包含 %s 的檔案夾"
+	12 "本功能的安裝源不存在"
+	13 "本功能的網路儲存槽不存在"
+	14 "功能來自:"
+	15 "選擇包含 %s 的檔案夾"
 }
 
 #pragma code_page(default)

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list