2 * Clock ( Simplified and Traditional Chinese Language Support)
4 * Copyright 2002 liuspider <liuspider@yahoo.com>
5 * Copyright 2008 Hongbo Ni <hongbo.at.njstar.com>
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 #include "clock_res.h"
24 /* Chinese text is encoded in UTF-8 */
25 #pragma code_page(65001)
27 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
32 MENUITEM "模拟时钟(&L)", IDM_ANALOG
33 MENUITEM "数字时钟(&T)", IDM_DIGITAL
35 MENUITEM "字体(&F)...", IDM_FONT
37 MENUITEM "无标题栏(&W)", IDM_NOTITLE
39 MENUITEM "秒(&S)", IDM_SECONDS
40 MENUITEM "日期(&D)", IDM_DATE
42 MENUITEM "总是在最前面(&A)", IDM_ONTOP
45 MENUITEM "关于 Wine(&A)...", IDM_ABOUT
54 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
59 MENUITEM "模擬時鐘(&L)", IDM_ANALOG
60 MENUITEM "數字時鐘(&T)", IDM_DIGITAL
62 MENUITEM "字型(&F)...", IDM_FONT
64 MENUITEM "無標題欄(&W)", IDM_NOTITLE
66 MENUITEM "秒(&S)", IDM_SECONDS
67 MENUITEM "日期(&D)", IDM_DATE
69 MENUITEM "總是在最上面(&A)", IDM_ONTOP
72 MENUITEM "關於 Wine(&A)...", IDM_ABOUT