Sweden-Number/programs/clock/Zh.rc

54 lines
1.6 KiB
Plaintext
Raw Normal View History

2003-01-09 01:51:09 +01:00
/*
* Clock ( Simplified Chinese resources)
*
* Copyright 2002 liuspider <liuspider@yahoo.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
2003-01-09 01:51:09 +01:00
*/
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
MAIN_MENU MENU
2003-01-09 01:51:09 +01:00
{
POPUP "属性(&P)" {
MENUITEM "模拟时钟(&L)", IDM_ANALOG
MENUITEM "数字时钟(&T)", IDM_DIGITAL
2003-01-09 01:51:09 +01:00
MENUITEM SEPARATOR
MENUITEM "字体(&F)...", IDM_FONT
2003-01-09 01:51:09 +01:00
MENUITEM SEPARATOR
MENUITEM "无标题栏(&W)", IDM_NOTITLE
2003-01-09 01:51:09 +01:00
MENUITEM SEPARATOR
MENUITEM "秒(&S)", IDM_SECONDS
MENUITEM "日期(&D)", IDM_DATE
MENUITEM SEPARATOR
MENUITEM "总是在最前面(&A)", IDM_ONTOP
2003-01-09 01:51:09 +01:00
}
POPUP "资料信息(&O)" {
MENUITEM "用户许可协议(&L)...", IDM_LICENSE
MENUITEM "责任无关(&N)...", IDM_NOWARRANTY
MENUITEM "关于 Wine(&A)...", IDM_ABOUT
2003-01-09 01:51:09 +01:00
}
}
STRINGTABLE DISCARDABLE
2003-01-09 01:51:09 +01:00
{
IDS_CLOCK, "时钟"
2003-01-09 01:51:09 +01:00
}
#pragma code_page(default)