[HHCTRL.OCX]
[reactos.git] / reactos / dll / win32 / hhctrl.ocx / Zh.rc
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 */
20
21 #include "resource.h"
22
23 /* Chinese text is encoded in UTF-8 */
24 #pragma code_page(65001)
25
26 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
27
28 STRINGTABLE
29 BEGIN
30 IDS_CONTENTS "内容(&C)"
31 IDS_INDEX "目录(&N)"
32 IDS_SEARCH "搜寻(&S)"
33 IDS_FAVORITES "最爱(&I)"
34 END
35
36 STRINGTABLE
37 BEGIN
38 IDTB_EXPAND "显示"
39 IDTB_CONTRACT "隐藏"
40 IDTB_STOP "停止"
41 IDTB_REFRESH "刷新"
42 IDTB_BACK "向后"
43 IDTB_HOME "首页"
44 IDTB_SYNC "同步"
45 IDTB_PRINT "打印"
46 IDTB_OPTIONS "选项"
47 IDTB_FORWARD "向前"
48 IDTB_NOTES "说明"
49 IDTB_BROWSE_FWD "向前"
50 IDTB_BROWSE_BACK "向后"
51 IDTB_CONTENTS "内容"
52 IDTB_INDEX "目录"
53 IDTB_SEARCH "搜寻"
54 IDTB_HISTORY "历史"
55 IDTB_FAVORITES "最爱"
56 IDTB_JUMP1 "Jump1"
57 IDTB_JUMP2 "Jump2"
58 IDTB_CUSTOMIZE "个性化"
59 IDTB_ZOOM "放大"
60 IDTB_TOC_NEXT "后一项"
61 IDTB_TOC_PREV "前一项"
62 END
63
64 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
65
66 STRINGTABLE
67 BEGIN
68 IDS_CONTENTS "內容(&C)"
69 IDS_INDEX "目錄(&N)"
70 IDS_SEARCH "搜尋(&S)"
71 IDS_FAVORITES "最愛(&I)"
72 END
73
74 STRINGTABLE
75 BEGIN
76 IDTB_EXPAND "顯示"
77 IDTB_CONTRACT "隱藏"
78 IDTB_STOP "停止"
79 IDTB_REFRESH "刷新"
80 IDTB_BACK "向後"
81 IDTB_HOME "首頁"
82 IDTB_SYNC "同步"
83 IDTB_PRINT "列印"
84 IDTB_OPTIONS "選項"
85 IDTB_FORWARD "向前"
86 IDTB_NOTES "說明"
87 IDTB_BROWSE_FWD "向前"
88 IDTB_BROWSE_BACK "向後"
89 IDTB_CONTENTS "內容"
90 IDTB_INDEX "目錄"
91 IDTB_SEARCH "搜尋"
92 IDTB_HISTORY "歷史"
93 IDTB_FAVORITES "最愛"
94 IDTB_JUMP1 "Jump1"
95 IDTB_JUMP2 "Jump2"
96 IDTB_CUSTOMIZE "個性化"
97 IDTB_ZOOM "放大"
98 IDTB_TOC_NEXT "後一項"
99 IDTB_TOC_PREV "前一項"
100 END