Module: wine Branch: stable Commit: b3d66b3bc637f725e1f44db3361d4e01564aefc2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b3d66b3bc637f725e1f44db336...
Author: Hongbo Ni hongbo@njstar.com Date: Fri Aug 29 00:38:22 2008 +1000
clock: Add traditional Chinese resource. (cherry picked from commit 0b091fa5cb4d9d89d7779aa96eb2208f7e86dbe8)
---
programs/clock/Zh.rc | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 deletions(-)
diff --git a/programs/clock/Zh.rc b/programs/clock/Zh.rc index ba06317..5bad6fd 100644 --- a/programs/clock/Zh.rc +++ b/programs/clock/Zh.rc @@ -1,7 +1,8 @@ /* - * Clock ( Simplified Chinese resources) + * Clock ( Simplified and Traditional Chinese Language Support) * * 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 * modify it under the terms of the GNU Lesser General Public @@ -50,4 +51,33 @@ STRINGTABLE DISCARDABLE 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)