* Sync up to trunk head (r64377).
[reactos.git] / dll / win32 / hhctrl.ocx / lang / 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 /* Chinese text is encoded in UTF-8 */
22 #pragma code_page(65001)
23
24 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
25
26 STRINGTABLE
27 BEGIN
28 IDS_CONTENTS "内容(&C)"
29 IDS_INDEX "目录(&N)"
30 IDS_SEARCH "搜寻(&S)"
31 IDS_FAVORITES "最爱(&I)"
32
33 IDS_HIDETABS "Hide &Tabs"
34 IDS_SHOWTABS "Show &Tabs"
35 END
36
37 STRINGTABLE
38 BEGIN
39 IDTB_EXPAND "显示"
40 IDTB_CONTRACT "隐藏"
41 IDTB_STOP "停止"
42 IDTB_REFRESH "刷新"
43 IDTB_BACK "向后"
44 IDTB_HOME "首页"
45 IDTB_SYNC "同步"
46 IDTB_PRINT "打印"
47 IDTB_OPTIONS "选项"
48 IDTB_FORWARD "向前"
49 END
50
51 MENU_POPUP MENU
52 {
53 POPUP "" /* Options */
54 {
55 MENUITEM "", IDTB_EXPAND
56 MENUITEM "S&ync", IDTB_SYNC
57 MENUITEM "&Back", IDTB_BACK
58 MENUITEM "&Forward", IDTB_FORWARD
59 MENUITEM "&Home", IDTB_HOME
60 MENUITEM "&Stop", IDTB_STOP
61 MENUITEM "&Refresh", IDTB_REFRESH
62 MENUITEM "&Print...", IDTB_PRINT
63 }
64 }
65
66 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
67
68 STRINGTABLE
69 BEGIN
70 IDS_CONTENTS "內容(&C)"
71 IDS_INDEX "目錄(&N)"
72 IDS_SEARCH "搜尋(&S)"
73 IDS_FAVORITES "最愛(&I)"
74 END
75
76 STRINGTABLE
77 BEGIN
78 IDTB_EXPAND "顯示"
79 IDTB_CONTRACT "隱藏"
80 IDTB_STOP "停止"
81 IDTB_REFRESH "刷新"
82 IDTB_BACK "向後"
83 IDTB_HOME "首頁"
84 IDTB_SYNC "同步"
85 IDTB_PRINT "列印"
86 IDTB_OPTIONS "選項"
87 IDTB_FORWARD "向前"
88 END
89
90 MENU_POPUP MENU
91 {
92 POPUP "" /* Options */
93 {
94 MENUITEM "", IDTB_EXPAND
95 MENUITEM "S&ync", IDTB_SYNC
96 MENUITEM "&Back", IDTB_BACK
97 MENUITEM "&Forward", IDTB_FORWARD
98 MENUITEM "&Home", IDTB_HOME
99 MENUITEM "&Stop", IDTB_STOP
100 MENUITEM "&Refresh", IDTB_REFRESH
101 MENUITEM "&Print...", IDTB_PRINT
102 }
103 }