Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
c808b906
Commit
c808b906
authored
Aug 27, 2008
by
Hongbo Ni
Committed by
Alexandre Julliard
Aug 27, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clock: Convert simplified Chinese resource to utf8.
parent
27670e71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
15 deletions
+22
-15
Zh.rc
programs/clock/Zh.rc
+22
-15
No files found.
programs/clock/Zh.rc
View file @
c808b906
...
...
@@ -18,29 +18,36 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
MAIN_MENU MENU LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
MAIN_MENU MENU
{
POPUP "
属性(&P)
" {
MENUITEM "
模拟时钟(&L)
", IDM_ANALOG
MENUITEM "
数字时钟(&T)
", IDM_DIGITAL
POPUP "
属性(&P)
" {
MENUITEM "
模拟时钟(&L)",
IDM_ANALOG
MENUITEM "
数字时钟(&T)",
IDM_DIGITAL
MENUITEM SEPARATOR
MENUITEM "
字体(&F)
...", IDM_FONT
MENUITEM "
字体(&F).
..", IDM_FONT
MENUITEM SEPARATOR
MENUITEM "
无标题栏(&W)
", IDM_NOTITLE
MENUITEM "
无标题栏(&W)",
IDM_NOTITLE
MENUITEM SEPARATOR
MENUITEM "
秒(&S)
", IDM_SECONDS
MENUITEM "
日期(&D)
", IDM_DATE
MENUITEM "
秒(&S)
", IDM_SECONDS
MENUITEM "
日期(&D)"
, IDM_DATE
MENUITEM SEPARATOR
MENUITEM "
总是在最前面(&A)
", IDM_ONTOP
MENUITEM "
总是在最前面(&A)",
IDM_ONTOP
}
POPUP "
资料信息(&O)
" {
MENUITEM "
用户许可协议(&L)
...", IDM_LICENSE
MENUITEM "
责任无关(&N)
...", IDM_NOWARRANTY
MENUITEM "
关于 Wine(&A)
...", IDM_ABOUT
POPUP "
资料信息(&O)"
{
MENUITEM "
用户许可协议(&L)...
", IDM_LICENSE
MENUITEM "
责任无关(&N)..
.", IDM_NOWARRANTY
MENUITEM "
关于 Wine(&A).
..", IDM_ABOUT
}
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
STRINGTABLE DISCARDABLE
{
IDS_CLOCK, "
时钟
"
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