push 955563f995be8b0942dbb757ceb5b3a4c8ccafbf
[wine/hacks.git] / dlls / hhctrl.ocx / Zh.rc
bloba7ccab0da74ddf38348ab116af75eab3bca56be9
1 /*
2  * HTML Help (Simplified and Traditional Chinese Resources)
3  *
4  * Copyright 2008 Hongbo Ni <hongbo.at.njstar.com>
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
21 /* Chinese text is encoded in UTF-8 */
22 #pragma code_page(65001)
24 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
26 STRINGTABLE
27 BEGIN
28     IDS_CONTENTS     "内容(&C)"
29     IDS_INDEX        "目录(&N)"
30     IDS_SEARCH       "搜寻(&S)"
31     IDS_FAVORITES    "最爱(&I)"
32 END
34 STRINGTABLE
35 BEGIN
36     IDTB_EXPAND      "显示"
37     IDTB_CONTRACT    "隐藏"
38     IDTB_STOP        "停止"
39     IDTB_REFRESH     "刷新"
40     IDTB_BACK        "向后"
41     IDTB_HOME        "首页"
42     IDTB_SYNC        "同步"
43     IDTB_PRINT       "打印"
44     IDTB_OPTIONS     "选项"
45     IDTB_FORWARD     "向前"
46     IDTB_NOTES       "说明"
47     IDTB_BROWSE_FWD  "向前"
48     IDTB_BROWSE_BACK "向后"
49     IDTB_CONTENTS    "内容"
50     IDTB_INDEX       "目录"
51     IDTB_SEARCH      "搜寻"
52     IDTB_HISTORY     "历史"
53     IDTB_FAVORITES   "最爱"
54     IDTB_JUMP1       "Jump1"
55     IDTB_JUMP2       "Jump2"
56     IDTB_CUSTOMIZE   "个性化"
57     IDTB_ZOOM        "放大"
58     IDTB_TOC_NEXT    "后一项"
59     IDTB_TOC_PREV    "前一项"
60 END
62 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
64 STRINGTABLE
65 BEGIN
66     IDS_CONTENTS     "內容(&C)"
67     IDS_INDEX        "目錄(&N)"
68     IDS_SEARCH       "搜尋(&S)"
69     IDS_FAVORITES    "最愛(&I)"
70 END
72 STRINGTABLE
73 BEGIN
74     IDTB_EXPAND      "顯示"
75     IDTB_CONTRACT    "隱藏"
76     IDTB_STOP        "停止"
77     IDTB_REFRESH     "刷新"
78     IDTB_BACK        "向後"
79     IDTB_HOME        "首頁"
80     IDTB_SYNC        "同步"
81     IDTB_PRINT       "列印"
82     IDTB_OPTIONS     "選項"
83     IDTB_FORWARD     "向前"
84     IDTB_NOTES       "說明"
85     IDTB_BROWSE_FWD  "向前"
86     IDTB_BROWSE_BACK "向後"
87     IDTB_CONTENTS    "內容"
88     IDTB_INDEX       "目錄"
89     IDTB_SEARCH      "搜尋"
90     IDTB_HISTORY     "歷史"
91     IDTB_FAVORITES   "最愛"
92     IDTB_JUMP1       "Jump1"
93     IDTB_JUMP2       "Jump2"
94     IDTB_CUSTOMIZE   "個性化"
95     IDTB_ZOOM        "放大"
96     IDTB_TOC_NEXT    "後一項"
97     IDTB_TOC_PREV    "前一項"
98 END
100 #pragma code_page(default)