Module: wine
Branch: master
Commit: ea20c68a110facf067f9ff38fa32e0002f9e030c
URL: http://source.winehq.org/git/wine.git/?a=commit;h=ea20c68a110facf067f9ff38f…
Author: Hongbo Ni <hongbo(a)njstar.com>
Date: Wed Sep 3 22:23:38 2008 +1000
sane.ds: Add simplified and traditional Chinese resources.
---
dlls/sane.ds/rsrc.rc | 1 +
dlls/sane.ds/sane_Zh.rc | 66 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 67 insertions(+), 0 deletions(-)
diff --git a/dlls/sane.ds/rsrc.rc b/dlls/sane.ds/rsrc.rc
index 299ee96..8b8483d 100644
--- a/dlls/sane.ds/rsrc.rc
+++ b/dlls/sane.ds/rsrc.rc
@@ -39,3 +39,4 @@
#include "sane_Ru.rc"
#include "sane_Si.rc"
#include "sane_Sv.rc"
+#include "sane_Zh.rc"
diff --git a/dlls/sane.ds/sane_Zh.rc b/dlls/sane.ds/sane_Zh.rc
new file mode 100644
index 0000000..6c9f7d2
--- /dev/null
+++ b/dlls/sane.ds/sane_Zh.rc
@@ -0,0 +1,66 @@
+/*
+ * Twain (Simplified and Traditional Chinese Resources)
+ *
+ * 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
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * 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_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "正在扫描"
+FONT 9, "MS Song"
+BEGIN
+ LTEXT "正在扫描... 请稍候",IDC_STATIC,5,19,176,8, SS_CENTER
+END
+
+STRINGTABLE DISCARDABLE
+{
+ 0 ""
+ 1 "px"
+ 2 "b"
+ 3 "mm"
+ 4 "dpi"
+ 5 "%"
+ 6 "ns"
+}
+
+LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "正在掃描"
+FONT 8, "PMingLiu"
+BEGIN
+ LTEXT "正在掃描... 請稍候",IDC_STATIC,5,19,176,8, SS_CENTER
+END
+
+STRINGTABLE DISCARDABLE
+{
+ 0 ""
+ 1 "px"
+ 2 "b"
+ 3 "mm"
+ 4 "dpi"
+ 5 "%"
+ 6 "ns"
+}
+
+#pragma code_page(default)
Module: wine
Branch: master
Commit: 275a454823b296726c0948537a5ec1f9dbe7c8e4
URL: http://source.winehq.org/git/wine.git/?a=commit;h=275a454823b296726c0948537…
Author: Hongbo Ni <hongbo(a)njstar.com>
Date: Wed Sep 3 22:22:56 2008 +1000
oleaut32: Add simplified and traditional Chinese resources.
---
dlls/oleaut32/oleaut32.rc | 1 +
dlls/oleaut32/oleaut32_Zh.rc | 48 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 0 deletions(-)
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/oleaut32/oleaut32_Zh.rc b/dlls/oleaut32/oleaut32_Zh.rc
new file mode 100644
index 0000000..320c40f
--- /dev/null
+++ b/dlls/oleaut32/oleaut32_Zh.rc
@@ -0,0 +1,48 @@
+/*
+ * oleaut32 (Simplified and Traditional Chinese Resources)
+ *
+ * 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
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * 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_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_TRUE "真"
+ IDS_FALSE "假"
+ IDS_YES "是"
+ IDS_NO "否"
+ IDS_ON "开"
+ IDS_OFF "关"
+}
+
+LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_TRUE "真"
+ IDS_FALSE "假"
+ IDS_YES "是"
+ IDS_NO "否"
+ IDS_ON "開"
+ IDS_OFF "關"
+}
+
+#pragma code_page(default)
Module: wine
Branch: master
Commit: 6a7ad7efb59fa95a87aac07cbd1b833b015878ea
URL: http://source.winehq.org/git/wine.git/?a=commit;h=6a7ad7efb59fa95a87aac07cb…
Author: Hongbo Ni <hongbo(a)njstar.com>
Date: Wed Sep 3 22:22:40 2008 +1000
msvfw32: Add simplified and traditional Chinese resources.
---
dlls/msvfw32/msvfw32_Zh.rc | 92 ++++++++++++++++++++++++++++++++++++++++++++
dlls/msvfw32/rsrc.rc | 1 +
2 files changed, 93 insertions(+), 0 deletions(-)
diff --git a/dlls/msvfw32/msvfw32_Zh.rc b/dlls/msvfw32/msvfw32_Zh.rc
new file mode 100644
index 0000000..29dc42f
--- /dev/null
+++ b/dlls/msvfw32/msvfw32_Zh.rc
@@ -0,0 +1,92 @@
+/*
+ * msvfw32 (Simplified and Traditional Chinese Resources)
+ *
+ * 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
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * 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_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
+
+ICM_CHOOSE_COMPRESSOR DIALOG DISCARDABLE 36, 24, 187, 95
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "视频压缩"
+FONT 9, "MS Song"
+{
+ DEFPUSHBUTTON "确定",IDOK,129,2,49,14
+ PUSHBUTTON "取消",IDCANCEL,129,18,49,14
+
+ LTEXT "压缩器(&C):",-1,9,6,105,8
+ COMBOBOX 880,9,16,111,67,CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
+
+ PUSHBUTTON "配置(&F)...",882,129,36,49,14
+ PUSHBUTTON "关于(&A)...",883,129,52,49,14
+
+ SCROLLBAR 884,9,44,111,9,WS_TABSTOP
+
+ LTEXT "压缩质量(&Q):",886,9,34,80,8
+
+ CONTROL "关键帧/每(&K)",887,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,60,66,12
+ EDITTEXT 888,78,60,22,12
+ LTEXT "帧",889,103,62,26,10
+
+ CONTROL "数据速度(&D)",894,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,76,66,12
+ EDITTEXT 895,78,76,22,12
+ LTEXT "KB/sec",896,102,78,26,10
+}
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_FULLFRAMES "全帧(未压缩)"
+}
+
+LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
+
+ICM_CHOOSE_COMPRESSOR DIALOG DISCARDABLE 36, 24, 187, 95
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "視頻壓縮"
+FONT 8, "PMingLiu"
+{
+ DEFPUSHBUTTON "確定",IDOK,129,2,49,14
+ PUSHBUTTON "取消",IDCANCEL,129,18,49,14
+
+ LTEXT "壓縮器(&C):",-1,9,6,105,8
+ COMBOBOX 880,9,16,111,67,CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
+
+ PUSHBUTTON "配置(&F)...",882,129,36,49,14
+ PUSHBUTTON "關於(&A)...",883,129,52,49,14
+
+ SCROLLBAR 884,9,44,111,9,WS_TABSTOP
+
+ LTEXT "壓縮質量(&Q):",886,9,34,80,8
+
+ CONTROL "關鍵幀/每(&K)",887,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,60,66,12
+ EDITTEXT 888,78,60,22,12
+ LTEXT "幀",889,103,62,26,10
+
+ CONTROL "數據速度(&D)",894,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,76,66,12
+ EDITTEXT 895,78,76,22,12
+ LTEXT "KB/sec",896,102,78,26,10
+}
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_FULLFRAMES "全幀(未壓縮)"
+}
+
+#pragma code_page(default)
diff --git a/dlls/msvfw32/rsrc.rc b/dlls/msvfw32/rsrc.rc
index 4246fdf..62f4241 100644
--- a/dlls/msvfw32/rsrc.rc
+++ b/dlls/msvfw32/rsrc.rc
@@ -34,3 +34,4 @@
#include "msvfw32_Si.rc"
#include "msvfw32_Sv.rc"
#include "msvfw32_Tr.rc"
+#include "msvfw32_Zh.rc"
Module: wine
Branch: master
Commit: 9eb3a9c1573455dcd4317a1e31fec9ce2b240a7d
URL: http://source.winehq.org/git/wine.git/?a=commit;h=9eb3a9c1573455dcd4317a1e3…
Author: Hongbo Ni <hongbo(a)njstar.com>
Date: Wed Sep 3 22:21:35 2008 +1000
msi: Add simplified and traditional Chinese resources.
---
dlls/msi/msi.rc | 1 +
dlls/msi/msi_Zh.rc | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 0 deletions(-)
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/msi/msi_Zh.rc b/dlls/msi/msi_Zh.rc
new file mode 100644
index 0000000..86620db
--- /dev/null
+++ b/dlls/msi/msi_Zh.rc
@@ -0,0 +1,54 @@
+/*
+ * MSI (Simplified and Traditional Chinese Resources)
+ *
+ * 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
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * 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_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
+
+STRINGTABLE DISCARDABLE
+{
+ 4 "不能打开所指定的安装软件包. 请检查文件路径后再试."
+ 5 "路径 %s 没找到"
+ 9 "插入软盘 %s"
+ 10 "错误参数"
+ 11 "输入包含 %s 的文件夹"
+ 12 "本功能的安装源不存在"
+ 13 "本功能的网络驱动器不存在"
+ 14 "功能来自:"
+ 15 "选择包含 %s 的文件夹"
+}
+
+LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
+
+STRINGTABLE DISCARDABLE
+{
+ 4 "不能開啟所指定的安裝軟件包. 請檢查檔案路徑後再試."
+ 5 "路徑 %s 沒找到"
+ 9 "插入軟碟 %s"
+ 10 "錯誤參數"
+ 11 "輸入包含 %s 的檔案夾"
+ 12 "本功能的安裝源不存在"
+ 13 "本功能的網路儲存槽不存在"
+ 14 "功能來自:"
+ 15 "選擇包含 %s 的檔案夾"
+}
+
+#pragma code_page(default)
Module: wine
Branch: master
Commit: 2c248cb0b1cef56d5406cd30d7ebfd909751532e
URL: http://source.winehq.org/git/wine.git/?a=commit;h=2c248cb0b1cef56d5406cd30d…
Author: Hongbo Ni <hongbo(a)njstar.com>
Date: Wed Sep 3 22:20:24 2008 +1000
localspl: Add simplified and traditional Chinese resources.
---
dlls/localspl/localspl.rc | 1 +
dlls/localspl/spl_Zh.rc | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
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_Zh.rc b/dlls/localspl/spl_Zh.rc
new file mode 100644
index 0000000..c5db382
--- /dev/null
+++ b/dlls/localspl/spl_Zh.rc
@@ -0,0 +1,40 @@
+/*
+ * localspl (Simplified and Traditional Chinese Resources)
+ *
+ * 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
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * 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_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_LOCALPORT "本地端口"
+ IDS_LOCALMONITOR "本地监视器"
+}
+
+LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_LOCALPORT "本地端口"
+ IDS_LOCALMONITOR "本地監視器"
+}
+
+#pragma code_page(default)