xref: /reactos/dll/win32/iccvid/lang/iccvid_Zh.rc (revision cc3672cb)
1c2c66affSColin Finck/*
2*171a9206SChan Chilung * Chinese Resources for iccvid
3c2c66affSColin Finck *
4*171a9206SChan Chilung * Copyright (C) 2005 Dmitry Timoshkov
5c2c66affSColin Finck *
6c2c66affSColin Finck * This library is free software; you can redistribute it and/or
7c2c66affSColin Finck * modify it under the terms of the GNU Lesser General Public
8c2c66affSColin Finck * License as published by the Free Software Foundation; either
9c2c66affSColin Finck * version 2.1 of the License, or (at your option) any later version.
10c2c66affSColin Finck *
11c2c66affSColin Finck * This library is distributed in the hope that it will be useful,
12c2c66affSColin Finck * but WITHOUT ANY WARRANTY; without even the implied warranty of
13c2c66affSColin Finck * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14c2c66affSColin Finck * Lesser General Public License for more details.
15c2c66affSColin Finck *
16c2c66affSColin Finck * You should have received a copy of the GNU Lesser General Public
17c2c66affSColin Finck * License along with this library; if not, write to the Free Software
18c2c66affSColin Finck * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19*171a9206SChan Chilung *
20*171a9206SChan Chilung * TRANSLATORS: Copyright 2016 Henry Tang Ih <henrytang2@hotmail.com>
21*171a9206SChan Chilung *              Copyright 2021 Chan Chilung <eason066@gmail.com>
22c2c66affSColin Finck */
23c2c66affSColin Finck
24c2c66affSColin FinckLANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
25c2c66affSColin Finck
26c2c66affSColin FinckSTRINGTABLE
27c2c66affSColin Finck{
28c2c66affSColin Finck    IDS_NAME "Cinepak 视频编解码器"
29c2c66affSColin Finck    IDS_DESCRIPTION "Cinepak 视频编解码器"
30c2c66affSColin Finck}
31c2c66affSColin Finck
32c2c66affSColin FinckLANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
33c2c66affSColin Finck
34c2c66affSColin FinckSTRINGTABLE
35c2c66affSColin Finck{
36*171a9206SChan Chilung    IDS_NAME "Cinepak 視訊編碼解碼器"
37*171a9206SChan Chilung    IDS_DESCRIPTION "Cinepak 視訊編碼解碼器"
38c2c66affSColin Finck}
39