Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0b091fa5
Commit
0b091fa5
authored
Aug 29, 2008
by
Hongbo Ni
Committed by
Alexandre Julliard
Aug 29, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clock: Add traditional Chinese resource.
parent
4f9c56d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
1 deletion
+31
-1
Zh.rc
programs/clock/Zh.rc
+31
-1
No files found.
programs/clock/Zh.rc
View file @
0b091fa5
/*
* 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)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment