mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
clock: Add traditional Chinese resource.
This commit is contained in:
parent
4f9c56d6f4
commit
0b091fa5cb
1 changed files with 31 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* Clock ( Simplified Chinese resources)
|
* Clock ( Simplified and Traditional Chinese Language Support)
|
||||||
*
|
*
|
||||||
* Copyright 2002 liuspider <liuspider@yahoo.com>
|
* Copyright 2002 liuspider <liuspider@yahoo.com>
|
||||||
|
* Copyright 2008 Hongbo Ni <hongbo.at.njstar.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -50,4 +51,33 @@ STRINGTABLE DISCARDABLE
|
||||||
IDS_CLOCK, "时钟"
|
IDS_CLOCK, "时钟"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
||||||
|
|
||||||
|
MAIN_MENU MENU
|
||||||
|
{
|
||||||
|
POPUP "屬性(&P)" {
|
||||||
|
MENUITEM "模擬時鐘(&L)", IDM_ANALOG
|
||||||
|
MENUITEM "數字時鐘(&T)", IDM_DIGITAL
|
||||||
|
MENUITEM SEPARATOR
|
||||||
|
MENUITEM "字型(&F)...", IDM_FONT
|
||||||
|
MENUITEM SEPARATOR
|
||||||
|
MENUITEM "無標題欄(&W)", IDM_NOTITLE
|
||||||
|
MENUITEM SEPARATOR
|
||||||
|
MENUITEM "秒(&S)", IDM_SECONDS
|
||||||
|
MENUITEM "日期(&D)", IDM_DATE
|
||||||
|
MENUITEM SEPARATOR
|
||||||
|
MENUITEM "總是在最上面(&A)", IDM_ONTOP
|
||||||
|
}
|
||||||
|
POPUP "資料資訊(&O)" {
|
||||||
|
MENUITEM "用戶許可協議(&L)...", IDM_LICENSE
|
||||||
|
MENUITEM "責任無關(&N)...", IDM_NOWARRANTY
|
||||||
|
MENUITEM "關於 Wine(&A)...", IDM_ABOUT
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
STRINGTABLE DISCARDABLE
|
||||||
|
{
|
||||||
|
IDS_CLOCK, "時鐘"
|
||||||
|
}
|
||||||
|
|
||||||
#pragma code_page(default)
|
#pragma code_page(default)
|
||||||
|
|
Loading…
Reference in a new issue