reactos/dll/shellext/deskmon/lang/zh-TW.rc
Chan Chilung 463784c5f1
[TRANSLATION] Chinese Traditional (zh-TW) translation update (#3954)
Also sync LOCALMON/UI translation with Wine.
2021-10-10 15:00:44 +03:00

26 lines
1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* Traditional Chinese translation by Henry Tang Ih 2016 (henrytang2@hotmail.com) */
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
IDD_MONITOR DIALOGEX 0, 0, 252, 226
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "顯示器"
FONT 9, "新細明體", 0, 0, 0x0
BEGIN
GROUPBOX "顯示器類型", -1, 7, 3, 237, 52
ICON IDC_MONITORICO, IDC_MONITORICO, 13, 11, 21, 20, SS_ICON
LTEXT "", IDC_MONITORNAME, 40, 17, 190, 20, SS_NOPREFIX
LISTBOX IDC_MONITORLIST, 40, 13, 196, 30, WS_VSCROLL
PUSHBUTTON "內容(&P)", IDC_MONITORPROPERTIES, 177, 35, 59, 14, WS_DISABLED
GROUPBOX "顯示器設定", IDS_MONITORSETTINGSGROUP, 7, 58, 237, 63
LTEXT "螢幕重新整理率(&S)", IDS_REFRESHRATELABEL, 13, 73, 225, 8
COMBOBOX IDC_REFRESHRATE, 13, 85, 225, 200, WS_VSCROLL | CBS_DROPDOWNLIST | CBS_SORT
AUTOCHECKBOX "隱藏該顯示器無法顯示的模式(&H)", IDC_PRUNINGCHECK, 13, 106, 225, 10
END
STRINGTABLE
BEGIN
IDS_USEDEFFRQUENCY "使用硬體預設設定"
IDS_FREQFMT "%u 赫茲"
END