reactos/dll/cpl/openglcfg/lang/zh-CN.rc
Luke Luo de972e2bc2
[TRANSLATION] Improve Simplified Chinese (zh-CN) translation (#4513)
- Changed some wording according to the translation requirements.
- Fixed some mistakes.
- Changed my name.

Reviewed-by: He Yang <1160386205@qq.com>
Reviewed-by: Stanislav Motylkov <x86corez@gmail.com>
2022-05-20 15:38:24 +03:00

31 lines
1.2 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.

/* Translation has been created by Luke Luo <njlyf2011@hotmail.com> in 2018 */
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
IDD_PROPPAGEGENERAL DIALOGEX 0, 0, 246, 228
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "常规"
FONT 9, "宋体"
BEGIN
ICON IDI_CPLICON, IDI_CPLICON, 8, 0, 21, 20
GROUPBOX "渲染器设置", -1, 5, 25, 230, 90
LTEXT "渲染器(&R)", -1, 15, 42, 37, 10
COMBOBOX IDC_RENDERER, 55, 40, 160, 10, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
LTEXT "这将覆盖图形驱动程序的默认设置!您可以选择“默认”恢复默认设置", -1, 15, 60, 210, 40
GROUPBOX "调试", -1, 5, 125, 230, 90
LTEXT "调试频道:", -1, 15, 142, 65, 10
COMBOBOX IDC_DEBUG_OUTPUT, 80, 140, 135, 10, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
LTEXT "启用或禁用来自 opengl32 的调试输出。\n\n警告选择“Set”或“Clear”将会覆盖当前 DEBUGCHANNEL 环境变量的内容!", -1, 15, 165, 210, 40
END
STRINGTABLE
BEGIN
IDS_RENDERER_DEFAULT "系统默认"
IDS_RENDERER_RSWR "ReactOS 软件实现"
IDS_CPLNAME "OpenGL 设置"
IDS_CPLDESCRIPTION "设置 OpenGL 渲染器"
IDS_DEBUG_SET "Set"
IDS_DEBUG_CLEAR "Clear"
IDS_DEBUG_DNM "不作修改"
END