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


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

    localspl: Add simplified and traditional Chinese resources.
    (cherry picked from commit 2c248cb0b1cef56d5406cd30d7ebfd909751532e)

diff --git a/dlls/localspl/localspl.rc b/dlls/localspl/localspl.rc
index 0c76e9c..edfe4cf 100644
--- a/dlls/localspl/localspl.rc
+++ b/dlls/localspl/localspl.rc
@@ -48,3 +48,4 @@
 #include "spl_Ru.rc"
 #include "spl_Si.rc"
 #include "spl_Sv.rc"
+#include "spl_Zh.rc"
diff --git a/dlls/localspl/spl_Si.rc b/dlls/localspl/spl_Zh.rc
similarity index 66%
copy from dlls/localspl/spl_Si.rc
copy to dlls/localspl/spl_Zh.rc
index 66ca2c4..c5db382 100644
--- a/dlls/localspl/spl_Si.rc
+++ b/dlls/localspl/spl_Zh.rc
@@ -1,7 +1,7 @@
 /*
- * Slovenian resources for localspl
+ * localspl (Simplified and Traditional Chinese Resources)
  *
- * Copyright 2008 Rok Mandeljc
+ * Copyright 2008 Hongbo Ni <hongbo.at.njstar.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -18,14 +18,23 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+/* Chinese text is encoded in UTF-8 */
 #pragma code_page(65001)
 
-LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
+LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
 
 STRINGTABLE DISCARDABLE
 {
-    IDS_LOCALPORT "Lokalna vrata"
-    IDS_LOCALMONITOR "Lokalen monitor"
+    IDS_LOCALPORT "本地端口"
+    IDS_LOCALMONITOR "本地监视器"
+}
+
+LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
+
+STRINGTABLE DISCARDABLE
+{
+    IDS_LOCALPORT "本地端口"
+    IDS_LOCALMONITOR "本地監視器"
 }
 
 #pragma code_page(default)

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list