[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:40 UTC 2008


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

    oleaut32: Add simplified and traditional Chinese resources.
    (cherry picked from commit 275a454823b296726c0948537a5ec1f9dbe7c8e4)

diff --git a/dlls/oleaut32/oleaut32.rc b/dlls/oleaut32/oleaut32.rc
index fc87d77..206a539 100644
--- a/dlls/oleaut32/oleaut32.rc
+++ b/dlls/oleaut32/oleaut32.rc
@@ -46,6 +46,7 @@
 #include "oleaut32_Sv.rc"
 #include "oleaut32_Th.rc"
 #include "oleaut32_Tr.rc"
+#include "oleaut32_Zh.rc"
 
 /*
  * FIXME:
diff --git a/dlls/localspl/spl_Zh.rc b/dlls/oleaut32/oleaut32_Zh.rc
similarity index 79%
copy from dlls/localspl/spl_Zh.rc
copy to dlls/oleaut32/oleaut32_Zh.rc
index c5db382..320c40f 100644
--- a/dlls/localspl/spl_Zh.rc
+++ b/dlls/oleaut32/oleaut32_Zh.rc
@@ -1,5 +1,5 @@
 /*
- * localspl (Simplified and Traditional Chinese Resources)
+ * oleaut32 (Simplified and Traditional Chinese Resources)
  *
  * Copyright 2008 Hongbo Ni <hongbo.at.njstar.com>
  *
@@ -25,16 +25,24 @@ LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
 
 STRINGTABLE DISCARDABLE
 {
-    IDS_LOCALPORT "本地端口"
-    IDS_LOCALMONITOR "本地监视器"
+  IDS_TRUE  "真"
+  IDS_FALSE "假"
+  IDS_YES   "是"
+  IDS_NO    "否"
+  IDS_ON    "开"
+  IDS_OFF   "关"
 }
 
 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
 
 STRINGTABLE DISCARDABLE
 {
-    IDS_LOCALPORT "本地端口"
-    IDS_LOCALMONITOR "本地監視器"
+  IDS_TRUE  "真"
+  IDS_FALSE "假"
+  IDS_YES   "是"
+  IDS_NO    "否"
+  IDS_ON    "開"
+  IDS_OFF   "關"
 }
 
 #pragma code_page(default)

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list