xref: /reactos/dll/win32/cryptdlg/lang/cryptdlg_Zh.rc (revision 1de09c47)
1/*
2 * cryptdlg dll Chinese resources
3 *
4 * Copyright 2008 Juan Lang
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 * TRANSLATORS: Copyright 2016 Henry Tang Ih <henrytang2@hotmail.com>
21 *              Copyright 2021 Chan Chilung <eason066@gmail.com>
22 */
23
24/* Chinese text is encoded in UTF-8 */
25#pragma code_page(65001)
26
27LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
28
29STRINGTABLE
30{
31    IDS_CERT_POLICY "证书策略"
32    IDS_POLICY_ID "策略标识符: "
33    IDS_POLICY_QUALIFIER_INFO "政策限定符信息"
34    IDS_POLICY_QUALIFIER_ID "政策限定符 ID="
35    IDS_CPS "CPS"/*认证做法说明 */
36    IDS_USER_NOTICE "用户通知"
37    IDS_QUALIFIER "限定符"
38    IDS_NOTICE_REF "请注意参考"
39    IDS_ORGANIZATION "组织="
40    IDS_NOTICE_NUM "注意到人数="
41    IDS_NOTICE_TEXT "请注意文本="
42}
43
44LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
45
46STRINGTABLE
47{
48    IDS_CERT_POLICY "憑證原則"
49    IDS_POLICY_ID "原則識別碼: "
50    IDS_POLICY_QUALIFIER_INFO "原則限定元資訊"
51    IDS_POLICY_QUALIFIER_ID "原則限定元識別碼="
52    IDS_CPS "CPS"/*認證做法說明 */
53    IDS_USER_NOTICE "使用者通知"
54    IDS_QUALIFIER "限定元"
55    IDS_NOTICE_REF "通知參考"
56    IDS_ORGANIZATION "組織="
57    IDS_NOTICE_NUM "通知數字="
58    IDS_NOTICE_TEXT "通知文字="
59}
60